
* { padding: 0; margin: 0; }

body {
 font-family: verdana;
 font-size: 12px;
 margin-top:0px;
 padding-top:0px;
 background: #D3D3D3;
 background-image: url('images/bg_blue.gif');
 background-repeat: repeat-x;
}

#mainBackdrop
{
	display: block;
	width: 100%;
	height: 137px;
	background-position: top center;
	background-image: url('images/lines_blue.png');
	background-repeat: no-repeat;
}



#wrapper { 
margin-right: auto;
 margin-left: auto;
 margin-top: 0px;
 width: 872px;
 padding: 0px;
}
#header {
 color: #333;
 width: 796px;
 float: left;
 padding: 0px;
 border: none;
 height: 137px;
 margin: 0px 0px 0px 0px;
}
#header a {
	display: block;
	width: 796px;
	height: 137px;
	background-image: url('images/banner_RHP.png');
}
#header a span {
	display: none;
}

#mainContainer
{
	width: 782px;
	display: block;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	clear:both;
	background: #181615;
	background-image: url('images/diaglines.gif');
	background-repeat: repeat-y;
}

#fullContainer
{
	width: 782px;
	display: block;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	clear:both;
	background: #181615;
}

#leftcolumn { 
 color: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 194px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 580px;
 display: block;
}

#fullcolumn { 
 float: left;
 color: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 750px;
 display: block;
}
#footer {
	display: block;
	width: 789px;
	text-align: right;
	clear: both;
	color: #000;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	font-weight: bold;
	color: #3D3B3B;
	text-decoration: none;
}

#nav { 
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	 width: 782px;
	 text-align: left;
	 clear: both;
	 color: #000;
	 background: #FFF;
	 margin: 0px 0px 0px 0px;
	 padding: 0px;
	 display: block;
	 height: 20px;
	position: relative;
}

/* Suckerfish */
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	padding-left: 4px;
	z-index: 999;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 0px;
	font-weight: bold;
	display: block;
	height: 20px;
	border-right: 1px solid #878686;
	z-index: 999;
}

#nav #dropdown
{
	background-image: url('images/dropdown-arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li ul li {
	width: 15em; /* width needed or else Opera goes nuts */
	border-right: 1px solid #3D3B3B;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #3D3B3B;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	margin-left: 0px;
	z-index: 999;
}

#nav #dropdown ul { /* second-level lists */
	position: absolute;
	background: #3D3B3B;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	margin-left: 0px;
	z-index: 999;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav #dropdown:hover ul, #nav #dropdown.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	background-color: #181615;
	border-right: 1px solid #181615;
}

#nav #dropdown:hover, #nav #dropdown.sfhover { /* lists nested under hovered list items */
	background-color: #3D3B3B;
	background-image: url('images/dropdown-arrow-selected.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li:hover a, #nav li.sfhover a{ /* lists nested under hovered list items */
	color: #FFF;
}

a.userHeader
{
	display: block;
	width: 190px;
	height: 19px;
	color: #181615;
	text-align: right;
	padding-right: 6px;
	background-image: url('images/updatebar_light.png');
	font-weight: bold;
	line-height: 19px;
}

div.userHeader
{
	display: block;
	width: 190px;
	height: 19px;
	color: #FFF;
	text-align: right;
	padding-right: 6px;
	background-image: url('images/updatebar.png');
	font-weight: bold;
	line-height: 19px;
	behavior: url(iepngfix.htc);
}

a.userHeader:hover
{
	display: block;
	width: 190px;
	height: 19px;
	color: #181615;
	text-align: right;
	padding-right: 6px;
	background-image: url('images/updatebar_hover_light.png');
	font-weight: bold;
	line-height: 19px;
}

a.userText
{
	display: block;
	padding: 10px 6px 12px 6px;
	color: #FFF;
}

.userText
{
	display: block;
	padding: 10px 6px 12px 6px;
	color: #FFF;
}

#updateText
{
	display: block;
	background-image: url('images/pageupdates.gif');
	background-repeat: no-repeat;
	background-position: center right;
	height: 53px;
	width: 190px;
	margin-bottom: 4px;
}

#updateText span
{
	display:none;
}

.news
{
	color: #FFF;
	margin-left: 12px;
	margin-top: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #3D3B3B;
}

.news h1
{
	font-family: Arial, Verdana;
	font-size: 29px;
	margin-bottom: -6px;
	display: block;
}

.news ul {
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	display: block;
	width: 30em;
	margin-bottom: 16px;
	margin-top: 16px;
}

a.downloadLink 
{
	color: #FFF;
	display: block;
	font-size: 18px;
	background-color: #3D3B3B;
	height: 40px;
	line-height: 40px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	background-image: url('images/go-down.png');
	background-repeat: no-repeat;
	background-position: center left;
}


a 
{
	text-decoration: none;
	color: #F9E575;
}

a:hover
{
	color: #FFF7D6;
}

.newsLeft
{
	display: block;
	width: 50%;
	float: left;
	margin-top: 12px;
}

.newsRight
{
	margin-top: 12px;
	text-align: right;
	display: block;
	width: 50%;
	float: left;
}
.dateText
{
	display: block;
	margin-bottom: 8px;
}

.smallFormContainer
{
	display: block;
	width: 270px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	background-color: #3D3B3B;
	padding: 0px;
}

.clear
{
	clear: both;
}

.news h2.commentHeader
{
	font-family: Arial, Verdana;
	font-size: 22px;
	margin-left: 64px;
	margin-top: 32px;
	margin-bottom: -3px;
	display: block;
}

input, textarea
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

select, option
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.smallFormContainer #formLabel
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 6px;
	display: block;
	float: left;
	clear: both;
	width: 30%;
	text-align: right;
	line-height: 22px;
	height: 22px;
}

.smallFormContainer #formLabelClear
{
	margin-top: 3px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

.smallFormContainer #formInput
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 6px;
	display: block;
	float: left;
	width: 60%;
	line-height: 22px;
	height: 22px;
}

.smallFormContainer #formInputClear
{
	clear: both;
	margin-bottom: 3px;
	padding: 6px;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.smallFormContainer #formButtons
{
	clear: both;
	display: block;
	padding: 2px;
	background-color: #878686;
	border-top: 1px solid #DBDBDB;
	text-align: right;
}

.smallFormContainer #formButtons input
{
	padding: 3px;
	font-weight: bold;
}

.errorMessages
{
	margin-top: 8px;
	display: block;
	text-align: center;
}

.news #outputTable
{
	margin-top: 32px;
}

#outputTable #formButtons input
{
	padding: 3px;
	font-weight: bold;
}
#outputTable #formButtons
{
	text-align: right;
	margin-top: 8px;
}

table.tableLayout tr td
{
	padding: 6px;
	color: #000;
	background-color: #FFF;
}

table.tableLayout tr.row0 td
{
	padding: 6px;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

table.tableLayout tr.row1 td
{
	padding: 6px;
	color: #000;
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
}

table.tableLayout tr th
{
	padding: 6px;
	border-bottom: 1px solid #333;
	color: #000;
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
}

#checkComment
{
	display: none;
}

.commentTop
{
	display: block;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #3D3B3B;
}

.commentBottom0
{
	display: block;
	margin-left: 8px;
	margin-top: -1px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 25px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url('images/arrow_speech.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	text-align: left;
}

.commentBottom1
{
	display: block;
	margin-left: 8px;
	margin-top: -1px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 25px;
	padding-left: 6px;
	padding-right: 12px;
	background-image: url('images/arrow_speech.gif');
	background-repeat: no-repeat;
	background-position: top right;
	font-weight: bold;
	text-align: right;
}