/* generated by csscreator.com */

html, body{ 
 width:894px;
 margin:0; 
 padding:0;
 font-family:arial, helvetica, sans-serif;
 font-size:10pt;
 color:#ffffcc;
 background:rgb(41,49,66);
}

table{
 font-size:10pt;
 empty-cells: show;
}

a{
 text-decoration: none;
 color:#ffcc99;
}

a.hidden{
 color:black;
 text-decoration:none;
 cursor:default;
}

a:link{color: #ffcc99;}
a:visited{color: #ffcc99;}
a:active{background-color: #000000;}
a:hover{
 color: #ffcc99;
 background-color: #000000;
 text-decoration:underline;
}
 
#header{
 width:100%;
 height:66px;
 position:fixed;
 left:0px;
 top:0px;
 z-index:2;  
 padding:5px;
 clear:right;
 text-align:left;
 background: rgb(41,49,66);
}
 
#left{
 width:151px; 
 position:fixed;
 left:0px;
 top:76px;  
 padding:5px;
 overflow:hidden;
}
 
#center{
 width:728px;
 position:absolute;
 left:156px;
 top:76px;
 padding:5px;
 text-align:left;
 clear:right;
}
 
#footer{
 height:66px; 
 clear:both;
}

img{
 border:0px;
}

.smallfont{
 font-size:8pt;
} 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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*/ 
#left{display:none;} 
#twocols, #center{width:100%;position:relative;float:left;}
}