@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #888888;
}
#content h1 {
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
#header {
	background-image: url(images/image_header.png);
	height: 101px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navtop ul {
	list-style-type: none;
	margin-left: -74px;
	margin-top: -14px;
}
#navtop li {
	float: left;
	margin-left: 42px;
	margin-bottom: 0px;
}
li  a:link {
	color: #bbbbbb;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
li  a:visited {
	color: #bbbbbb;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content {
	background-image: url(images/image_contentbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 72px;
	padding-top: 4px;
	color: #333333;
	padding-bottom: 6px;
}
#content img {
	border: 5px solid #CCCCCC;
}
#navtop {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	background-image: url(images/image_navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 74px;
	background-attachment: scroll;
	margin-bottom: 0px;
}
#navbottom {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	background-image: url(images/image_navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	padding-top: 24px;
	padding-right: 12px;
	padding-left: 74px;
	background-attachment: scroll;
	margin-bottom: 0px;
	clear: both;
}
#navbottom ul {
	list-style-type: none;
	margin-left: -74px;
	margin-top: -14px;
}
#navbottom li {
	float: left;
	margin-left: 42px;
	margin-bottom: 0px;
}
#footer {
	height: 96px;
	padding-left: 74px;
	padding-top: 12px;
	color: #555555;
	font-size: 9px;
}
a:link {
	font-weight: normal;
	color: #333333;
}
a:visited {
	font-weight: normal;
	color: #333333;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.subtext {
	font-size: 9px;
}
