@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(/images/page-bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 860px;
	margin: 0px auto;
	padding:0;
}
#wrap {
	width: 860px;
	margin:0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 51px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header-left {
	float: left;
	height: 132px;
	width: 235px;
	background-color: #990000;
}
#header-right {
	float: right;
	height: 81px;
	width: 625px;
	margin-top: 50px;
	text-align: center;
	background-color: #E8E8E8;
}
#header-right .nav {
	font-size: 10px;
	font-weight: bold;
	color: #ADADAD;
	padding: 10px;
	background-color: #1E2731;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#header-right .nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#header-right .nav a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
#left-nav {
	float: left;
	height: 305px;
	width: 235px;
	background-color: #1e2731;
}
#left-nav .title {
	font-size: 10px;
	font-weight: bold;
	color: #6699CC;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#left-nav .text {
	font-size: 10px;
	color: #E8E8E8;
	text-align: left;
	padding: 6px;
}
#content {
	float: right;
	width: 625px;
	height: 305px;
	background-color: #000000;
}
#left-nav-top {
	float: left;
	height: 305px;
	width: 235px;
	background-color: #1e2731;
}
#contentw {
	float: right;
	width: 625px;
	background-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#legend {
	font-size: 9px;
	color: #E8E8E8;
	background-color: #000000;
	text-align: center;
	width: 625px;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 16px;
	font-weight: bold;
}
#footer-left {
	float: left;
	width: 235px;
	background-color: #999999;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer-left .title {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#footer-left .text {
	font-size: 10px;
	color: #1E2731;
	text-align: left;
	padding: 6px;
}
#footer-right {
	float: right;
	width: 625px;
	height: 200px;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer-right .title {
	font-size: 14px;
	color: #980000;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}
#footer-right .text {
	font-size: 11px;
	line-height: 20px;
	color: #1E2731;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#copyright {
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 625px;
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
#bottom-links {
	font-size: 10px;
	color: #999999;
	text-align: right;
	float: right;
	width: 400px;
	padding: 6px;
}
input, select {
	font-size: 11px;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	height: 10px;
}
.pagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding-right: 20px;
	padding-left: 20px;
}
.pagetext {
	font-size: 11px;
	line-height: 20px;
	color: #1E2731;
	padding-right: 20px;
	padding-left: 20px;
}
.pagenav {
	font-size: 10px;
	font-weight: bold;
	color: #EBEBEB;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#left-nav-bottom {
	float: left;
	width: 234px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
