@charset "UTF-8";

BODY {
	background-color: #080000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #77601B;


}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 130%;
	color: #77601B;


}

.flashBg {
	background-color: #000000;
}

.contentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #333333;
	background-color: #F9F3EE;
}


.contentBody A {
	color: #77601B;
	text-decoration: none;

}

.contentLeft {
	background-image: url(images/content_tile_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.contentRight {
	background-image: url(images/content_tile_right.gif);
	background-repeat: repeat-y;
	background-position: Right;
}

.subnavBG {
	background-color: #7E8082;
	background-image: url(images/subnav_tile_unselected.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

.subnavUnselected {
	background-color: #7E8082;
	background-image: url(images/subnav_tile_unselected.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
}

.subnavUnselected A {
	text-decoration: none;
	color: #FFFFFF;
}

.subnavSelected {
	background-color: #B4B3B4;
	background-image: url(images/subnav_tile_selected.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 12px;
	padding-right: 12px;
}

.dividedContent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C4C0BC;
	border-right-color: #C4C0BC;
	border-bottom-color: #C4C0BC;
	border-left-color: #C4C0BC;
}
