﻿body {
	background-image: url("../images/rcmv-bkgrd.gif");
	background-color: #003399;
	background-repeat: repeat;
	padding: 5px;
	min-width: 740px;
	}
	
#canvas {
	width: 100%;
	}
	
#headerholder {
	}
	
#header {
	position: relative;
	background-color: #003399;
	width: 100%;
	height: 125px;
	color: #FFCC00;
	}
	
#headerleftimage {
	width: 95px;
	padding: 15px;
	}
	
#headerheading {
	position: absolute;
	top: 0px;
	left: 125px;
	padding: 15px;
	width: 80%;
	}
	
h1.headerheading  {
	font-size: 16pt;
	font-weight: bold;
	font-family: arial;
	line-height: 70px;
	}
	
#headerrightimage {
	position: absolute;
	padding: 15px;
	right:0px;
	top:0px;
	}
	
#menubar {
	background-color: #CCCCFF;
	text-align: center;
	padding-right: 15px;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 10pt;
	}
	
#menu, #menu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	z-index:1
	}
	
#menu li {
	background-color: #CCCCFF;
	color: #CCCCFF;
	float: left;
	padding:0 1px 0 0;
	}

#menu li a {
	background-color: #003399;
	color: #ffcc00;
	display:block;
	padding:10px;
	}

#menu li a:link, #menu li a:visited
{
	background-color: #003399;
	color: #ffcc00;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

#menu li a:hover, #menu li a:focus
{
	background-color: #ffcc00;
	color: #003399;
}

#menu li ul
{
	display:none;
}

#menu li:hover ul, #menu li:focus ul
{
	display:block;
	position:absolute;
}

#menu li ul li
{
	float:none;
	border-top:1px solid #fff;
	text-align: left;
}
	
#leftmenu, #leftmenuul {
	list-style:none;
	margin:0;
	padding:0;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	}
	
#leftmenu li {
	background-color: #CCCCFF;
	color: #CCCCFF;
	padding:1px;
	}

#leftmenu li a {
	background-color: #003399;
	color: #ffcc00;
	display:block;
	padding:10px;
	}

#leftmenu li a:link, #leftmenu li a:visited
{
	background-color: #003399;
	color: #ffcc00;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

#leftmenu li a:hover, #leftmenu li a:focus
{
	background-color: #ffcc00;
	color: #003399;
}

#rirss {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	}
	
#page {
	background-color: white;
	background-repeat: repeat;
	height: 100%;
	min-height:100%;
	padding: 15px;
	font-size: 10pt;
	background-image: url("../images/page-bckgrd.gif");
	}
	
#page h1 {
	font-size: 12pt;
	font-family: arial;
	font-weight: bold;
	}
	
#page h2 {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	}
	
#leftcolumn {
	float: left;
	height: 100%;
	width: 32%;
	margin-bottom: 10px;
	padding-top: 5px;
	min-width: 180px;
	padding-right: 5px;
	}
	
#rightcolumn {
	float: right;
	height: 100%;
	width: 32%;
	padding-left: 2%;
	margin-bottom: 10px;
	padding-top: 5px;
	min-width: 180px;
	}
	
#centrecolumn {
	position: relative;
	margin-left: 34%;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 32%;
	height: 98%;
	width: 31%;
	margin-bottom: 10px;
	padding-top: 5px;
	min-width: 180px;
	}
	
#fullwidthcolumn {
	
	margin: 50px;
}

#clear {
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	}

#footer {
	height: 120px;
	bottom: 0;
	clear: both;
	width: 100%;
	background-color: #003399;
	color: #a39161;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	}
	
#footer a:link {
	color: #a39161;
	}
	
#footer a:visited {
	color: #a39161;
	}
	
.article {
	border: solid #a39161 1px;
	padding-left: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
	
.articlegraphic {
	position: relative;
	border: solid #a39161 1px;
	margin-bottom: 25px;
	border: none;
	padding: 0px;
	}
	
.inlinegraphic {
	border: solid #a39161 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: none;
	padding: 0px;
	}
	
#validate {
	position: relative;
	width: 100%;
	}
	
#validate .inlinegraphic {
	position: absolute;
	top: 0px;
	}