html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 /* background: #00558D url(../images/Regency_01.gif) repeat-x top center;*/
} 

moduletable-home-intro{
padding-left:20px;
padding-right:20px;
}

#pagewidth{ 
 width:766px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color: #FFFFFF;  
} 
#pageshadow{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background: url(../images/shadow.png) top left;
height=110%
}
 
#header{
 position:relative; 
 
background-color:#000; 
 width:100%;

} 
 
#login{
float:right;

} 
#nav{

background-color:#000;
vertical-align: middle;

}
#maincol{
 display:inline; 
 position: relative; 
 width:60%; 
 float:left;
padding-left:10px;
 }
 
 #rightcol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:35%;
 padding-right:8px; 
 }
#footer{

  background-color:#FFFFFF; 
 clear:both;
 } 
 
	.copyright {
background:#01127c;
color:#FFFFFF;
text-align:center;
font-size:80%;}

	.address {
background:#000000;
color:#FFFFFF;
font-size:80%;}

 #affiliates{

 text-align:left;
 background-color:#fff;
 }
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#listticker{

		height:200px;
		border:solid 1px #0099cb;
		overflow:hidden;
		display:none;
		padding:6px 10px 14px 10px;;
		margin:0;
                margin-bottom:5px;
	}
	#listticker li{
		border:0; margin:0; padding:0; list-style:none; display:none;
	}

	#listticker li{
		/*height:60px;*/
		padding:5px;
		list-style:none;
	}
	#listticker a{
		color:#000000;
		margin-bottom:
	}
	#listticker .news-title{
		display:none;
		font-weight:bold;
		margin-bottom:4px;
		font-size:11px;
	}
	#listticker .news-text{
		display:none;
		font-size:11px;
		color:#666666;
	}
	#listticker img{
		float:left;
		margin-right:14px;
		padding:4px;
		border:solid 1px #DEDEDE;
	}
	img.bg 
	{
		min-height: 100%;
		min-width: 570px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
