body {
	background-image:  url(../rhimages/rh-logo-top.png);
	background-repeat: no-repeat;
	background-color: #FFF8F4;
	font-family: "trebuchet ms", Arial, sans-serif;
	color: #000000;
	font-size: 9pt;
}
/* Begin vertical Nav */
.vnavbar{
/*list-style-type: none;*/
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 137px; /* width of menu */
}

.vnavbar li{
	background-image:  url(../rhimages/vnavbar2b.gif);
	background-repeat: repeat-x;
	background-color: #FFF8F4;
    width: 137px;
    Height: 30px;
}

.vnavbar li a{
    display: block;
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
    color: #000000;
    width: 137px;
    Height: 22px;
    padding-top: 3px;
    text-indent: 8px;
    text-decoration: none;
}

.vnavbar li a:visited, .vnavbar li a:active {
    color: #FF0000;
}

.vnavbar li a:hover{
background: #FFFFFF url(../rhimages/vnavbar2b.gif) no-repeat right top; /*color of menu onMouseover*/
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #000000;
width: 137px;
Height: 22px;
padding-top: 3px;
text-indent: 8px;
text-decoration: none;
/*border-bottom: 1px solid black;*/ /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
</style>
[if IE]>
<style type="text/css">
.vnavbar li a{ /* Menu link width value for IE */
width: 137px;
Height: 30px;
}
</style>
<![endif]
/* End Vertial Nav */
table {
	font: 9pt "trebuchet ms", arial, sans-serif
}
p {
	margin-top: 0px;
	margin-bottom: 0px;

	}
	blockquote {
	margin-top: 2px;
	color: #000000;
	margin-right: 40px;
	margin-left: 15px;
	margin-bottom: 2px;
}
ol {
	margin-top: 0px; margin-bottom: 0px; color: #000000
}

#hnavigation {
	background-image:  url(../rhimages/hnav_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 28px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.divider {
	background-image:  url(../rhimages/Arrow2_head_bg.gif);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 45px;
}

#vnavigation {
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 180px;
	z-index: 3;
}

#content {
	position: absolute;
	height: auto;
	width: auto;
	left: 185px;
	top:60px;
	right: 60px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
	list-style-image:  url(../rhimages/bullet2.gif);
}
h1 {
	font-size: 18px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	font-size: 16px;
	color: #bd1094;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content a:link {
	color: #000000;
}
#content a:visited {
	color: #999999;
}
#content a:link:hover {
	color: #bd1094;
}
.highlightbox {
	padding: 5px;
	color: #333333;
	border: 1px solid #666666;
	background-color: #ffefd5;
}
#footer {
	position: absolute;
	text-align: center;
	height: auto;
	width: 100%;
	bottom:0px;
}





