body {
	margin: 0px 0px;
	background: url('../images/bg.jpg') repeat-x top left #D1D7CB;
}
.innerTableBG {

	background: url('../images/bg_inner.gif') no-repeat top left #D1D7CB;
	background-color: #ffffff;
}
body, table , td{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color:#000000;
}

a {
	color: #B9866E;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: Georgia, Times, Serif;
	font-weight: bold;
}
h1, .h1 { font-size: 16px; }
h2, .h2 { font-size: 14px; }
h3, .h3 { font-size: 12px; }
h4, .h4 { font-size: 11px; }

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text, select {
	border: solid #6C7A5F 1px;
	color: #A5AAA0;
	font-size: 12px;
	padding: 2px 4px;	
}

input.button {
	font-size: 11px;
	color: #585A57;
	border: solid #6C7A5F 1px;
	background-color: #D1D7CB;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
	color: #000000;
}

td.formfield {
	padding-left: 4px;
}

td.formfield select {
	color: #000000;
}
#topNavSubscribe TD, TABLE{
	color: #8C9684;
	font-size: 11px;
}
a.topNavSubscribe, a.footer, a.breadCrumbs{
	color: #8C9684;
	text-decoration: none;
}
a.topNavSubscribe:visited, a.footer:visited, a.breadCrumbs:visited{
	color: #8C9684;
	text-decoration: none;
}
a.topNavSubscribe:hover, a.footer:hover, a.breadCrumbs:hover{
	color: #95072C;
}
.featureQuote{
	color: #870C33;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
p.featureQuote{
	margin:15px;
}
.bottomCellHead{
	font-size: 11px;
	color: #72696B;
}
.bottomCellHead2{
	font-size: 11px;
	font-weight: bold;
	color: #72696B;
}
.bottomCellContent{
	font-size: 11px;
	font-weight: bold;
	color: #793C22;
}
a.bottomCellContent{
	color: #793C22;
	text-decoration: none;
}
a.bottomCellContent:visited{
	color: #793C22;
	text-decoration: none;
}
a.bottomCellContent:hover{
	color: #000000;
}
#footer{
	color: #8C9684;
}
#mainContent{
	font-size: 12px;
	color: #000000;
	margin-left: 23px;
	margin-right: 13px;
	line-height: 16px;
	padding-bottom: 10px;
}


/******** mainmenu styles ***********/

div.mainmenudiv, div.submenudiv {
	position: absolute;
	padding: 0px;
	display: none;
	opacity: 0.69;
	filter: Alpha(Opacity=69);
}
div.mainmenudiv table, div.submenudiv table {
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

div.mainmenudiv table td, div.submenudiv table td {
	padding: 4px;
	background: black;
	white-space: nowrap;
}

div.mainmenudiv table td a, div.submenudiv table td a {
	text-decoration: none;
	color: #ffffff;
}

div.mainmenudiv table td.hover, div.submenudiv table td.hover {

}

div.mainmenudiv table td.hover a, div.submenudiv table td.hover a {
	color: #B50B3C;
}


hr {
	border: solid #D1D7CB;
	background-color: #D1D7CB;
	height: 1px;
	border-width: 1px 0px 0px 0px;
}






