body{
	background-color:#fbedae;
	font-family:"Franklin Gothic Medium", "Franklin Gothic";
	color:#3a281c;
	font-size:16px;
}

a:link, a:active{
	font-family:'Franklin Gothic';  
	color:#845e42;
	text-decoration:none;
	}
a:hover, a:visited{
	text-decoration:underline;
	}


p{
	margin:0;
	padding:0;
}

#main_container{
	width:800px;
	background-color:#fbedae;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:3px;
	margin-left:auto;
	margin-right:auto;
	}
.main_image{
	z-index:1;
	top:-100px;
	position:relative;
	margin-bottom:-100px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
}
.main_logo{
	top:44px;
	z-index:5;
	left: 50px;
	position:relative;
	height:100px;
	width: 400px;
}
.spacer{
	background-color:#FFFFFF;
	height:3px;
	}
.nav_build{
	height:40px;
}
.text_box{
	margin:15px; 
	text-align:center;
}
		
		
		/*here we use a little CSS to make a basic/backup dropdown dmenu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.dmenu li ul{
			display: none;
		}
		.dmenu li:hover>ul{
			display: block;
		}
		/*This section makes the dmenu not work in non-javascript enabled browsers by not showing the dmenu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		
		/*this is the css for the dmenu version*/
		.dmenu ul{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.dmenu ul li{
			float: left;
			position: relative;
		}
		.dmenu ul li a{
			display: block;
			width: 110px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			overflow: hidden;
			font-family:"Franklin Gothic Medium", "Franklin Gothic";
		}
		.dmenu li li{
			float: none;
			margin-bottom: -1px;
		}
		.dmenu li li.last{
			border-bottom: none;
		}
		.dmenu ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: -1px;
		}
		.dmenu ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.dmenu.left ul ul ul,.dmenu .left ul ul{
			top: -1px;
			left: -128px;
		}
		.dmenu ul li li a{
			margin:3px;
			border-color:#FFFFFF;
			border-style:solid;
			border-width:2px;
			padding:3px;
			text-align:left;
		}
		.dmenu ul li li a:hover{
			background-color:#3a281c;
			color:#FFFFFF;
			text-decoration:none;
		}
		
		div.dmenu ul li.pixelfix ul{
			left: 0;
		}
		div.dmenu ul li.pixelfix ul ul{
			left: 128px;
		}
		
		/*colors for dmenu*/
		.dmenu li a{
			text-align:center;
			font-family:"Franklin Gothic Medium", "Franklin Gothic";
			color:#3a281c;
			font-size:12px;
			}
		.dmenu li a:hover{
			text-decoration:underline;
		}
		.dmenu ul{
			background-color:#fbedae;
		}
	

.exceldefy, a.exceldefy:link, a.exceldefy:visited { 
	color:#845e42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center; 
	font:11px helvetica;
	font-weight:100;
	line-height:20px;
	margin-top:10px;
	}
a.exceldefy:active, a.exceldefy:hover { 
	color:#845e42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:underline; 
	font:11px helvetica;
	font-weight:100;
	line-height:20px;
	}
	
	
	
	
	
	