/*****7/24/10*****/

html { 
	min-height: 100%; 
	margin-bottom: 1px; }
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #D1CEC6;
}
h1 {
	color: #518246;
	font: 30px "Arial Narrow", Impact, sans-serif;
}
a {
	color: #ED9321;
}
a:hover {
	color: #666;
}
#main_table {
	width: 800px;
	font-size: 13px;
	margin: 0 auto;
	background: #FFF;
}
#hm_content {
	background: url(../images/home_back.jpg) no-repeat #DBDEDE;
	height: 635px;
	vertical-align: top;
}
#sub_content {
	background: url(../images/sub_back.jpg) no-repeat;
	vertical-align: top;
	padding-bottom: 20px;
}
div#top_nav  {
	margin: 5px 10px 0 0;
	text-align: right;
	color: #fff;
}
div#sub_top_nav  {
	margin: 5px 10px 0 0;
	text-align: right;
	color: #fff;	
}
#top_nav a, #sub_top_nav a{
	color: #FFF;
	text-decoration: none;
	padding: 0 2px;
}
#top_nav a:hover, #sub_top_nav a:hover{
	color:  #ED9321;
}
strong {
	font-size: 15px;
}
.hide, #hide {
	display: none;
}
#footer {
	color: #FFF;
	padding-top: 5px;
	background: url(../images/footer_back.gif) #518246 no-repeat;
	height: 100px;
}
#footer div span.style1 {
font-size: 25px}

#footer2 {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	background: #D1CEC6
}