body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #d9d9d9;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #FF0000;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

#rhlp-header {
	background-color: #fff;
	height: 120px;
}
#rhlp-header img {
	border: 0;
	vertical-align: middle;
}
#rhlp-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 26px;
	top: 13px;
	z-index: 3;
}
#rhlp-header-logo img {
	width: 200px;
	height:100px;
}
#rhlp-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
	display: inline;
}
#rhlp-header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#rhlp-header-items a:hover, #rhlp-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#rhlp-header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}
#rhlp-header-search {
	height: 25px;
}
#rhlp-header-search-entry {
	vertical-align: top;
	margin: 0.65em 4px 0 10px;
	padding: 2px 4px;
	background-color: #DDDDDD;
	border: 1px solid #CC3300;
	font-size: 0.8em !important;
}
#rhlp-header-search-entry:focus {
	background-color: #CC3300;
	border: 1px solid #555;
}
#rhlp-header-search-button {
	font-size: 0.8em !important;
	vertical-align: top;
	margin-top: 0.2em;
	border: 0;
	padding: 7px;
	background: #fff url('/img/header-search.png') no-repeat left;
	padding-left: 21px;
}
#rhlp-header-items form {
	float: right;
}
#rhlp-header-items input {
	font-size: 0.85em;
}
#rhlp-nav {
	margin: 0;
	padding: 0;
	background-color: #990000;
	font-size: 0;
	height: 3px;
	border-top: 1px solid #330033;
	border-bottom: 1px solid #FF9966;
}
#rhlp-nav ul {
	margin: 0;
	padding: 0;
}
#rhlp-nav li {
	display: inline;
	list-style: none;
	padding: 0 5pt;
}
#rhlp-nav li + li {
	padding-left: 8pt;
	border-left: 1px solid #660000; 

}
#rhlp-nav a {
	color: #FF3300;
	text-decoration: none;
}
#rhlp-nav a:hover {
	color: #fff;
}

#rhlp-side-left {
	position: absolute;
	z-index: 2;
	width: 11em;
	/* Space down for the approx line height (fonts) */
	left: 15px;
}
#rhlp-side-right {
	position: absolute;
	z-index: 1;
	width: 13em;
	right: 12px;
	padding-top: 3px;
	}
#rhlp-side-left, #rhlp-side-right {
	top: 60px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 75px;
	color: #555;
	font-size: 0.9em;
}
#rhlp-side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side naviagation */
#rhlp-side-nav-label {
	display: none;
}
#rhlp-side-nav {
	list-style: none;
	margin: 0;
	padding: 1;
	border: 1px solid #FF0033;
	border-top: 0;
	background-color: #CC0000;
}
#rhlp-side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FF0066;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #990000;
}
#rhlp-side-nav a {
	margin: 0;
	color: #FFCCFF;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#rhlp-side-nav a:hover {
	background-color: #FF0000;
	color: #000;
}
#rhlp-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rhlp-side-nav ul li {
	border-top: 1px solid #CC3300;
	background-color: #CC3300;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #CC3300;
}
#rhlp-side-nav ul li:hover {
	border-bottom: 1px solid #CC3300;
}
#rhlp-side-nav ul li a {
	padding-left: 12px;
	color: #FFCC66;
}
#rhlp-side-nav ul li a:hover {
	background-color: #FF0033;
}
#rhlp-side-nav ul ul li a {
	padding-left: 18px;
}
#rhlp-side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #660000;
}
#rhlp-side-nav strong a:hover {
	background-color: #660000 !important;
}

/* content containers */
#rhlp-middle-one, #rhlp-middle-two, #rhlp-middle-three {
	font-size: 0.9em;
	/* position: relative; */ /* relative to utilize z-index */
	width: auto;
	min-width: 120px;
	margin: 10px;
	z-index: 3; /* content can overlap when the browser is narrow */
}
#rhlp-middle-two, #rhlp-middle-three {
	margin-left: 11em;
	padding-left: 24px;
}
#rhlp-middle-three {
	margin-right: 13em;
	padding-right: 24px;
}

#rhlp-content {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#rhlp-content > .rhlp-corner-bottom { top: 0 }

.rhlp-corner-tl, .rhlp-corner-tr, .rhlp-corner-bl, .rhlp-corner-br {
	background-color: #d9d9d9;
	position: relative;
	width: 19px;
	height: 19px;
	/* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
	/* Work-around for IE6/Mac borkage (Part 1) */
	display: none;
}

.rhlp-corner-tl, .rhlp-corner-bl { float: left; left: 0px; }
.rhlp-corner-tr, .rhlp-corner-br { float: right; right: 0px; }
.rhlp-corner-tl, .rhlp-corner-tr { top: 0px; }
.rhlp-corner-bl, .rhlp-corner-br { bottom: 0px; margin-top: -19px; /* Opera fix (part 1) */ top: -18px;}

html>body .rhlp-corner-tl { background: #d9d9d9 url("../img/corner-tl.png") no-repeat left top; }
html>body .rhlp-corner-tr { background: #d9d9d9 url("../img/corner-tr.png") no-repeat right top; }
html>body .rhlp-corner-bl { background: #d9d9d9 url("../img/corner-bl.png") no-repeat left bottom; }
html>body .rhlp-corner-br { background: #d9d9d9 url("../img/corner-br.png") no-repeat right bottom; }

.rhlp-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/corner-tl.png',sizingMethod='scale'); }
.rhlp-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/corner-tr.png',sizingMethod='scale'); }
.rhlp-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/corner-br.png',sizingMethod='scale'); }
.rhlp-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/corner-bl.png',sizingMethod='scale'); }

/* \*/
.rhlp-corner-tl, .rhlp-corner-tr, .rhlp-corner-bl, .rhlp-corner-br {
	/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
	display: block;
}
/* */

html*.rhlp-corner-bl, html*.rhlp-corner-br {
	/* Compensate for Opera's inability to position some things correctly (Part 2) */
	top: 0px;
}

.content { margin: 0 1em }

#rhlp-sidelist {
	position: relative;
	bottom: 3px;
	margin: 0;
	padding: 3px !important;
	border: 1px solid #bbb;
	background-color: #ccc;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#rhlp-sidelist strong a {
	font-weight: normal;
	background-color: #555;
	color: #fff;
}
#rhlp-sidelist strong a:hover {
	background-color: #333;
	color: #fff;
}
#rhlp-sidelist li {
	list-style-position: outside;
	font-size: 0.9em;
	list-style: none;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0;
	list-style: none;
}
#rhlp-sidelist li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#rhlp-sidelist li a:hover {
	background-color: #999;
	color: #eee;
}

#rhlp-footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}
#rhlp-printable {
	text-align: center;
	margin: 1em 0;
	font-size: 0.85em;
}
#rhlp-printable a {
	text-decoration: none;
	padding: 5px 0;
	padding-left: 18px;
	background: transparent url("../img/printable.png") no-repeat left;
}
#rhlp-printable a:hover {
	text-decoration: underline;
}
