/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color: #333333;
 text-align:center; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 height: 100%; 
} 

#rightcol a:hover
{	
background: #FFFFCC; 
border: none;
} 

a
{	
color:#000000;
text-decoration:none;
}

#pagewidth{ 
 width:777px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:161px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 height: 100%;
 width:140px; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 height: 100%;
 width:637px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 height: 100%;
 width:160px; 
 float:right; 
 position:relative; 
 background-color:#CCCCCC;
 font-size:9px; 
 }

#maincol{
 height: 100%;
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:477px; 
 font-size:12px; 
 }
 
#footer{
 height:10px; 
  background-color:#000000; 
 clear:both;
 } 
 
#smt{
 float:none;
 position:relative; 
 }

#maincol img {
 padding: 5px;
}
 
 /* *** 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*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

label,input {
	display: block;
/*	width: 150px; */
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
