html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 font: 12px Arial, sans-serif;
 background: url(images/bg.gif);
 color: #000000;
} 
 
#pagewidth{ 
 width:777px; 
 text-align:left;  
 background-color:#fff;
} 
 
#mainheader{
 position:relative; 
 background-color:#f7f7f7; 
 width:100%;
 margin-bottom:6px;
}
#footer{
 background-color:#f7f7f7; 
 width:100%;
 margin-top:6px;
 padding:10px 0 10px 0;
 text-align:center;
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
 font-size:12px;
}
 
#leftcol{
 width:240px; 
 float:left; 
 position:relative; 
 background-color:#fff;
 padding: 0 6px 0 8px;
 border-right: 1px solid #ccc;
 margin-right: 4px;
 }
 
#twocols{
 width:518px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:244px; 
 float:right; 
 position:relative; 
 background-color:#fff;
 padding-left:6px;
 padding-right:4px;
 border-left: 1px solid #ccc;
 margin-left: 4px;
 }
 
#maincol{background-color: #fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:253px;
 padding: 0 3px 0 3px;
 }
 
#twocols:after, #wrapper:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#twocols, #wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper{height: 1%;}
#twocols, #wrapper{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;}
}
div.header {
	background: #B3C0C9;
	height: 16px;
	font: bold 13px Arial, sans-serif;
	text-align: center;
}
div.different {
	width: 230px;
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 4px 4px 4px 4px;
	margin: 0 0 8px 3px;
}
a.dark {
	font-weight: bold;
	color: #000;
}
a.dark:hover {
	text-decoration:underline;
}
a {
	text-decoration: none;
	color: #000000;
}
h2 {
	font: bold 12px Arial, sans-serif;
}
input {
	background-color:#fff;
}
form {
	padding-bottom:2px;
}