/* CSS Document */
.class1 A:link {
	text-decoration: none;
	cursor: hand;
	color: #EBDABD;
}
.class1 A:visited {
	text-decoration: none;
	color: #EBDABD;
}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none; color: #C10000;}

body {
	margin-top: 0px;
	background-color: #ebdabd;
	}
.navblock {
	background-color: #000000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 22px;
	vertical-align: middle;
	background-image: url(images/gradient.gif);
	line-height: 16px;
}
.mainblock {
	background-color: #000000;
	background-repeat: repeat-x;
	padding-left: 15px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 20px;
	background-position: bottom;
	background-image: url(../graphics/bottom-stripes.gif);
	}

div.scroll {
	height: 200px;
	width: 195px;
	overflow: auto;
	padding: 0px 10px 0px 16px;
}
p {
	margin-top:0px;
	margin-bottom:2px;
	padding-top: 0px;
	padding-bottom: 5px;
	}
.gap {
	height: 50px;	
}
.headertext {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.subheadtext {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.headertextORANGE {
	color: #FF7E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.textblock {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #644521;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 20px;
	vertical-align: top;
}
.picblock {
	background-color: #FFFFFF;
	vertical-align: top;
}
.bluetabs{
}

.bluetabs ul{
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #000000;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	vertical-align: top;
	font-weight: bold;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	color: #EBDABD;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.bluetabs li a:visited{
color: #EBDABD;
}

.bluetabs li a:hover{
text-decoration: none;
color: #C10000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:10px;
	z-index:100;
	width: 120px;
	visibility: hidden;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 13px;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 3px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #FF7E00;
}
.textblockHEADER {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 15px;
	vertical-align: top;
	font-weight: bold;
	line-height: 16px;
}
