@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; 
	color: #333300;
	line-height: 30px;
}
.subHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #006699;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333300;
	line-height: 21px;
}
.quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666633;
	line-height: 18px;
}
.quoteSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336666;
	line-height: 21px;
}
.quoteSub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	line-height: 18px;
}
.homeHeader1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	color: #455e70;
	line-height: 24px;
}
.homeHeader2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 36px; 
	color: #314349;
}
.homeHeader3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 24px; 
	color: #333300;
	line-height: 30px;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #996633;
}
.homeBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #333333;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333333;
	line-height: 18px;
}
.mainText a { color: #333333; text-decoration: underline; }
.mainText a:hover { color: #006699; text-decoration: underline; }
.mainText a:fade { color: #006699; text-decoration: underline; }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #999999;
	line-height: 14px;
	padding: 10px;
}
.footer a { color: #999999; text-decoration: underline; }
.footer a:hover { color: #ffffff; text-decoration: underline; }
.footer a:fade { color: #ffffff; text-decoration: underline; }

a.yellowLink { color: #314349; font-weight: bold; text-decoration: underline; }
a:hover.yellowLink { color: #333300; font-weight: bold; text-decoration: underline; }
a:fade.yellowLink { color: #333300; font-weight: bold; text-decoration: underline; }

a.boldBlack { font-weight: bold; color: #000000; text-decoration: underline; }
a:hover.boldBlack { font-weight: bold; color: #003366; text-decoration: underline; }
a:fade.boldBlack { font-weight: bold; color: #003366; text-decoration: underline; }

img.picRight { margin-left: 10px; margin-top: 6px; margin-bottom: 6px; }
img.picLeft { margin-right: 10px; margin-top: 6px; margin-bottom: 6px; }

/* Dropdown Styles */

#dropmenudiv{
position: absolute; 
background-color: #968169;
border:0px solid white;
border-bottom-width: 0;
font:normal 14px Arial, Helvetica, sans-serif;
line-height:28px;
z-index:10;
}

#dropmenudiv a{
width: 100%;
display: block;
text-align: left;
text-indent: 10px;
border-bottom: 1px solid #ffffff;
color: #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #ffffff;
background-color: #ad977e;
}

/**/

