ROC CSS CODE
Body,html	{
	font: 84% Verdana, Arial, Helvetica;
	color: #093479;
	margin: 0;
	padding: 10 px auto;
}
Body a {color:	#093479;}
Body a:visited {color:	#003399;}
Body a:hover {color: #bf6516;}

#header	{
	margin : 0;
	padding:0;
	color : #ffffff;
	height:80px;
	background-color:#093479;
}
#headerimage	{
	float:left;
	margin-left:10;
	width:180px;
	position:relative;
	top:10;
}
#headerright	{
	float:right;
	margin-right:10;
	position:relative;
	top:10;
}
#nav  {	
	padding : 4px 0px 4px 0px;
	color : #98ccdf;
	background-color : #bf6516;
	border-color : #d2e8f0;
	border-width : 2px 0px 2px 0px;
	border-style : solid;
	margin : 0;
}	  
#nav a  {
	text-decoration : none;
	color :#ffffff;
	font-weight : bold;
}
#nav a:hover{color:#ffffff;}
#nav a:visited {color: #d2e8f0;}
#nav a:visited:hover {color: #ffffff;}

#nav2  {	
padding : 2;
color : #d2e8f0;
background-color : #093479;
border-color : #bf6516;
border-width : 0px 0px 0px 0px;
border-style : solid;
margin : 0;
}	  
#nav2 a  {
text-decoration : none;
font-weight : bold;
color:#d2e8f0;
}
#nav2 a:hover{color : #ffffff;}
#nav2 a:visited {color : #d2e8f0;}
#nav2 a:visited:hover {color: #ffffff;}

#wrapper	{
	width:780px;
	margin: 10px auto;
	background-color:#98ccdf;
	}
#outercontainer	{
	height:100%;
	border-left: 204px solid #98ccdf;
	z-index:1;	
	}
#innercontainer	{
	width:100%;
	border-width: 0 4px;	
	margin-left: -4px;		
	z-index: 2;		
	} 
#left, #center	{
	float: left;
	position:relative;
	overflow:visable;
	z-index:10;
}
#left	{
	width: 200px;
	margin: 0px 1px 0px -200px;
	padding:0;
	text-align: center;
	background-color:#98ccdf;
}
#left strong	{
	color:#bf6516;
}
#left ul	{
	margin:6px 0 6px 20px;
	}
#center	{
	margin: 0 -1px;
	width:100%;
	background-color: #d2e8f0;
}
.inside	{padding: 10px 20px;}

#footer	{
	clear: both;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #bf6516;
	text-align : center;
	font-size : 80%;
	color : #98ccdf;
	background-color:#093479;
}	
#footer a	{
	color: #ffffff;

}
h2  {
	font-size : 120%;
	color : #bf6516;
	text-decoration : none;
	font-weight : bolder;
	}
h2 a	{color:#bf6516;}
	
ul	{margin:6px 0 6px 30px;}	
	
.small	{font-size:80%}
.smorange	{font-size:80%;color:#bf6516;}	
.box 	
{
	background-color: #d2e8f0;
	width:176;
	padding:10;
	align:center;
}
.boxtop ul {
	background: url(images/corners.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.boxtop ul li {
	float: right;
	background: url(images/corners.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
.boxbottom ul {
	background: url(images/corners.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.boxbottom ul li {
	float: right;
	background: url(images/corners.gif) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

.bluetext	{color:	#093479;}



