body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	width: 306px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#topmenu {
	font-size: 90%;
	float: right;
	margin: 0px;
	clear: none;
	padding: 45px 30px 5px 0px;
}
#header_bg_green {
	background-image: url(images/header_bg_green.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 96px;
	left: 0px;
}
#header_middle {
	height: 90px;
	width: 720px;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	float: left;
	left: 30px;
}
#header_bg_blue {
	float: right;
	background-image: url(images/header_bg_blue.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 50%;
}
#top {
	clear: both;
	float: none;
	width: 780px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	overflow: visible;
}
#topmenu li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 0px 0px 5ex;
}
#topmenu li a {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#topmenu li a:hover {

	text-decoration: none;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu {
	margin: 0px;
	clear: none;
	padding: 10px 0px;
	font-weight: bold;
	width: 780px;
	text-align: left;
	text-indent: 30px;
}
#menu_container {
	width: 100%;
	clear: both;
	float: none;
	border-bottom: 1px solid #CCCCCC;
}

#menu li {

	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 5ex 0px 0px;
}
#menu li a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}
#menu li a:hover {

	text-decoration: none;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content_container {
	width: 720px;
	text-align: left;
	margin: 0px;
	padding: 20px 0px;
}
h1 {
	font-size: 170%;
	color: #005295;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#footer_container {
	width: 100%;
	clear: both;
	float: none;
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
