html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 11px;
	line-height: 18px;
	color: #525252;
	
	
	font-family:'Trebuchet MS';
	
	text-align: center;

	background: #eeeeee;
}


 #outer {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 11px 0px 11px;
	 width:930px;
	 margin: auto;
	 margin-bottom: 0;
	 
	 background: transparent url(../img/outerbg.gif);
	 background-repeat: repeat-y;
	
 }
 
 
 
 
#top{
	
	border: 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 7px;
	background-color: #da2538;
	font-size: 1px;
	line-height: 1px;
	border: 1 solid #fff;
	border-width: 0 0 1px 0;
} 
 

#topheader-home{
	height: 306px;
	
	margin: 0px 0 0px 0;
	
	padding: 0 0 0 0;
	
	background: transparent url(../img/roclogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	text-align: right;
	
	position: relative; 
	overflow: hidden;
}


#topheader{
	height: 126px;
	
	margin: 0px 0 0px 0;
	
	padding: 0 0 0 0;
	
	background: #e9e9e9 url(../img/roclogo-horizontal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	text-align: right;
	
	position: relative; 
	overflow: hidden;
}

 
#mainnav{
	height: 39px;
	background: transparent url(../img/navbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	font-size: 11px;
	padding: 0;
	margin: -5px 0 0px 0;
	
	position: relative;
	font-family: "arial", serif;
	
} 



#main{

	padding: 0;
	font-size: 13px;
	padding: 20px 0 10px 0;
	
}
 
#content{
		
	color: #000;
	margin: 0px 0 0px 0;
	
	margin: auto;
	padding: 0 20px 20px 20px;
	
	text-align: left;
	
	font-size: 14px;
	line-height: 18px;
	
	
	float: left;
	width: 597px;

}


#rightcol{
		
	color: #000;
	margin: 0px 0 0px 0;
	padding: 0 20px 15px 20px;
	width: 253px;
	float: right;
	
	
	
	text-align: left;
	
	font-size: 13px;
	line-height: 18px;

}


#footer{		
	color: #fff;
	height: 134px;
	/* margin: 0 11px 0px 11px; */
	margin: 0 auto 0 auto;
	width:908px;
	padding: 25px 10px 0px 35px;	
	background: transparent url(../img/footerbg.jpg);
	background-repeat: repeat-x;

	text-align: left;
	
	font-size: 12px;
	line-height: 18px;
	
	overflow: hidden;
}
