* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Arial;
	background: #000000;
}
td {
	font-size:16px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 10px;
}
p {
	font-size:16px;
	color: #CCCCCC;
	margin-bottom: 10px;
}
a {
	color: #d8d8d8;	
}
h1 {
	color: #ce1115;
	font-size: 22px;
	margin-bottom: 10px;
}
h2 {
	color: #b3b3b3;
	font-size: 18px;
	margin-bottom: 10px;
}
ul {
	margin: 5px 0 10px 30px;
	font-size:16px;
	color: #CCCCCC;
}
ol {
	margin: 5px 0 10px 30px;
	font-size:16px;
	color: #CCCCCC;
}
li {
	font-size:16px;
}
blockquote {
	margin-left: 30px;
}
#main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1007px;
}
#wrapper {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 100%;
}
#sidebar {
	float: left;
	width: 191px;
	_height: 1133px;
	min-height: 1133px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #000000;
	background-image: url('/images/sidebar-back.jpg');
	background-repeat: no-repeat;
}
#nav {
	margin: 110px 0px 0px 50px;
}
#nav p, #nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #b3b3b3;
}
#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navlist li {
	padding-left: 10px;
	background-image: url('/images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.nav_selected {
	color: #E0E0E0 !important;
}
#subnav {
	margin: 0px 0px 2px 20px;
}
#subnav p, #subnav a {
	font-weight: normal;
	font-size: 12px;
	color: #b3b3b3;
	margin-top: 5px;
}
.subnav_selected {
	color: #E0E0E0 !important;
	font-weight: bold !important;
}
#header_content_cont {
	float: left;
	width: 805px;
}
#header {
	background-image: url('/images/header-back.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 805px;
	height: 90px;
}
#content {
	float: left;
	width: 705px;
	_height: 920px;
	min-height: 920px;
	padding: 30px 50px 15px 50px;
	background-image: url('/images/content-back.jpg');
	background-repeat: no-repeat;
}
#contact_table {

}
#contact_table td {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
}
#contact_table input, textarea {
	border: solid 1px #FFFFFF;
	background-color: #d8d8d8;
}
#footer {
	clear: both;
	height: 80px;
	width: 805px;
	overflow: hidden;
}
#footer p {
	margin-left: 15px;
	font-size: 12px;
	color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
#spacer {
	width: 100%;
	height: 20px;
	clear: both;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.clearboth {
	clear: both;
}
.border {
	border: solid 5px #b3b3b3;
}
.border-small {
	border: solid 2px #b3b3b3;
}
