body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #260000;
	background-color: #8A6F22;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contentBody {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #260000;
	background-color: #8A6F22;
	margin: 20px;
	padding: 0px;
	background-image:none;
	scrollbar-base-color: #8A6F22;
	scrollbar-arrow-color: #C7B996;
	scrollbar-track-color: none;
	
	scrollbar-shadow-color: #C7B996;
	scrollbar-lightshadow-color: #C7B996; 
	scrollbar-darkshadow-color: #8A6F22;
	scrollbar-highlight-color: #8A6F22;
	scrollbar-3dlight-color: #C7B996;
}
.contentBody p {
	color: #260000;
	font-size: 13px;
}
.highlighted {
	color: #260000;
	font-weight: bold;
}
.contentBody h1 {
	color: #260000;
	font-size: 17px;
	font-weight: bold;
}
.contentBody h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.contentBody h3 {
	color: #FFFF00;
	font-style: italic;
}
.contentBody td,.contentBody li {
	color: #FFFFFF;
	font-size: 13px;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#footerRow {
	height: 60px;
	font-size: 11px;
	color: #260000;
	text-align: right;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7B996;
	background-image: url(../images/home/leftcolumn_all_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footerRow a {
	color: #260000;
	text-decoration: underline;
}
#footerRow a:hover {
	color: #260000;
	text-decoration: none;
}
#headerMenu {
	height: 25px;
	text-align: right;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B996;
}
#headerMenu a {
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #FFFF00;
	height: 18px;
}
#headerMenu span {
	padding-left: 35px;
}

#headerMenu a:hover {
	color: #FFFFFF;
}
#headerBanner {
	height: 144px;
	vertical-align: bottom;
	background-image: url(../images/banners/banner_01.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
#contentColumn {
	height: 100%;
	vertical-align: top;
}
#leftColumn {
	width: 240px;
	vertical-align: bottom;
	padding-top: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #260000;
	font-size: 13px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftColumn p {
	text-align: justify;
}

#leftColumn a {
	color: #260000;
	text-decoration:underline;
}
#leftColumn a:hover {
	text-decoration:none;
}
#dropmenudiv{
	font-size: 11px;
	position:absolute;
	border:1px solid #3E0E00;
	border-bottom-width: 0;
	line-height:12px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #899FAD;
	padding: 1px 0;
	text-decoration: none;
	color: #3E0E00;
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
}
#contentCellDiv img {
	margin: 5px;
	border: 1px solid #C7B996;
}
#totalTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7B996;
}
.contentBody b {
	color: #260000;
}
