/* generated by csscreator.com */ 
html, body{ 
	 margin: 0; 
	 padding: 0; 
	 text-align: center; 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 background-color: #000000;
} 
 
#pagewidth{ 
	 width: 900px; 
	 text-align: left;  
	 margin-left: auto; 
	 margin-right: auto;  
} 
 
#header{
	 position: relative; 
	 height: 150px; 
	 background-color: #525252; 
	 width: 100%;
} 
 
#maincol{
	 background-color: #FFFFFF;  
	 float: right; 
	 display: inline; 
	 position: relative;
	 background-color: #2F2F30; 
	 width: 900px; 
 }
 
#footer{
	 height: 25px; 
	 background-color: #666666; 
	 color: #FFFFFF;
	 text-align: center;
	 padding-top: 6px;
	 clear: both;
 } 
 
#email{ 
 	margin: 0px; 
 	padding-top: 2px;  
 	padding-right: 5px;  
 	padding-left: 0px;  
 	padding-bottom: 0px;  
	font-size: 8pt;
	text-align: right;
	background-image: url(images/splashTop2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 900;
	
 } 
 

 
 /* *** 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 */  


a {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #830013;
	text-decoration : underline;
	}
	
a:hover {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
	}
	
a.small {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : underline;
	}
	
a.small:hover {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : underline;
	}
	
a.white:hover {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : underline;
	}
	
a.white {
	font-family: Verdana, Geneva, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration : underline;
	}