@charset "UTF-8";

/* forces righthand scrollbar */
html { min-height: 100%; margin-bottom: 1px; }

body {
	color: #666666;
	margin: 0em;
	padding: 0px;
	background: #851111 url(images/body_bg.gif) repeat-x;
	height: 101%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*main container div*/
#wrapper {
	border: 1px solid #000000;
	width: 780px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/col.gif);
	background-repeat: repeat-y;
}

/*1st div inside wrapper above leftnav and content divs*/
#head {
	border-bottom: 1px solid #000000;
	background-color: #370707;
	background-image: url(images/head.jpg);
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 780px;
}

/* use padding for placement with margin to '0' for browser compatibility */
#head h1 {
	margin: 0px;
	padding: .5em;
	text-indent: -9999px;
}

/*left navigation div*/
/* All floated items must be given a width */
#leftnav {
	float: left;
	width: 120px;
	margin-left: 10px;
	padding-top: 2em;
	clear: left;
	display: inline;
}
/* Some browsers do not render margin-top correctly for the first item inside a container */
#leftnav p
{
margin-top: 0;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftnav a {
	display: block;
	padding: 1px;
	width: 114px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftnav a:link, #leftnav:visited {
	color: #333333;
}

#leftnav a:hover, #leftnav .current a {
	background-color: #EEEEEE;
}

/*main page content div*/
#content  {
	margin: 0px 0px 0px 132px;
	padding: 15px;
	text-align: justify;
}
/*List formatting in 'Content' pane*/
#content ul {
	float: left;
	margin: 0px 0px 20px 63px;
	padding: 0px;
	list-style-type: square;
}
#content li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
}

/*div below content and leftnav*/
#footer {
	clear: both;
	padding: .5em;
	text-align: right;
	background-color: #BEA239;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #000000;
}

/*copyright notice*/
#copy a:hover {
	text-decoration: underline;
}
#copy, #copy a {
	color: #FFFF99;
	text-align: center;
	font-size: 9px;
}

/*basics*/
strong {
	color: #851111;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.mp3s {
	vertical-align: bottom;
}
h2  {
	font-size: 14px;
	color: #972E05;
}
.top {
	font-size: 9px;
	color: #CC3300;
}

/*images*/
.imgright {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.imgright_bdr {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.imgleft_bdr {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	margin-right: 10px;
}
.whitespace {
	margin-left: 30px;
	float: right;
	border: 2px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Forms*/
.form_label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	width: 33%;
}
.accesskey {
	text-decoration: underline;
}
.textinput {
	border: 1px solid #CCCCCC;
}
td {
	border: 1px dotted #999999;
	background-color: #FFCCCC;
	vertical-align: top;
	color: #000000;
}

