/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:#f1ebe4
} 
 
#pagewidth{ 
 width:908px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px; 
 width:100%;
} 
 
#twocols{
 width:908px;
 height:auto;
 float:right; 
 position:relative; 
 background:#CCCCCC;
 border:1px solid #000000;
 border-top:0px solid #000000;
  }
 
#rightcol{
 background:#CCCCCC;
 width:176px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:731px; 
 border-right: 1px solid #F1EBE4;
 }
a {
	text-decoration:none;
	font:tahoma;
	color:#085584
}

a:hover {
	text-decoration:underline;
	font-weight:none;
}

.nav{
	width:100%;
	background:url(../images/bar_bg.gif) repeat-x;
}

.content{
	background: #CCCCCC;
	padding:20px 15px 0 15px;
}
 
#footer{
 height:100px; 
 clear:both;
 } 
.tdstyle1{
	font-size:13px;
}

 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
