body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 5px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 24px;
	color: #330000;
}

h1, h2, h3 {
	color: #A99252;
	font-weight: bold;
	font-size: 100%;	
}

a {
	color: #A99252;
}

a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

a.white { 
	color:#FFFFFF;
}

a.white:hover { 
	color:#FFFFFF;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

/* STRUCTURE 
----------------------------------------*/


#container {
	margin: 20px auto;
	width: 760px;
	border: 1px solid #A99252;
	padding: 0px;
}

* html #container {
	width: 760px
}

#top {
	background-color: #A99252;
}

#nav { 
	text-align: right;
	font-size: 75%;
}

#nav ul {
	line-height: 2em;
}

#nav ul li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

#header {
	display: block;
	padding: 0px 0px 20px 25px;
}

#header .left {
	display: block;
	float: left;
	width: 30%;
	margin-bottom: 10px;
}

#header .right {
	display: block;
	float: right;
	width: 60%;
}

#featuredIMG {
	clear: both;
	display: block;
	height: 300px;
	background-color: #A99252;
	border-top: 1px solid #A99252;
	border-right: 0px none #A99252;
	border-bottom: 1px solid #A99252;
	border-left: 0px none #A99252;
}

#colFlash {
	clear: both;
	display: block;
	height: 500px;
	background-color: #FFFFFF;
	border-top: 0px solid #A99252;
	border-right: 0px none #A99252;
	border-bottom: 0px solid #A99252;
	border-left: 0px none #A99252;
	text-align: center;
}

#content {
	clear: both;
	display: block;
}

#content .left {
	display: block;
	float: left;
	width: 30%;
	background-color: #A99252;
	padding: 25px 15px 20px 20px;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 20px;
}

#content .colLeft {
	display: block;
	float: left;
	width: 40%;
	background-color: #A99252;
	padding: 25px 15px 20px 20px;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 20px;
}

#content .right {
	display: block;
	float: right;
	width: 60%;
	padding: 0px;
	margin: 0px;
}

#content .colRight {
	display: block;
	float: right;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

#content .txt {
	display: block;
	font-size: 80%;
}

#content .right .col-tb, #content .colRight .col-tb  {
	float: left;
	margin: 10px 10px 0px;
	font-size: 70%;
	text-align: center;
}

#footer {
	clear: both;
	display: block;
	background-color: #A99252;
}

#copyright {
	display: block;
	clear: both;
	margin: 20px auto;
	width: 760px;
	font-size: 70%;
	color: #A0A0A4;
	text-align: center;
}

/* STYLES 
----------------------------------------*/

.highlight {
	color: #AA0000;
	font-weight: bold;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
	color: #FFFF66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
	font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
	color: #990000;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-style: dotted;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
	color: #660000; font-weight: bolder; font-size: medium;
}

.bigger {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.padding25 {
	padding-left: 25px;
}