body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #023465;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #023465;
	font-weight:bold;
	text-decoration:underline;
	}

#container {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	background-image: url(/test/images/rh3_bg.jpg);
	background-repeat: repeat-x;
	z-index:100;
	border-right: solid #003366 1px;
	border-bottom: solid #003366 1px;
	text-align: left;
	overflow: visible;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	height:272px;
	display:inline;
}
#menu {
	position:absolute;
	left:50px;
	top:0px;
	width:890px;
	height:26px;
	z-index:300;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #a8b9cb;
	font-size: 11px;
}

#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #a8b9cb;
	font-size: 11px;
	text-decoration:none;
}

#menu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #E6BE45;
	font-size: 11px;
	text-decoration:none;
}

#menu img {vertical-align:middle;}

#maincontent {
	position:relative;
	width: 850px;
	margin: 0px 50px 50px 50px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:1.75em;
}

#rightside {
	float:right;
	width:450px;
	padding-left:25px;
	margin-left:25px;
	border-left:solid 1px #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightsidesmall {
	float:right;
	width:250px;
	padding-left:25px;
	margin-left:25px;
	border-left:solid 1px #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bluehead {
	font-size: 24px;
	color: #023465;
}
.subhead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greentext {
	color: #003300;
	font-weight: bold;
}
#footer {
	margin:40px;
	width:870px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023465;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023465;
	font-weight:normal;
	text-decoration:underline;
}
