body {
	background-color: #B39A5D;
	background-image:url(images/RH_MainBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#MainPanel{
	background-image:url(images/RH_Panel_Mid.jpg);
	background-repeat:repeat-y;
	width:808px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#Header{
	background-image:url(images/RH_Header.jpg);
	background-repeat:no-repeat;
	height:198px;	
}

#ContentPanel{
	text-align:left;
	background-image:url(images/RH_Panel_Top.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 204px; 
	margin: 30px 35px 20px 15px;
	padding: 0px 0px 0px 0px;
	text-align:right;

}

#sidebar1 p{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}


#mainContent { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 40px 20px 40px;
} 


#footer{
	background-image:url(images/RH_Panel_Bot.jpg);
	background-repeat:no-repeat;
	height:74px;
}

.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 EG the menu will not go down below the footer*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h1{
	color: #860038;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	/*text-transform:uppercase;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;	
	}
	
h2{
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}	
	
h3{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;	
	}		
	
p{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

li{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link, a:visited{
	color:#0033CC;
	text-decoration: none;
}

a:hover, a:active{
	color:#0033CC;
	text-decoration: underline;
}

#MainMenu{
	width:204px;
	height:249px;	
	background-image:url(images/RH_Menu_Panel.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	margin: 0px 0px 0px 0px;	
	padding: 23px 0px 0px 0px;
	}
	
	
#MainMenu a:link,  #MainMenu a:visited {
	display:block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
	width:190px;	
	height:20px;
	vertical-align:middle;
}

#MainMenu a:hover, #MainMenu a:active{
	background-color:#F6F2EA;
	display:block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
	width:190px;	
	height:20px;
	vertical-align:middle;		
}


#SubMenu{
	width:204px;
	height:209px;	
	background-image:url(images/RH_Submenu_Panel.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:center;
	margin: 0px 0px 0px 0px;	
	padding: 23px 0px 0px 0px;
	}
	
	
#SubMenu a:link,  #SubMenu a:visited {
	display:block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
	width:190px;	
	height:22px;
	vertical-align:middle;
}

#SubMenu a:hover, #SubMenu a:active{
	background-color:#D7C9A8;
	display:block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
	width:190px;	
	height:22px;
	vertical-align:middle;		
}

.Ad_Spot_1{
	width:212px;
	background-color:#860038;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align:center;
	}

.nextLink a:link,  .nextLink a:visited {
	color: #FFFFFF;
	background-image:url(images/JMS_MainMenu.gif);
	text-decoration: none;
	margin: 0 0 2 0;
	padding: 7 0 0 6;	
	width:140px;	
	height:27px;	
}

.nextLink a:hover, .nextLink a:active{
	color: #FFFFFF;
	background-image:url(images/JMS_MainMenu.gif);
	background-position:140 0;
	margin: 0 0 2 0;	
	padding: 7 0 0 6;
	text-decoration: none;
	width:140px;	
	height:27px;	
}

.AlignRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.AlignLeft { /* this class can be used to flsoat an element left in your page */
	float: left;
	margin-right: 10px;
}