* {
	margin: 0;
	padding: 0;
}

body {
	color: #381111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: black;
}

/* TAG REDEFINITION */
a {
	color: #9c1c1f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 10px 0 10px 20px;
}
h1 {
	color: #135e57;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h2 {
	color: #135e57;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 7px 0;
}
img {
	border: 0;
}
ol, ul {
	list-style-position: outside;
	margin-left: 20px;
}
option {
	padding: 0 5px;
}
p {
	margin: .5em 0 .5em 0;
}
td {
	vertical-align: top;
}
input, textarea {
	margin: 2px;
	padding: 0 .3em;
}

/* ELEMENTS */
table.collapsed {
	border-collapse: collapse;
}
td.instructions {
	font-style: italic;
	padding: 0 0 10px 10px;
}
td.question {
	padding-right: 5px;
}
tr.colorA {
	background-color: #dbeccb;
}
input.text, textarea.text {
	border: 1px solid black;
	background: #e3d2d6;
}
input.text {
	height: 20px;
}
input.text:focus, textarea.text:focus {
	background: white;
}
input.button {
	margin: 0;
}
textarea.robust, input.robust {
	width: 500px;
}
#col_right input.robust {
	width: 350px;
}
.image_right {
	float: right;
	margin: 0 5px 10px 10px;
}
.image_left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_right img, .image_left img {
	border: 1px solid #caabb1;
}
.image_right .no_border, .image_left .no_border {
	margin-bottom: 5px;
	border: 0;
}
.image_right .caption, .image_left .caption {
	font-size: .9em;
	font-style: italic;
	padding: 3px 3px 5px 3px;
	background: #f0cbd2;
	border-top: 1px solid #caabb1;
	border-left: 1px solid #caabb1;
}
.ul {
	text-decoration: underline;
}

/* ADMIN REPORTS */
div.report {
	color: white;
	padding: 2px;
	margin-top: 5px;
	background: #712855;
	border: 1px dashed black;
}
div.error_report {
	padding: 4px;
	margin-bottom: 10px;
	background: white;
	border: 1px dashed #712855;
}
.error_report span.report_hdr {
	color: #900000;
	font-weight: bold;
}

/* SITE STRUCTURE */
#container {
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: url('images/body_bg.jpg') repeat-y;
}
#header_stripe {
	position: absolute;
	left: -700px;
	width: 700px;
	height: 28px;
	background: url('images/header_bg.gif') repeat-x;
}
#menu {
	height: 30px;
}
#header {
	height: 113px;
	margin-top: -3px; /* IE Hack */
	background: url('images/header.jpg') no-repeat;
}
html>body #header {
	margin: 0;
}
#subheader {
	position: relative;
	height: 22px;
	background: url('images/subheader.gif') no-repeat;
	overflow: visible;
}
#body {
	position: relative;
	padding-bottom: 25px;
	background: url('images/subbody_bg.gif') bottom left no-repeat;
}
#footer {
	font-size: .85em;
	height: 18px;
	color: white;
	padding-left: 25px;
	background: url('images/footer_bg.jpg') no-repeat;
}

/* HEADER */
#header {
	position: relative;
}
#return_home {
	position: absolute;
	top: -20px;
	z-index: 15;
	width: 330px;
}
#return_home img {
	width: 330px;
	height: 110px;
}
#search div {
	position: absolute;
	left: 522px;
	top: 8px;
}
#search input {
	float: left;
}
#search .text {
	width: 155px;
	background: none;
}
#search .text:focus {
	background: white;
}
#search .button {
	margin: 2px 0;
}

/* SUBHEADER */
#subheader div {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 10px;
	font-weight: bold;
}

/* BODY */
#col_left {
	float: left;
	width: 205px;
	padding-bottom: 15px;
}
#col_left .box {
	background: #f1f7f2;
	padding-bottom: 1px;
}
#col_left .box .box_title {
	font-weight: bold;
	padding-top: 10px;
	margin: 10px;
}
#col_left .box ul {
	margin: 0;
}
#col_left .box li {
	list-style: none;
}
#col_left .box li, #col_left .box ul a {
	height: 1%; /* IE 6 Hack */
}
html>body #col_left .box li, html>body #col_left .box ul a {
	height: auto;
}
#col_left .box li.colorA {
	background: url('images/col_left_li_bg.jpg') 1px 0px repeat-y;
}
#col_left .box li a {
	display: block;
	color: black;
	padding: 3px 10px;
}
#col_left .box li a:hover {
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	border-left: 5px solid #9c1c1f;
}
#col_left .box .date {
	color: #3e3e3e;
	font-size: .8em;
	text-decoration: underline;
}
#col_left .box .title {
	color: #9c1c1f;

}
#col_left .box .none {
	padding: 3px 10px;
	font-style: italic;
}
#col_left .spacer {
	height: 10px;
	background: url('images/col_left_spacer.gif') no-repeat;
	overflow: hidden;
}
#col_left .end {
	height: 4px;
	background: url('images/col_left_bottom.gif') no-repeat;
	overflow: hidden;
}
#col_right {
	padding-right: 100px;
	margin-left: 215px;
}
#subbody {
	clear: both;
	width: 490px;
	height: 24px;
	background: url('images/subbody_bg.gif') no-repeat;
}

/* Newsletter Form */
#newsletter {
	padding: 5px 0 10px 10px;
}
#newsletter input {
	float: left;
}
#newsletter #email {
	width: 109px;
}

/* FOOTER */
#footer a {
	color: white;
}
