
html, body{ 
 background: #ffffff url('imagesnew/background.gif');
 margin:0; 
 margin-top: 24px;
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:795px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background: url('imagesnew/bgmid.jpg') repeat-y; 
 
} 
 
#header{
 position: relative; 
 height: 107px; 
 background: url('imagesnew/header.jpg') no-repeat; 
 width: 100%;
 padding: 0px;
 margin:0px;
} 

#flashmenu{
padding-left: 14px;
padding-top: 12px;
}

#leftcol{
 width:65%; 
 float:left; 
 position:relative; 
 height: 447px;
  }

 #leftcontent{
 position:absolute;
 top: 0px;
 left: 14px;
 width: 505px;
 height: 447px;
 padding: 0px;
 margin:0px;
 
 }
 
#rightcol{
 float: right; 
 display:inline; 
 position: relative; 
 width:35%; 
 }
 
#right11{
position:absolute;
 top: 0px;
 left: 0px;
 width: 254px;
 height: 106px;
 padding: 0px;
 margin:0px;

}

#right22{
position:absolute;
 top: 116px;
 left: 0px;
 width: 254px;
 height: 106px;
 padding: 0px;
 margin:0px;

}

#right33{
position:absolute;
 top: 227px;
 left: 0px;
 width: 254px;
 height: 106px;
 padding: 0px;
 margin:0px;

}

#right44{
position:absolute;
 top: 335px;
 left: 0px;
 width: 254px;
 height: 106px;
 padding: 0px;
 margin:0px;

}

#footer{
 height:35px; 
 width: 795px;
 clear:both;
 background: url('imagesnew/footer.jpg') no-repeat;
 } 
#footlinks{
 padding-top:2px;
 text-align: right;
 width: 775px;
 height: 30px;
 padding-right: 30px;
}
a.footer:link, a.footer:active, a.footer:visited {
	color: #edeeee;
	font-family:Trebuchet,Verdana,Helvetica,Arial,Sans-serif; 
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	font-family:Trebuchet,Verdana,Helvetica,Arial,Sans-serif; 
	font-size: 11px;
	text-align: right;
	text-decoration: none;
} 

#copyright{
 font-family:Trebuchet,Verdana,Helvetica,Arial,Sans-serif; 
 font-size: 9px;
 color: #747474;
 text-align: left;
 width: 775px;
 height: 35px;
 padding-left: 14px;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
	text-decoration: none;
	color: #747474;
}

a.copyright:hover {
	text-decoration: none;
	color: #9F8609;
} 

 
 /* *** Float containers fix: *** */ 
.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, #rightcol{width:100%; float:none;}
}
