body {
	margin:0px;
	margin-bottom:15px;
	background-color: #625B4C;
}
body td{
	font-family:verdana;
	font-size:13px;
	color:#333333;
}
a{
	color:#976127;
	text-decoration:underline;
}
a:hover{
	color:#0066CC;
	text-decoration:none;
}
.header{
	border-left:1px solid #24211c;
	border-right:1px solid #24211c;
}
.footer{
	text-align:center;
	background-color:#216f35;
	border:1px solid #24211c;
	border-top:0px solid #24211c;
}
.body_content{
	background-color:#ffffff;
	border-left:1px solid #24211c;
	border-right:1px solid #24211c;
	padding:20px;
}
h1{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:15px;
	color:#976127;
}
h2{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:13px;
	color:#333333;
}
h3{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:13px;
	color:#0458ac;
}

.simple ul, .simple li {
	margin:0px;
	padding:0px;
}
.simple li{
	list-style-position:outside;
	list-style-type:none;
	background-image: url(images/li_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:15px;
	padding-bottom:5px;
}
.simple  li a {
	color:#976127;
	text-decoration:underline;
}
.simple li a:hover{
	color:#0066CC;
	text-decoration:none;
}

.Hover-Box-Top{
	background-image:url(images/box-top-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:9px;
}
.Hover-Box-Bottom{
	background-image:url(images/box-bottom-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:9px;
}
.Hover-Box-Left{
	background-image:url(images/box-center-left.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:9px;
}
.Hover-Box-Right{
	background-image:url(images/box-center-right.gif);
	background-position:right top;
	background-repeat:repeat-y;
	width:9px;
}
.Hover-Box-Body{
	background-color:#f1f1f1;
	color:#000;
	padding:0px 12px 8px 12px;
}
