body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container {
	width: 100%;
}
#logohold {
	width: 100%;
	height: 58px;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 754px;
	height: 58px;
	float: left;
}
#logoend {
	background-image: url(images/topend.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 58px;
	float: right;
}
#container2 {
	width: 100%;
}
#navcontainer {
	width: 143px;
	float: left;
}
#concontainer {
	position: absolute;
	left: 143px;
	top: 58px;
}
#navheader {
	width: 143px;
	height: 53px;
	background-image: url(images/image_02.gif);
}
#nav {
	font-size: 8pt;
	background-color: #83a3ff;
	border-right: 1px solid #000000;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#nav a:link {
	font-size: 10pt;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	font-size: 10pt;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	font-size: 10pt;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
#navbottom {
	width: 143px;
	height: 161px;
	background-image: url(images/image_08.gif);
}
#conmid {
	padding: 15px;
}
#conbot {
	padding: 15px;
}
h2 a:link {
	color: #000033;
	text-decoration: none;
}
h2 a:visited {
	color: #000033;
	text-decoration: none;
}
h2 a:hover {
	color: #003366;
	text-decoration: underline;
}
.sitemap {
	font-size: 8pt;
}
.sitemap_bg {
	background-color: #CCCCCC;
}