@charset "utf-8";
/* CSS Document */
	body {
		margin: 0;
		padding: 0;
		font-size: 98%;
		background-color: #B2BC00;
		}
		
	a:link { color: #003366; }
	a:visited { color: #066; }
		
	a:hover, a:active {
		color: #336699;
		}
		
	h3 {
		font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #B2BC00;
		margin-top: 0px;
		margin-left: 30px;
		}
		
	h4 {
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		margin-top: 12px;
		margin-bottom: 0;
		margin-left: 30px;
		}
				
	#banner {
		height: 121px;
		margin: 0;
		padding: 0;
		background-color: #B2BC00; }
		
	#toplist {
		margin: 0;
		padding: 0;
		height: 28px;
		background-color: #5A1E78;
		}
		
.nav ul {
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	text-align: left;
	list-style: none;
}
.nav li {
	display: inline;
	margin: 0;
	font: bold 12px Tahoma, verdana, arial, hevetica, sans-serif;
	color: #fff;
}
/* MacIE makes a terrible mess of inline lists with padding :(
   We need to hide the next few rules from it.
   WinIE 5.0 also does not support padding on inline elements,
   but it does (erroneously) support width, so we'll specify
   a width for that browser. (escaped comment hack follows) \*/
.nav li {
	padding: .1em 0 .1em 4px;
	border-right: 1px solid #ffffff;
}

* html body .nav li,
* html body .nav li a {
	width: 5em;
	wid\th: auto;
} /* end IE hacks */

.nav a {
	padding-left: 15px;
	padding-right: 20px;
	background: url(images/bullet.png) -20px 50% no-repeat;
	color: #fff;
	text-decoration: none;
}
/* Hide from MacIE, again \*/
.nav li a {
	border-width: 0;
} /* end MacIE hack */

.nav a:hover {
	background-position: 0 50%;
	text-decoration: none;
	color: #B2BC00;
}

/* readability aid */
p {
	max-width: 40em;
	margin: 1em auto;
}

/* end media rules */			


	div#container {
		margin: 0;
		padding-left: 3px;
		padding-top: 0;
		background-color: #5A1E78;
		background-image: url(images/leadhead_header3.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		}
		
	#content {
		margin: 0 0 0 0;
		padding: 24px 0 0 0;
		background-color: transparent;
		}
		
	div#menucontainer {
	width: 127px;
	margin-bottom: 12px;
	padding-right: 12px;
	border-right: 1px solid #6699CC;
	}
		
	#menubold a {
		display: block;
		width: 127px;
		margin: 0 12px 0 0;
		padding:9px 0 0 20px;
		font: bold 10px arial, sans-serif;
		color:#336699;
		background: url("images/vdbutton.gif") 0 0 no-repeat;
		text-decoration: underline;
		}
		
	#menubold a:hover {	
		background-position: -157px 0;
		color: #c04000;
		text-decoration: underline;
		}
		
	#menubold a:active {
		background-position: -314px 0;
		color:#0066CC;
		}
	
	#menu a {
		display:block;
		width:127px;
		margin: 3px 12px 0 0;
		padding:9px 0 0 20px;
		font: 10px arial, sans-serif;
		color:#336699;
		background: url("images/vdbutton.gif") 0 0 no-repeat;
		text-decoration: underline;
		}
		
	#menu a:hover {	
		background-position: -157px 0;
		color: #c04000;
		text-decoration: underline;
		}
	#menu a:active {
		background-position: -314px 0;
		color:#0066CC;
		}
		
	div#content {
		margin-top: 0px;
		margin-left: 3px;
		}
		
	div#sectionimage {
		width: 248px; 
		margin: 0 0 8px 30px;
	}
		
	.plaintext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		line-height: 14px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	.coloredbold {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: 14px;
		font-weight: bold;
		color: #996633;
		text-decoration: none;
	}
		
	#content p {
		margin: 8px 30px 0px 30px;
		color: #ffffff;
		font: 12px arial, hevetica, sans-serif;
		line-height: 16px;
		}
		
	.content a {
		text-decoration: none;
		color: #ffffff;
		font: bold 11px arial, hevetica, sans-serif;
		line-height: 16px;
		}
		
	.content a:visited { 
		color: #666633;
		text-decoration: none;
		font: bold 11px/16px arial, hevetica, sans-serif;
		}
		
	.content a:hover { 
		color: #B2BC00;
		text-decoration: underline;
		font: bold 11px/16px arial, hevetica, sans-serif;
		}
		
	.content a:active {
		text-decoration: none;
		color: #333333;
		font: bold 11px arial, hevetica, sans-serif;
		line-height: 16px;
		}
		
	div#content h2 {
		font-size: 2em;
		color: #036;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
		}
		
	div#content ul {
		list-style-type: circle;
		margin: 0 30px 0px 50px;
		padding: 0;
		color: #ffffff;
		font: 11px arial, hevetica, sans-serif;
		line-height: 16px;
		}
		
	#content ul li a {
		display: block;
		font: bold 11px arial, hevetica, sans-serif;
		text-decoration: underline;
		color: #B2BC00;
		}
		
	#content ul li a:hover {
		color: #D2691E;
		text-decoration: none;
		}
		
	#boldtext {
		margin: 8px 30px 0px 30px;
		font: bold 11px arial, hevetica, sans-serif;
		text-decoration: none;
		color:#B2BC00;
		}
		
	#cleardiv {
		clear: both;
		height: 1em;
		}
		
	#footer
	{
		clear: both;
		height: 22px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 5px;
		text-align:center;
		background-color: #B2BC00;
		font: 11px Tahoma, verdana, arial, hevetica, sans-serif;
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#footer a { 
		text-decoration: none;
		color: #FFFFFF; }
	
	#footer a:visited { 
		color: #B2BC00;
		text-decoration: none; }
		
	#footer a:hover {
		color: #0066B2;
		text-decoration: underline; 
		}
	
	#footer a:active {
		color: #FFFFFF; 
		}
		
		
</style>
