/* CSS Document */
/* 
RealWealth Financial Stylesheet
© 2005 RealWealth Financial
Created by: Taylor Ehat, eHat Design
*/
body{ margin:50px 0px; background:url(../images/site_bg.gif) repeat-x #1C89B9;}

.mainBody{ width: 760px; border: 1px solid #194174; background-color: #FFFFFF;}
.mainTxt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

.footer{
	background-image: url(../images/footer_rwf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 108px;
	width: 760px;
	vertical-align:top;
}
.footerLinks {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	width:100%; 
	text-align:left;
	display:block;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.footerLinks a {
	color: #999999;
}
.footerLinks a:hover {
	color: #23599C;
	}
.footerLinks a:visited {
	color: #347F44;

}
.leftNav {
	padding: 5px;
}
.leftNav a {
	display: block;
	width: 100%;
	padding: 8px 15px;
	color:#006600;
	text-decoration:none;
	
}
.leftNav a:hover {
	color: white;
	background-color: white;
	background-image: url(../images/sub_btn_rwf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
}
.leftNav #active {
	color: white;
	background-color: white;
	background-image: url(../images/sub_btn_rwf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
}