body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4;
	background-image: url(../images/wealthbackground.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #26435e;
}
#wrap {
	width: 777px;
	margin: 0 auto;
	height: 181px;
}

#close {
	height: 44px;
	text-align: right;
	padding: 0 30px 0 auto;
}

#header {
	float: left;
	width: 550px;
	vertical-align: middle;
	text-align: left;
	margin: 50px auto 50px 38px;
}

#photo {
	float: right;
	display: inline;
	height: 133px;
	width: 179px;
	text-align: right;
}
#contentwrap {
	width: 100%;
	background-color: #fff;
}

#content {
	width: 777px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto; 
	clear: both;
	text-align: left;
	color: #585858;
}
#content h3 {
	font-size: 1.6em;
	color: #9a9f61;
}
#footer {
	width: 100%;
	padding-top: 10px;
	background-color: #26435e;
	background-image: url(../images/footerback.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #b1bbc5;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-top: double #ccc
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #b1bbc5;
}
#footer a:hover, #footer a:active {
	color: #cbd9e4;
}

#copyright {
	width: 783px;
	color: #b1bbc5;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}

.sideNav {
list-style-type: none;
margin: 5px 0;
padding: 0 1px 0 0;
width: 150px;
border-bottom-width: 0;
}


.sideNav li a:link{
background-color: white;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#585858;
display: block;
width: auto;
padding: 7px 0;
padding-left: 10px;
text-decoration: none;
line-height: 12px;

}


* html .sideNav li a:link{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.sideNav li a:visited, .sideNav li a:active{
background-color: white;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#585858;
display: block;
width: auto;
padding: 7px 0;
padding-left: 10px;
text-decoration: none;
line-height: 12px;
}

.sideNav li a:hover{
	color:#a8ac78;
	background-color:#e1e2d3;
}

.sideThird {
	margin-left: 10px;
	font-size: 10px;
	line-height: 11px;
	padding: -3px 0;
}
.theBorder {
	border-left: 1px solid #aaa;
}
.disclaimer {
	color: #000;
}