
html, body{ 
	margin:0; 
	margin-top: 25px;
	padding:0; 
	text-align:center; 
 	background-color: #71708F;
	font-family: Arial, sans-serif;
} 

a {
	color: #000000;
}

a:hover {
	color: #DBF0F1;
}

#fadeinbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	visibility:hidden;
}
#fadeinbox p {
	width: 850px;
	margin: 0px auto;
}

#pagewidth{ 
	width:850px; 
 	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
   	width:100%;
} 
#headerleft {
	width:200px; 
	float:left; 
	position:relative; 
}
#headerright {
	float: right; 
	display: inline; 
	position: relative; 
	width: 648px; 
	height: 53px;
	border-left: 2px solid #00ADEF;
	border-top: 2px solid #00ADEF;
	font-size: 12px;
	z-index: 1000;
}
 
#leftcol{
	width:200px; 
	float:left; 
	position:relative; 
	color: #FFFFFF;
	/*text-align: right;
	padding-right: 5px;
	padding-top: 3px;*/
}

.bluebox {
	position: absolute;
	background-color: #bbeef0;
	top: 150px;
	width: 200px;
	height: 168px;
	color: #ED1D24;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
 
#maincol{ 
	padding: 5px;
	float: right; 
	display: inline; 
	position: relative; 
	width: 638px; 
	background-image: url(/images/maincolbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #bdbed1;
	border-left: 2px solid #00ADEF;
}

#homecol{ 
	padding: 0px;
	float: right; 
	display: inline; 
	position: relative; 
	width: 648px; 
	border-left: 2px solid #00ADEF;
}
 
#footer{
	position: relative;
	height:130px; 
	clear: both;
	background-position: right;
	background-image: url(/images/rhodeswords.jpg);
	background-repeat: no-repeat;
} 

#wrapper {
	position: relative;
	width: 850px;
}

#contentspace {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

#homefeature {
	padding: 149px 0px 115px 0px;
}
 
#leftmenubox {
	padding-top: 25px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 22px;
} 

#bottomleftmenubox {
	position: relative;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 22px;
	padding-top: 175px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
} 
 
h1 {
	color: #ED1D24; 
	font-weight: bold;
	font-size: 18px;
}

p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .025em;
}

a.leftmenus {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.leftmenus {
	color: #ED1D24;
	font-weight: bold;
	text-decoration: none;
}

#topmenu {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 17px 30px 6px 0px;
	border: 0;
	margin: 0 0 0 0;
	width: 78px;
	height: 10px;
	text-align: right;
	background-image: url(/images/menububble.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

a:hover.leftmenus {
	color: #ED1D24;
	font-weight: bold;
	text-decoration: none;
}

.red {
	color: #ED1D24;
	font-size: 15px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
	color: #006699;
}

.smallred {
	color: #ED1D24;
	font-size: 12px;
	font-weight: bold;
}

.blue {
	color: #006699;
	font-size: 12px;
	
}
.text {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .025em;
}

.featurelink {
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	
}

td.featurelink a {
	color: #ffffff;
	text-decoration: none;
}

 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}
