@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#C60;
}
#wrapper {
	width:80%;
	max-width:1200px;
	min-width:740px;
	min-height:800px;
	margin:0 auto;
	background-color:#EDC295;
	position:relative;
}
#header {
	height:180px;
	background-color:#eee;
	overflow:hidden;
}
#header h1 {
	width:212px;
	letter-spacing:3px;
	padding:20px 12px 21px 12px;;
	text-align:center;
	color:#CCC;
	background-color:#000;
	float:left;
	margin:0;
}

#header ul {
	margin, padding:0;
	font-size:0;
	list-style-type:none;
	color:#000;
}
#header li {
	margin, padding:0;
	font-size:18px;
	float:left;
	padding:5px;
	margin-top:24px;
	text-align:center;
}
#header li:first-child, #header .firstchild{
	margin-left:20px;
}
#header a {
	color:#666;
}
#violator h3 a {
	color:#C30;
	text-decoration:none;
}
#content {
	padding:0 15px;
	font-size:16px;
	line-height:22px;
	padding-bottom:28px;
}
#content h2 {
	margin-top:0px;
	line-height:24px;
}
.clearfloat {
	clear:both;
}
#content .nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#content .nav ul li {
	font-size:14px;
	width:400px;
	padding-top:4px;
	padding-bottom:0;
	border-bottom:solid 1px #633;
}
#content .nav ul li:hover {
	background-color:#CCC;
}
#content .nav a {
	color:#333;
	text-decoration:none;
}
#content p a, #content p a:visited, #content li a, #content li a:visited, a.textLink  {
	color:#C30;
	text-decoration:none;	
}
#content p a:hover, #content li a:hover {
	text-decoration:underline;
}
#content img {
	width:100%;
	height:auto;
}
#footer {
	height:24px;
	width:100%;
	background-color:#630;
	color:#FC9;
	position:absolute;
	bottom:0;
}
#footer p {
	font-size:9px;
	text-align:center;
	margin-top:6px;
}
.notice {
	border-top:solid 1px #633;
	margin-top:8px;
	padding-top:8px;
}
.stress {
	font-weight:bold;
}
.notes {
	font-size:12px;
	line-height:16px;
}
.divider {
	height:0;
	border-bottom:solid 1px #930;
}
.officers {
	font-size:14px;
	font-weight:bold;
}
h3 a {
	text-decoration:none;
	color:#C30;
}
.contactBox {
	width:600px;
	margin:10px auto;
}
.contactBox label {
	display:inline-block;
	width:160px;
}
.centerMe {
	text-align:center;
}
#sidebarP {
	width:30%;
	float:right;
}
.leftCol {
	width:65%;
	float:left;
}
.leftColA {
	width:50%;
	float:left;
}
.rightColA {
	width:50%;
	float:right;
}

.apubef {
	font-size:18pt;
	margin-top:-16px;
}
.noMargin {
	margin:0;
}
form[name=pay] {
	height:50px;	
}


// ------------------------------------------



