﻿div#leftHandMenu {
	width:220px;
	float:left;
	padding:30px 5px 5px 5px;
	text-align:left;
	background-image:url('../../images/mf_m_bgimg.gif');
	background-repeat:no-repeat;
}

div#leftHandMenu ul {
	list-style-image: url("../../images/moneyfacts-bullet.png"); 
}

div#leftHandMenu ul li {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 3px;
}

div#rightHandContent {
	width:553px;
	float:right;
	padding:30px 5px 5px 5px;
}

div#rightHandContent h2 a:hover {
	text-decoration:none;
}

#logoContainer {
	width:500px;
	height:800px;
	float:left;
	background-color:yellow;
	border:solid 1px black;
}

table.blockBody tr td strong {
	color:#4D7EB0;
}