@charset "utf-8";

body  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color: #212121;
}
a:link {color:#718f26;}
a:visited {color:#718f26;}
a:hover {color:#6d2809;}

h1 {
	color:#6d2809;
	font-size:16px;
	font-weight:bold;
//	margin: 0 20px 15px 20px;
	margin: 0 0px 15px 0px;
}
p {
//	margin: 0 20px 0 20px;
	padding-bottom:15px;
}
.right { 
	float: right;
}
.left { 
	float: left;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container { 
	width: 929px; 
	background: url(images/container_extender_bg.gif) #FFFFFF;
	margin: 15px auto 5px auto; 
	text-align: left; 
}
#container .container {
	background: url(images/container_bg.gif) no-repeat;
}
#container .top {
	background: url(images/container_top.gif) no-repeat;
	height:11px;
	overflow:hidden;
}
#container .bottom {
	background: url(images/container_bottom.gif) no-repeat;
	height:11px;
	overflow:hidden;
}
#container .wrap {
	width: 905px;
	background: url(images/container_wrap_bg.gif);
	margin:0 10px 0 11px;
	border:#d1c597 1px solid;
	overflow:hidden;
}
#leftCol {
	float: left;
	width: 305px;
}
#mainContent { 
	margin: 0 0 0 305px; 
} 
.headerimage {padding-bottom:25px;}

/*Left column menu*/
.menu {
	border-top: 1px solid #d1c597;
	height: 370px;
}
#leftCol ul {
	width: 305px;
	overflow: hidden;
	font: 13px/28px Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	list-style:none;
	margin:0 0 0 0;
}
#leftCol li {
	padding: 0px 0px;
	border-bottom: 1px solid #d1c597;
}
#leftCol a {
	display: block;
	padding: 0 0 0 20px;
	width: 305px;
	text-decoration: none;
	color: #282828;
	cursor: pointer;
}
#leftCol li.active a {
	background: url('images/subnav_active_bg.gif') repeat-y;
	color:#6d2809;
	text-decoration:none;
}
#leftCol a:hover {
	color:#1E1E1E;
	background: url('images/subnav_hover_bg.gif') repeat-y;
	text-decoration: none;
}

#footer {
	background: #536c11;
	margin:0 auto 15px auto;
	padding:8px 8px;
	width: 900px; 
	color: #FFF;
	font-size:11px;
	text-align:right;
	overflow:hidden;
}

/* Henry */

#traditionalBody {

}

#traditionalBody ul {
	list-style-type: disc;
}

#traditionalBody li {
	margin-left: 70px;
}

.error {
	color: #FF0000;
}

