body {
	background: #000000;
	color: #DDDDDD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #FFFFFF;
	border-width: 4px 2px;
}
h1 {
	height: 140px;
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: url(../imgs/head.jpg) no-repeat 20px center;
	border-bottom: 3px solid #FFFFFF;
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 36px;
	display: block;
	padding: 50px 10px 54px 240px;
	line-height: 36px;
	letter-spacing: 8px;
}
h1 .tagline {
	font: bold small-caps 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	display: block;
	margin: -45px 20px 0px 0px;
	text-align: right;
}


#navwrap {
	border-bottom: 3px solid #FFFFFF;
	height: 28px;
}
#nav {
	list-style-type: none;
	text-align: center;
	margin: 10px 0px 0px;
}
#nav li { display: inline; }
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px 10px 3px;
	margin: 0px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 5px solid #000000;
}
#nav li a:hover {
	border-bottom-color: #FFFFFF;
	background: #FFFFFF;
	color: #000000;
}
#nav li a#active { border-bottom-color: #FFFFFF; }


h2 {
	margin: 15px 0px 10px 40px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px;
}
h3 {
	margin: 8px 0px 8px 30px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
p {
	margin: 8px 20px;
	line-height: 16px;
	text-align: justify;
}
p strong {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: disc inside;
	margin: 8px 10px 8px 40px;
	padding: 0px;
}
.pimg {
	float: left;
	margin: 0px 20px 8px;
	border: 1px solid #FFFFFF;
	clear: both;
}
.imgcenter {
	margin: 10px auto;
	border: 1px solid #FFFFFF;
	display: block;
}


#errors li {
	color: #FF4444;
	font-weight: bold;
}
form label {
	padding: 3px 0px 0px;
	width: 200px;
	display: block;
	text-align: right;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
form .field { margin: 0px 0px 8px 210px; }
form .field input,
form .field textarea {
	width: 200px;
	background: #EEEEEE;
	margin: 0px;
	border: 1px solid #C9DDED;
	padding: 2px;
	font-size: 14px;
}
form .field input:focus,
form .field textarea:focus {
	background: #FCFCFC;
	border: 1px solid #8AB7D5;
}
form .field input { height: 15px; }
form .field textarea {
	width: 300px;
	height: 150px;
}
form #submit {
	font-weight: bold;
	margin: 0px 0px 8px 210px;
}


#footer {
	font-size: 9px;
	color: #666666;
	text-align: right;
	border-top: 2px solid #FFFFFF;
	padding: 2px 5px;
	clear: both;
}
