
body { margin:0px auto; padding:0px auto;
       background-image:url(../images/mainbg.jpg);
	   background-repeat:no-repeat;
	   background-attachment:fixed;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:12px;
	   }
	   
	   #Header {height:67px;
	   			background-image:url(../images/header.jpg);
				background-repeat:no-repeat;
				}
		#nav {height:37px;}
		
		#hr {background-image:url(../images/hr.jpg);
			height:10px;
			background-repeat:no-repeat;
			}

		#below_hr{background-image:url(../images/below_hr.jpg);
				background-repeat:no-repeat;
				height:159px;
				}
		#footer{background-image:url(../images/footer.jpg);
				background-repeat:no-repeat;
				height:41px;
				}
		#Content {background-image:url(../images/content_repeat.jpg);
				 background-repeat:repeat-y;
				 padding-left:23px;
				 padding-right:23px;
				 padding-bottom:30px;
				 }
.maroon {color:#671e1e;}
.b {font-weight:bold;}


		/*------------------------DROPDOWN----------------------------------*/
		
#dropmenudiv{ 
position:absolute;
border:1px solid #224077;
/*border-bottom-width: 0;*/
font:normal 13px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 250px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #224077;
padding: 1px 0;
text-decoration: none;
color: #ffffff;

}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration:underline;
background-color:#a6c6f9;
color:#0d224a;

}

#dropmenudiv1{
position:absolute;
/*border:1px solid;
border-color:#5f553a;*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:12px;
z-index:100;
margin:12px 0px 0px 0px !important;
margin:15px 0px 0px 0px;
}

#dropmenudiv1 a{
width: 250px;
background-color:#f8ff40;
color:#000000;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid;
border-color:#5f553a;*/
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv1 a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#000000;
background-color:#f8fab9;
text-decoration: underline;
}

.pgtitle {font-family:verdana,arial,sans-serif; font-size:24px; font-weight:bold; color:#28354b;}
