body {
	background-color: #962400;
}

body, td, .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #962400;
	font-weight: bold;
	text-decoration: underline;
}

a:Hover {
	color: #CC6600;
}

a.button, .button {
	background-color: #962400;
	color: #ffee99;
}

a.button:Hover, .button:Hover {
	background-color: #cc6600;
}

a.nav {
	font-weight: bold;
	color: #ffffff;
	margin: 0px 40px;
	letter-spacing: .1em;
	text-decoration: none;
}

a.nav:Hover {
	color: #FFee99;
}

b, strong, th {
	color: #962400;
}

img { border: none; }

h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
	color: #962400;
	margin: 0px;
}

h1, h2 {
	border-bottom: 1px solid #962400;
	font-size: 16px;
}

hr {
	margin: 8px 0px;
	color: #962400;
	background-color: #962400;
	height: 1px;
	border: none;
}

input, select {
	border: 1px solid #993300;
	background-color: #FFF7aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box {
	border: 1px solid #962400;
	padding: 10px;
	margin: 10px;
}

.content {
	border-top: 5px solid #000000;
	padding: 15px;
	text-align: left;
	background-color: #ffee99;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.header {
	background-color: #000000;
	height: 111px;
	border-bottom: 1px solid #ffffff;
	clear: both;
}

.outer_frame {
	width: 850px;
	margin: 10px 0px;
	border: 5px solid #000000;
}

.stdForm {
	border: 0px;
	background-color: transparent;
}