body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fbfbfb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.container {
	width: 800px;
	background-image: url(Images/container_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.imgs img {
	display:block;
}
.content_container {
	background-image: url(Images/content_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 26px;
	margin: 0px;
}
.navigation {
	margin: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	padding: 30px 0px 0px;
	width: 165px;
}
.navigation a{
	color: #333333;
	text-decoration:none;
}
.menu_item {
	background-image: url(Images/pointer.gif);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
.sepdots {
	background-image: url(Images/dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.footer {
	background-image: url(Images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 9px;
	color: #333333;
	padding-top: 6px;
	padding-left: 25px;
	clear: both;
	padding-right: 25px;
	margin: 0px;
}
.content {
	margin: 0px;
	padding: 0px 30px 30px 0px;
	float: right;
	width: 527px;
	line-height: 19px;
	background-image: url(Images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}
.design {
	float: right;
	text-align: right;
}
.footer a{
	color: #333333;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.download {
	margin-top: 15px;
}
.board_tbl {
	margin-bottom: 30px;
	margin-top: 0px;
	width:350px;
}
.board_names {
	border-top:1px solid #CCCCCC;
	font-weight:bold;
}
.state_td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width:150px;
}
.state_head {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#999999;
	margin-top:30px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ther {
	padding:0 10px;
}
.alt_ther {
	background-color: #E8EDFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px 10px;
}