BODY {
	margin: 0px auto;
	padding: 0px;
	background: #3c0909 url(media/background.gif) top center repeat-y !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe1e1;
}

/* Global Functionality */

A, A:active, A:visited {
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

.image-unit {
	float: left;
}

.image-unit .image {
	display: block;
	height: 0px;
	width: 0px;
	text-decoration: none;
}

.image-ext {
	position: absolute;
	margin: 7px 7px;
	padding: 1px 3px;
	width: 116px;
	background: #542b00;
	border: 1px #824d14 solid;
	font-size: 10px;
	color: #9e6120;
	text-decoration: none;
}

/* Site Wrapper */

#container {
	background: url(media/main_background.gif) top center no-repeat !important;
}

#wrapper {
	margin: 0px auto;
	width: 777px;
	padding-bottom: 20px;
}

/* Header/Navigation Elements */

#header {
	float: left;
}

.nav {
	float: left;
}

/* Subheader (CP/Login Strip) */

#subheader {
	clear: both;
}

/* Strip */

#strip {
	padding: 5px 28px 0px 0px;
	height: 35px;
	text-align: right;
	color: #ffca6f;
	font-size: 11px;
}

#strip A, #strip A:visited, #strip A:active {
	color: #efb247;
}

#strip A:hover {
	color: #ffc155;
}

#strip .tentry {
	padding: 2px;
	border: 1px #afb737 solid;
	background: transparent;
	width: 60px;
	height: 12px;
	font-size: 11px;
	color: #a6e66c;
}

#strip .submit {
	padding: 0px;
	border: 0px;
	background: transparent;
	color: #a6e66c;
}

/* Alert Window */

#notice {
	margin: 4px auto;
	text-align: center;
}

#notice_window {
	margin: 0px auto;
	background: url(media/alert_back.gif) top left no-repeat;
	padding: 12px 6px 0px 15px;
	width: 450px;
	height: 38px;
	font-size: 12px;
	color: #e1ad51;
}

#notice A, #notice A:visited, #notice A:active {
	color: #ffc257;
	text-decoration: underline;
}

#notice A:hover {
	color: #ffd386;
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	margin: 15px;
	text-align: center;
}

#footer a, #footer a:visited, #footer a:active {
	color: #9d653c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .menu {
	font-size: 11px;
	color: #9d653c;
}

#footer .copyright {
	font-size: 11px;
	color: #704729;
}

/* Main Site Content */

#content {
	clear: both;
	padding: 16px 25px 0px 23px;
	min-height: 460px;
	background: url(media/content_back.gif) top left no-repeat;
	color: #ffffff; /* ffe1e1 */
	font-size: 12px;
}

#content A, A:active, A:visited {
	color: #ffd0b3;
}

#content A:hover {
	color: #ffba91;
}

/* Content Styling */

#content H1 {
	margin: 0px;
	padding: 0px 0px 0px 46px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

#content H2 {
	margin: 0px;
	padding: 0px 0px 0px 46px;
	font-size: 12px;
	font-weight: bold;
	color: #dc6347;
}

#content P {
	font-size: 12px;
	padding-top: 2px;
}

.himg {
	padding: 2px;
	border: 1px #b46f25 solid;
	background: #7d330f;
}

.sm {
	font-size: 11px;
}

/* Form Styling */

.form_row {
	clear: both;
}

.form_col1 {
	margin-bottom: 12px;
	clear: both;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 12px;
}

.form_col1w {
	margin-bottom: 12px;
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
	font-size: 12px;
}

.form_col1w2 {
	margin-bottom: 12px;
	clear: both;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
}

.form_col2 {
	margin-bottom: 12px;
	float: left;
	margin-left: 15px;
	text-align: left;
	font-size: 11px;
}

.tfield {
	font-size: 12px;
	padding: 2px;
	border: 1px #bb0004 solid;
	background-color: #4f0002;
	color: #ffddde;
	font: 12px Arial, Helvetica, sans-serif;
}

/* News Nav */

#newsnav {
	margin: 0px 20px;
}

/* Text Styles */

.dark {
	color: #9c6969;
}

.dark A, A:active, A:visited {
	color: #ffc59e;
}

.dark A:hover {
	color: #ffb685;
}

.highlight {
	font-weight: bold;
	color: #ffb787;
}