body{
    background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #000000;
    scrollbar-face-color: #000000; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-3dlight-color:#FFFFFF; 
    scrollbar-darkshadow-color:#FFFFFF; 
    scrollbar-shadow-color:#FFFFFF; 
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-track-color:#000000; 
}
div#wrapper {
	width: 80%;
	margin:auto;
	background-color:#FFFFFF;
}
div#header {
	width:100%;
	margin:auto;
	background-image:url(images/headerBg.jpg);
	border-bottom:#000000 thick solid;
}
div#topNav {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	background-color:#FFFFFF;
	color:#000000;
}	
div#topNav a:link {
	text-decoration: none;
	color:	#000000;
	}	
div#topNav a:visited {	
	text-decoration: none;
	color:	#000000;
	}	
div#topNav a:active {	
	text-decoration: underline;
	color:	#333399;
	}	
div#topNav a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}
div#greenBand {
	background-color:#006600;
	color:#FFFFFF;
	clear:both;
}
h1, h2, h3, h4, h5, th, thead, tfoot
{
    color:#663300;
	background:inherit;
}
h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight: 700;
}	
		
h2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight: 700;
}
		
h3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight: 500;
}	
		
h4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight: 500;
}	
		
h5, dt	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: 700;
	}	
		
h6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	}
p 	{margin:2px 10px 2px 10px;
	font-size:13px;
}	
		
tfoot, thead	{	
	font-size:	12px;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	14px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	}	


a:link {
	text-decoration: none;
	color:	#3333cc;
	}	
		
a:visited {	
	text-decoration: none;
	color:	#333399;
	}	
		
a:active {	
	text-decoration: underline;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}
	
#small	{	
	font-size: 10px;
	}	

#big	{	
	font-size: 18px;
	}	
blockquote, pre	{	
	font-family: Courier New, monospace;
	}	
ul li {	
	list-style-type: square ;
	}	
ul li li {	
	list-style-type: disc;
	}	
ul li li li{	
	list-style-type: circle;
	}	
ol li {	
	list-style-type: decimal;
	}	
ol ol li {	
	list-style-type: lower-alpha;
	}	
ol ol ol li {	
	list-style-type: lower-roman;
}
#imgLeft {
	float:left;
	margin: 0 25px 10px 0;
}
#imgRight {
	float:right;
	margin: 0 0 10px 25px;
}
