/* CSS Document */

body { background:#000000;
	margin-top:0px;
	margin-left:0px;
	}
#pagewidth{ 
 margin: 0 auto;
 width:900px;  
} 
#header{
        margin: 0 0 0 0; 
        height: 149px;
        width: 100%;
		}

#headerImage {
 float: left;
 height: 149px;
 position:absolute;
 margin:0;
}
	
#navigation {
 width: 100%;
 height: 28px;
 padding-left: 300px;
 padding-top:90px;
 color: #333;
 position:absolute;
 z-index:2;
}


#flash {
 margin: 30px 25px 30px 10px;
 z-index: 1;
 position: absolute;
 background-color:#000000;
}


#leftcol{
 width:40%; 
 float:right; 
 position:relative; 
  }
 
  #twocols{
 width:67%; 
 float:right; 
 position:relative; 
  }

#maincol{ 
 float: left; 
 position: relative; 
 width:35%; 
 }



	
#small {
	text-align:center;
	font-size: 12pt;
	font-family: Times New Roman, Times, serif; 
	color: #cc3333;
	}

p, li { 
	font-family: Times New Roman, Times, serif; 
	color: #c0c0c0;
	}
		
h1 { 
	font-family: Times New Roman, Times, serif; 
	color: #cc3333;
	font-size: 16pt;
	}
	
h2 { 
	font-family: Times New Roman, Times, serif; 
	color: #cc3333;
	font-size: 14pt;
	}
	

a {  
	color: #cc3333; 
	font-weight:bold;
	text-decoration: none;
	 }

a:hover {  
	color: #666666; 
	text-decoration: none;
}

#footer {
	padding: 20px;
	text-align:center;
	clear: both;
	font-size: 8pt;
	font-family: Times New Roman, Times, serif; 
	color: #000000;
	}


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

