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

html { 
	min-height: 100%; 
	margin-bottom: 1px; }
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FF9900;
}
h1 {
	color: #FF9900;
	font: 30px "Arial Narrow", Impact, sans-serif;
}
a {
	color: #FF9900;
}
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 #FFF;
	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: 10px 16px 0 0;
	padding: 8px 0 0 10px;
	color: #fff;
	width: 300px;
	height: 30px;
	background: url(../images/top_btns.png);
	float: right;
	font-weight: bold;
}
div#sub_top_nav  {
	margin: 10px 16px 0 0;
	padding: 8px 0 0 10px;
	color: #fff;
	width: 364px;
	height: 30px;
	background: url(../images/sub_top_nav.png);
	float: right;
	font-weight: bold;	
}
#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:  #006633;
}
strong {
	font-size: 15px;
}
.hide, #hide, .semail {
	display: none;
}
#footer {
	color: #FFF;
	padding-top: 5px;
	background: url(../images/footer_back.jpg) #006933 no-repeat;
	height: 99px;
}
#footer div span.style1 {
font-size: 25px}

td#footer2 {
	width: 800px;
	margin: 10px auto;
	font-size: 10px;
	text-align: center;
	background: #FF9900;
	color: #FFF;
	padding-top: 10px;
}
a.button {
	width: 145px;
	height: 27px;
	display: block;
	background: url(../images/buttons.png) no-repeat; 
	text-decoration: none;
	color: #FFF;
	text-align: center;
	float: right;
	padding: 5px 0 0 0;
	font-weight: bold;
}
a.button:hover {
	background-position: -145px 0;
	}

a.reg_now_btn {
	width: 205px;
	height: 31px;
	float: left;
	display: block;
	background: url(../images/reg_now_btn.png) no-repeat; 
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: bold;
}
a.reg_now_btn:hover {
	background-position: -205px 0;
	}

