h1{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
}

h3{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h4 {
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	
}



#LeftColumnContainer {
	width: 680px;
}

#LeftColumnText #LeftTextTopContainer a {
	font-size: 11px;	
}

#LeftColumnText a:hover {
	text-decoration: underline;

}

#LeftTextTopContainer {
	width: 100%;
	float: left;
	clear: both;
}

#LeftTextMidContainer{
	margin-top: 15px;
	width: 100%;
	float: left;
	clear: both;
}

#LeftTextBottomContainer{
	margin-top: 15px;
	width: 100%;
	float: left;
	clear: both;
	/* Don't know why parent container is not sizing right, need to space this */
	margin-bottom: 28px;
}

#LeftTextTopLeft{
	float: left;
	clear: left;
	width: 500px;
}

#LeftTextTopRight{
	width: 120px;
	float: right;
	clear: right;
	font-size: 20px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #171a51;
	vertical-align: middle;
	margin-top: 66px;

}

#LeftTextMidLeft{
	width: 120px;
	float: left;
	clear: left;
	font-size: 20px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #171a51;
	vertical-align: middle;
	margin-top: 20px;


}

#LeftTextMidRight{
	float: right;
	clear: right;
	width: 500px;
}

#LeftTextBottomLeft{
	float: left;
	clear: left;
	width: 500px;
}

#LeftTextBottomRight{
	width: 120px;
	float: right;
	clear: right;
	font-size: 20px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #171a51;
	vertical-align: middle;
	margin-top: 33px;

}

.LeftTextWealthHR {
	background-image: url("/images/lefttextwealthhr.png");
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 13px;
	margin: 0px auto 0 auto;
	clear: both;
}

#RightColumnContainer {
	float: right;
}

#RightNavMenu {
	margin-top: 73px;
	margin-bottom: 10px;
	width: 113px;
	min-height: 100px;
	background-color: #1a235b;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 15px 0 15px;
}

#RightNavMenu ul {
	
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	
	
}

#RightNavMenu li {

	border-bottom: #FFFFFF solid 1px;
	height: 30px;
	
}

#RightNavMenu li a{
	display: block;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}

#RightNavMenu li:hover {
	text-decoration: underline;	
}

#RightNavMenu .NoSeparator {
							
	border-bottom: none;							
}

