@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	background-color:#FFFFFF;
	overflow:hidden;
	}
#header {
	margin-bottom: 2px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height:95px;
	}
#header a {
	font-size:10px;
	font-weight:bold;
	color:#3E3828;
	text-decoration:none;
	}
#header a:hover {
	color:#BAA459;
	text-decoration:underline;
	}	
h2 {
	font-size:14px;
	}	

h3 {
	color:#3E3828;
	font-size: 18px;
	border-bottom: solid #B9A45A 2px;
	}
.brownHR {
	background-color: #3E3828;
	height: 14px;
	}
.goldHR {
	background-color: #B9A45A;
	height: 10px;
	}
#contentarea {
	width: 800px;
	/*overflow: hidden;*/
	background-color: #ffffff;
	margin-bottom: 2px;
	}
#leftNav {
	/*position: relative;*/
	width: 140px;
	float: left;
	padding: 25px 5px 10px 10px;
	background-color: #3E3828;
	text-align: center;
	vertical-align:top;
	}
 /*html #leftNav {
	width: 163px;
	}*/
#leftNav a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
#leftNav a:hover {
	color: #BAA459;
	text-decoration:underline;
	}
#content {
	/*float: right;
	overflow: hidden;*/
	width: 600px;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	vertical-align:top
	}
.content2 {
	width: 648x;
	padding: 10px 5px 5px 15px;
	font-size: 12px;
	vertical-align:top;
	}
.tabbedContent {
	font-size:12px;
	padding: 4px 2px 2px 8px;
}

.footerLine {
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
.footerLine a {
	color: #FFFFFF;
}
.finePrint {
	font-size:9px;
	}
.finePrint a {
	color:#333333;
	}
.rates {
	font-size:11px;
	}