* {
	margin: 0;
	padding: 0;
}

body { 
	background: url(../images/bg_hori_repeat.jpg) repeat-x;
	background-color: #292110; 
}

img { border: none; }

p { padding-bottom: 6px; }

h1 { font: 28px Arial, sans-serif; color: #4E6E6E; font-weight: bold; padding-bottom: 12px; } /* was 7d7354, chg to ada394*/
h2 { font: 16px Georgia, serif; color: #9E6728; text-transform: uppercase; padding-bottom: 4px;  }
h3 { font: 17px Arial, sans-serif; color: #ada394; }
h4 { font: 15px Arial, sans-serif; color: #ada394; }
h5 { font: 14px Arial, sans-serif; color: #ada394; }

html, body, p, td, div, span {
	color: #ada394;
	font: 14px Georgia, sans-serif;
	font-weight: normal;
}

hr { color: #7d7354; width: 800px; border-color: #7d7354; }

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

#header {
	width: 800px;
	height: 260px;
	background: url(../images/logo.png);
	display: block;
}

#subheader {
	clear: both;
	width: 800px;
	height: 16pt;
	background-color: #292110;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.subheader-text {
	padding-top: 1px;
	font: 14px "Times New Roman";
	color:  #ada394;
}

#bodyarea {
	clear: both;
	width: 800px;
	min-height: 300px;
	height: 100%;
	display: block;
	background-color: #292110;	
}

#footer {
	clear: both;
	width: 800px;
	height: 60px;
	background-color: #292110;
	display: block;
}

#leftarea {
	width: 160px;
	min-height: 300px;
	height: 100%;
	background-color: #00244d;
	display: block;
	float: left;
}

#middlearea {
	width: 690px;
	min-height: 300px;
	height: 100%;
	background-color: #292110;
	display: block;
	float: left;
}

#rightarea {
	width: 160px;
	min-height: 300px;
	height: 100%;
	background-color: #5484bb;
	display: block;
	float: right;
}

#middlepadding {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

a {
	color: #ae7748;
	text-decoration: underline;
}

a:hover {
	color: #bd7c3d;
	text-decoration: underline;
	cursor: crosshair;
}

a.subheader-link {
	color: #9e6728;
}

a.subheader-link:hover {
	color: #bd7c3d;
	text-decoration: underline;
}

ul li {
	list-style-image: url(../images/bullet.png);
}

ul.menu {
	padding-left: 10px;
	padding-bottom: 10px;
}

ul.menu li {
	list-style: none;	
}

ul.menu li a span {
	color: #ffffff;
}

ul.menu li a {
	color: #ffffff;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.moduletable_menu h3 {
	font: 14px Verdana, serif;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footermenu {
	padding-top: 10px;
	padding-right: 0px;
	text-align: right;	
	font: 10px Arial, sans-serif;
	color: #61583d;	
}

p#copyright {
	clear: both;
	padding-right: 0px;
	text-align: right;
	font: 10px Arial, sans-serif;
	color: #61583d;	
}

.divider {
	display: block;
	width: 800px;
	height: 1px;
	background: url(../images/divider.gif);
}
a.footerlink {
	font: 10px Arial, sans-serif;
	color:  #61583d;
	text-decoration: underline;
}
a.footerlink:hover {
	font: 10px Arial, sans-serif;
	color:  #7d7354;
	text-decoration: underline;
}

#headerphone {
	font-weight: bold;
	font-size: 18px;
}


