p {
	margin: 1em 0;
}
a{
	color: #2B2BDB;
	text-decoration: underline;
}
a:hover, a:focus, a:active
{
	background-color: #5EE;
	color: #000;
}
/* Main Structural Divisons */
body  {
	font: 100% Trubechet MS, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the bpdu in IE 5* browsers. */
	color: #000000;
	background-image: url(../images/bgoceanblues.gif);
	background-repeat: repeat;
	background-position: left top;

}
#wrap 
{
	min-width: 1050px;
	max-width: 1300px;
	width: 95%;
	margin: 0px auto; /*try 0px auto to see if that centers it in safari and firefox */
}
#screen 
{	
	padding: 10px 10px;
}
#header 
{
	margin: 0px 0px; 
	background-color: #FFF; 
	border: 0px; 
	height:188px;
	padding: 10px;
	text-align:left;
}
#header_rvca
{
	width: auto; 
	margin: 0px 0px; 
	background-color: #FFF; 
	border: 0px; 
	height: 188px;
	padding: 10px;
	text-align:center;
}
#header_ad
{
	text-align:right;
	margin-top:20px;
}
#header_logo
{
	float:left;
	margin-left: 20px;
}
#header img
{
	margin: 0px;
}
#main_container /*contains the leftnav, main and adright divisions*/
{
	width: 100%;
	padding: 10px 0px;
	border: 0;
	background-color: #FFFFFF;
	clear: both;
}
#adright
{
	width: 164px;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	background-color: #FFFFFF;
}
#leftnav 
{
	width: 180px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#main 
{
	margin-left: 200px;
	margin-right: 184px;
	/*margin: 0 22%;*/
	padding: 10px 10px 10px;
	background-color: #FFFFFF;
/*	border-right: 2px solid #333399;
	border-left: 2px solid #333399;
*/
}
#footer
{
	margin: 0px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	padding: 10px 10px 0px;
	border-top: 2px solid #333399;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Detailed styles for individual division elements */
#leftnav img
{
	padding: 0px;
	border: none;
}

/*DO NOT change the padding and margins here.  Needed to overide IE defaults!!!*/
#leftmenu, #leftmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #000;
}
#leftmenu li
{
	background-image: url(../images/med_blue_grad.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	border-top: 1px solid #FFF;
}
#leftmenu li:first-child
{
	border-top:none;
}
#leftmenu a
{
	display:inline-block;
}
#leftmenu a
{
	display: block;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	color:#FFF;
	padding: 5px 10px;
}
#leftmenu a:hover, #leftmenu a:focus, #leftmenu a:active
{
	color: #000;
	background-image: url(../images/light_blue_grad.png);
}
#adright a {
	padding: 5px 0;
	display: block;
}
#adright a:hover, #adright a:focus, #adright a:active
{
	background-color: #FFF;
	color: #333;
}
#main img
{
	padding: 0px 10px;
}

#main p 
{
	font-family:trebuchet ms, helvetica, arial;
	font-size:13px;
	text-decoration:none;
	color:#000033;
	text-align: left;
}
#main p.item {
	text-align: center;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008000;
}
#main p.center {
	text-align: center;
	border:none;
}
#main h2, #adright h2 {
	font-weight:bold;
	font-size:22px;
	color:#330099;
	text-align: center;
	margin-bottom: 1em;
}
#main h3 {
	font-weight: bold;
	text-decoration:underline;
}
#main h1, #adright h1{
	margin-top: 1em;
	font-size:26px;
	font-weight:bold;
	color:#CC0066;
}
#main_list, #main_list ul
{
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	font-size: 100%;
/*	background-image: url(../images/bgoceanblues.gif);
	background-repeat: repeat-x;
*/}
li.docs_list
{
	list-style: none;
	text-align:left;
	font-family:trebuchet ms,arial,helvetica;
	font-size:14px;
	font-weight:normal;
	color:#660000;
	margin-bottom: .5em;
	margin-left:3em;
}
li.docs_list a
{
	/*	height:auto;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background-color: #69C;
	border: 1px solid #000;
*/	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	color:#00F;
}
li.docs_list a:hover
{
	background-color: #5EE!important;
	color: #000!important;
}
li.announce_list
{
	list-style: none;
	border-top: 2px dashed #5A78B4;
	padding: 1em;
	font-family:trebuchet ms,arial,helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	color:#660000;
	text-align: left;	
}
li.announce_list a
{
	display: inline;
	background-color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	color:#5A78B4;
}
li.announce_list a:hover
{
	background-color: #0FF!important;
	color: #000!important;
}
#main table {
	width: 85%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	table-layout: auto;
	overflow: hidden;
	border: 10px ridge #CCC;
}
#main td {
	margin: 0;
	padding: .25em .85em;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
#main thead td {
	font-weight: bold;
	border-bottom: 8px ridge #CCC;
	border-right: 4px ridge #CCC;
	border-left: 4px ridge #CCC;
}
#main tbody td {
	border: 3px ridge #EEE;
}
td {
		padding: .25em .85em;
}
#footer p 
{	
	font-family:trebuchet ms,arial,helvetica;
	font-size:12px; color:#000000;
	line-height: 1em;
	margin: 1em;
	text-align: center;
}
#footer img {margin: 10px 0px;}
#copyright
{
	margin: 5px auto;
	width: 100%;
	text-align: center;
	clear: both;
	}
span.rio_vista
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
}
form
{
	font-family:trebuchet ms,arial,helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	color:#660000;
	text-align:left;
}
label
{
	position:absolute;
	margin-left:10px;
	padding-top:.2em;
/*	width: 311px;
	left: 577px;
	top: 469px;
*/}
input 
{
	margin-left: 8em;
	margin-bottom: .2em;
}
select
{
 	margin-left: 8em;
}
d.statcounter
{
	margin: 100px auto;
	width: 90px;
	clear: both;
}
a.statcounter {
}
