/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;
 background:url(bg.jpg) repeat-y center;
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px;  
 width:100%;
} 
 
#leftcol{
 width:100px; 
 float:left; 
 position:relative;
 left:25px;
  }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:700px;
 right:27px;
 }
 
#footer{
 height:20px; 
 clear:both;
 } 
 

body {
	background-color: #000000;
}
body,td,th {
	font-size: 18px;
	color: #F8F8F8;
}

table.menu a {
border:1px solid #333333;
display: block;
}
div.menu a {
color:#DDDDDD;
background:#0063C0;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}
div.menu a:link {
color:#DDDDDD;
background:#0063C0;
}

div.menu a:active {
color: #DDDDDD;
background: #0063C0;
}

div.menu a:visited {
color: #DDDDDD;
background: #0063C0;
}

div.menu a:hover {
color: #0063C0;
background:#DDDDDD;
border:1px solid #FFFFFF;
}
 
.whiteside {
border-left:medium #FFFFFF solid;
border-right:medium #FFFFFF solid;
}
.greenside {
border-left:medium #009900 solid;
border-right:medium #009900 solid;
}
.whitetop {
border-top:medium #FFFFFF solid;
}
.greentop {
border-top:medium #009900 solid;
}
 /* *** 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;}
}
