﻿html {
	color: #0f0702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

body {
	background: #9d8d67 url('../images/bg2.jpg') repeat-x top center;
	margin: 0px auto;
	padding: 0px auto;
}

hr {
	color: #271204;
}

.png {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');

}

.loginLink
{
	position: relative;
	bottom: 20px;
	margin-right: 20px;
	text-align: right;
	font-size: 10pt;
}

/* GENERIC CLASSES */
.center 
{
	text-align: center;
}

.leftMargin5
{
	margin-left: 5px;
}

.leftMargin10
{
	margin-left: 10px;
}

.rightMargin5
{
	margin-right: 5px;
}

.rightMargin10
{
	margin-right: 10px;
}

.font10
{
	font-size: 10pt;
}

.vAlignBottom
{
	vertical-align: bottom;
}

/* ID SPECIFIC */
#wrapper {
	margin: 0px auto;
	width: 970px;
}

#header {
	height: 250px;
	width: 970px;
}

#content {
	width: 970px;
}

#leftContent {
	background: url('../images/leftBG.png') repeat-y;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	letter-spacing: 1px;
	color: #221006;
	font-size: 1em;
	float: left;
	margin-top: -10px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	width: 567px;
}

#leftContentFooter {
	background: url('../images/leftContentFooter.gif') no-repeat;
	float: left;
	height: 131px;
	width: 607px;
}


#rightContent {
	/*background: url('../images/rightContentBG.png') no-repeat top center;*/
	background: url('../images/sideRpt.jpg') repeat-y top center;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	float: right;
	margin-top: -10px;
	width: 337px;
	text-align: center;
	color: #c2b08b;
	font-size: 14pt;
}



.archiveYears, .archiveYears ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.archiveYears
{
	width: 50%;
	margin-left: 115px;
}

.archiveYears .rightArrow, .archiveYears .downArrow
{
	font-size: 10pt;
	margin-right: 5px;
}

.archiveYears .downArrow
{
	display: none;
}


.archiveYears a, .lightLink
{
	color: #c2b08b;
	text-decoration: none;
}

.archiveYears a:hover, .lightLink:hover
{
	text-decoration: underline;
}

.archiveYears ul
{
	font-size: 11pt;
	width: 75%;
	margin-left: 20px;
	display: none;
}

.archiveYears ul li
{
}

#rightContentFooter {
	background: url('../images/rightFooter.png') no-repeat top center;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	float: right;
	height: 152px;
	margin-bottom: -25px;
	width: 337px;
}

#rightContent p {
	margin-top: 0px;
}

#rightContent p:first-child {
	margin-top: 15px;
}


#footer {
	border-top: 1px #6c5b40 dashed;
	color: #4a301e;
	font-size: .8em;
	height: 100px;
	margin-top: 40px;
	padding-top: 10px;
	width: 970px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** IMAGES, TEXT, LINKS **/
h1 {
	border-bottom: 1px #0f0702 solid;
}

img {
	border: none;
}

p.lyrics {
	font-style: italic;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

}
#leftContent a, .link {
	color: #271204;
	font-weight: bold;
	text-decoration: none;
}

#leftContent a:hover, .link:hover {
	text-decoration: underline;
}

#footer img {
	float: left;
}

#footer a {
	color: #271204;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#rightContent img {
	border: none;
}

.faq {
	/*margin-bottom: 30px;*/
}

.faq em {
	display: block;
	font-weight: bold;
}


/** FORMS **/

.contactForm {
	font-size: .8em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contactForm li {
	margin-bottom: 6px;
	clear: both;
}

.contactForm li .frmLabel {
	width: 150px;
	margin-right: 5px;
	float: left;
}