/* generated by csscreator.com */ 
body{ 
 margin:0; 
 padding:0; 
 background:url(images/bgGreen2.gif) repeat-y #abcdb4;
 } 
 
#pagewidth{ 
 width:1000px;  
} 
 
#header{
 position:relative; 
 height:152px; 
  background-color:#2e4e34;
  background-image: url(images/bgHripple.gif);
 width:100%;
} 
 
#leftcol{
 width:185px; 
 float:left; 
 position:relative; 
 }
 
#maincol{background-color: #abcdb4;  
 float: right; 
 width:715px; 
 }
 
 .contentBox {
 background:#FFFFFF;
 width:675px;
 margin-left:20px;
 margin-right:20px;
 margin-bottom:20px;
 margin-top:20px;
 min-height: 400px;
 }
 
#footer{
	padding: 20px;
	text-align:center;
	clear: both;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
 } 
 
 H1 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-size: 18pt
	}
	
H2 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 14pt}

 
 a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #17732C; 
	text-decoration: none}
	
a:hover {  color: #660000; text-decoration: none}
	

p, td, li {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; font-size: 11pt;
	line-height:1.5;}
.small {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; font-size: 9pt}
	
.award {
	color: #660000;
	font-weight:bold;
	font-style:italic; 
	text-decoration: none;
	
}



#nav-menu ul
	{
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:2.5;
}


#nav-menu li a:hover {
	color: #660000;
	font-weight:bold; 
	text-decoration: none;
	
}

#nav-menu li a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-weight:bold;
	line-height:2.5; 
	font-size: 11pt;
	text-decoration: none;
	display: block;
}

#spacing p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
	margin-top:20px;

	}
#pad h1{margin-left:20px;
margin-top:10px;}

#padH2 h2{margin-left:20px;
margin-top:10px;}

.small {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; font-size: 9pt}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
