@charset "utf-8";

	body {
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		background-color:#FFFFFF;
		}
	
	#frame {
	background-color:#F6DFAD;
		width:798px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft { 
		background-image:url(images/navBkgdFill.jpg);
		background-repeat:repeat-y;
		width:156px;
		padding:0px;
		float:left;
		background:#fff;
		}
	#NavColumn { background-image:url(images/navBkgd.jpg); background-repeat:no-repeat;}
	.NavButton1 {margin-top:10px;}
	.NavButton {margin-top:5px;}
	.SpecialAnnouncement {margin-top:7px;}
	
	#contentcenter {
		background-color:#F6DFAD;
		width:428px;
		padding-left:20px;
		float:left;
		}
	
	#contentright {
		width:194px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff
		}
		
	#contentFooter {
		clear: both; 
		position: relative; 
		height: 33px; 
		background-image:url(images/footerBkgd.jpg);
		font-size:9px;
		color: white; 
		padding-top:0px;
		z-index: 15;
		}
	#contentFooter a:link { color:#FFFFFF; text-decoration:none;}
	#contentFooter a:visited { color:#FFFFFF; text-decoration:none;}
	#contentFooter a:hover { color:#FFFFFF; text-decoration:none;}
	#contentFooter a:active { color:#FFFFFF; text-decoration:none;}
	
	#SpecialAnnouncement {margin-left:15px; margin-right:10px; font-size:10px; color:#111111; font-weight:normal;}
		
	p {
		margin:0px 10px 10px 0px;
		}
		
	h1 {
		font-size:13px;
		font-weight:bold;
		color:#9E0039;
		margin-top:15px;
		margin-bottom:4px;
		margin-left:0;
		}
		
	.BlueIndentedText {font-style: italic; color:#67A3A1; font-weight:bold;}
	
	.BlueBoldText {color:#67A3A1; font-weight:bold;}
	
	.MaroonIndentedText {color:#9E0039;}
	.MaroonIndentedText a:link {color:#9E0039;}
	.MaroonIndentedText a:visited {color:#9E0039;}
	
	.GreyIndentedText {color:#444444;}
	.GreyIndentedText a:link {color:#444444;}
	.GreyIndentedText a:visited {color:#444444;}
			
	ol {margin-top:5px;}
	ol li { margin: 10px 0px 0px 0px;}
		
	#breadcrumbs {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#477981; margin-top:10px;}
	#breadcrumbs a:link {text-decoration:none; color:#477981}
	#breadcrumbs a:visited {text-decoration:none; color:#477981}
	#breadcrumbs a:hover {text-decoration:none; color:#477981}
	#breadcrumbs a:active {text-decoration:none; color:#477981}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p {font-size:10px}
	
.SmallGreyText {font-size:10px; color:#444444;}
	
/*For the Navigation*/
#dropmenudiv{
position:absolute;
background-color:#64B0B3;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px; 
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #666666;
padding-top:10px;
padding-bottom:10px;
text-indent:10px;
text-align:left;
color:#FFFFFF;
text-decoration: none;
}

#dropmenudiv a:hover{ 
/*hover background color*/
background-color:#B1D775;
color:#000000;
text-decoration: none;
}



