/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color: #000000; 
  
 } 

 
#pagewidth{ 
	 float: left;
	 width: 100%;
	 height: 50%;
	 top: 20%;
 
}
 
#header{
	 position:relative; 
	 height:10%; 
	 background-color:#000000; 
	 border-bottom: #FF0000 thin solid;
	 font-family: Tahoma, Arial, sans-serif;
	 font-size:12px;
	 color: #FFFFFF;
	 border-bottom: solid thin #FF0000;
	 text-align:right;
	 width:100%;
	 clear: both;
} 
 
#maincol{
	 background-color: #000000;  
	 float: left; 
	 display:inline; 
	 position: relative;
	 font-size:12px;
	 font-family: Tahoma, Arial, sans-serif;
	 color: #FFFFFF; 
	 width: 100%;  
	 clear: both;
 
 }
 
#footer{
	 background-color:#000000;
	 border-top: solid thin #FF0000;
	 font-family: Tahoma, Arial, sans-serif;
	 font-size:12px;
	 color: #FFFFFF;
	 text-align: center;
	 clear:both;

 } 
 
#rightmain   {
     height:90%;
 	 float:right;
	 width: 50%; 
	 background-color:#000000;
	 font-family: Tahoma, Arial, sans-serif;
	 font-size:12px;
	 color: #FFFFFF;
	 text-align: left;
	 display:inline;
	 clear:right; 
}



#leftmain  {
	height:90%;
	float:left;
	width: 48%;
	background-color:#000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	clear:both;
	left: auto;
	bottom: auto;
	text-align:center;
	
  } 

 
/*paragraph text*/

.copyright  {

	 font-size:9pt;
	 font-family: Tahoma, Arial, sans-serif;
	 color: #333333;
	 
} 
 
.maintext  {
    font-size:11pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #FFFFFF; 
}
 
 
.titles  {
	font-size:12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	margin-top: 20px;
}
 
 .caption {
	font-size:9pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color:#333333;
	border-bottom: #FF0000 thin solid;
	width: inherit;
	clear:both;
	font-style: italic;	
 }
 
 
 
 .testtext  {
	font-size:11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color:#333333;
	border-bottom: #FF0000 thin solid;
	 
 
 }
 
 
 .names  {
	font-size:11pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #FF0000;
	background-color:#333333;
	border-bottom: #FF0000 thin solid;
	font-style: italic;
	 
 }
 
 
 /*graphics*/
 
 
.tvs  {
	 float: left;
	 text-align:center;
	}


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

