@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: .75em;*/
	line-height:normal;
	/*color:white;*/
}
h2 {
	margin:5px;
	padding:0;
}
ul {
	margin:5px;
	padding:0;
}
#rhi_wrapper {
	width:920px;
	position:relative;
	left:50%;
	margin-left:-460px;
}
#rhi_content {
	/*float:right;*/
	width:100%;
	/*background-color:#CCCCCC;*/
}
#rhi_container {
	float:left;
	width:100%;
	min-height: 400px;/*So reduced font size doesn't trample over right side imagery*/
}
* html #contentArea {/*star hack for IE6 and below as they don't understand min-height without this*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.spacer {
	clear:both;
}
.shim {
	height:10px;
	clear:both;
}


