#leftmenu, #section{
    padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

#leftmenu {
	float: left;
	width: 175px;
	background-color: #EEEEEE;
}

#leftmenu a{
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
#leftmenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#leftmenu h2 {
	margin-bottom: 0px;
	color: #003366;
	background-image: url(/images/headingbar.gif);
}

#leftmenu h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#leftmenu ul {
	margin-top: 0px;
	margin-left: 13px;
}
#section {
	float: right;
	width: 756px;
	padding-left: 5px;
	padding-right: 5px;
}
#column1 {
	float: left;
	width: 370px;
}
#column2 {
	float: right;
	width: 370px;
}


.xtra {
	float: right;
	width: 756px;
	margin-bottom: 5px;
}

