/* generated by csscreator.com */ 
html, body{ 
background:#000000;
font-family:Century Gothic, arial, helvetica;
color:#cccccc;
font-size:10pt;
scrollbar-face-color: #000000;
scrollbar-3dLight-Color: #666666;
scrollbar-Arrow-Color: #999999;
scrollbar-Base-Color: #000000;
scrollbar-DarkShadow-Color: #000000;
scrollbar-Face-Color: #000000;
scrollbar-Highlight-Color: #000000;
scrollbar-Shadow-Color: #666666;
scrollbar-Track-Color: #000000
} 

#flashcontent {
	height: 500px;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:70px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 background-color:#000000;
 }
 
#maincol{background-color: #000000;  
 float: left; 
 display:inline; 
 position: relative; 
 width:66%; 
 }
 
#footer{
 height:70px; 
  background-color:#000000; 
 clear:both;
 } 
 

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

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

p		{background:#000000;
		font-family:Century Gothic, arial;
		color:#cccccc;
		font-size:9pt;}
		
h3		{color:#996666;}

h4		{color:#cccccc;}

h5		{color:#CC6600;
		font-size:11pt;}
		
h6	 	{color:#CC6600;
		font-size:11pt;}
		
td		{font-family:Century Gothic, arial, helvetica;
		color:#cccccc;
		font-size:9pt;}

a:link		{color:#cccccc;
		font-family:Century Gothic, arial, helvetica;
		font-size:9pt;}
		
a:visited	{color:#cccccc;
		font-family:Century Gothic, arial, helvetica;
		font-size:9pt;}

a:hover		{color:#FFA500;
		font-family:Century Gothic, arial, helvetica;
		font-size:10pt;}
		
a:active	{color:#ff6600;
		font-family:Century Gothic, arial, helvetica;
		font-size:9pt;}
		
hr		{color:#666666;
		height:1px;}