body {
     text-align: center;
     min-width: 800px;
	 background:#FFFFFF;
 }
body {
     text-align: -moz-center;
     min-width: 800px;
	 background:#FFFFFF;
 }
.register_login {
	height:38px;
	width:960px;
}
.register_login_text {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:16px;
 	color:#399FC6;
 }
 
 .main_body {
 	width:960px;
 	background-image:url('/images/background1pixel.gif');
 	background-repeat:repeat;
 }
 .header {
 	height:90px;
 }
 .header_searchbox {
 	float:left;
 	width:288px;
 	padding-top:15px;
 	height:auto;
 }
 html>body .header_searchbox {
 	height:40px;
 }
.header_searchbox_container {
	padding-top:10px;
	background-image:url('/images/searchboxbg1px.gif');
	background-repeat:repeat;
	height:auto;
 }
  html>body .header_searchbox_container {
 	height:40px;
 }
 .tabs_container {
 	height:auto;
 }
 .site_home_tabs_container {
 	height:auto;
 }
 .site_home_hack {
 	clear:both;
 	font-size:10px;
 }
 .maintabs_container {
 	height:37px;
 }
 .maintab_button {
 	float:left;
 	background-image:url('/images/middletab2pixel.gif');
 	background-repeat:repeat-x;
 }
 .maintab_sel_button {
 	float:left;
 	background-image:url('/images/selmiddletab2pixel.gif');
 	background-repeat:repeat-x;
 }
 .maintab_textdiv {
 	float:left;
 	padding-top:11px;
 }
 .maintab_text {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:16px;
 	font-weight:bold;
 	color:#399FC6;
 	text-decoration:none;	
 }
 .maintab_sel_text {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:16px;
 	font-weight:bold;
 	color:#FFFFFF;
 	text-decoration:none;
 }
 .subtab_button {
 	float:left;
 	padding-top:11px;
 }
 .subtab_text {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:15px;
 	font-weight:bold;
 	color:#FFFFFF;
 	text-decoration:none;
 }
 .selsubtab_text {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:15px;
 	font-weight:bold;
 	color:#333333;
 	text-decoration:none;
 }
 
 .space_between_subtabs {
 	float:left;width:20px;
 }
 .subtabs_container {
 	height:37px;
 	background-image:url('/images/middlesubtab4px.gif');
 	background-repeat:repeat-x;
 }
 .site_home_subtabs_container {
 	height:12px;
 	background-image:url('/images/site_home_middlesubtab4px.gif');
 	background-repeat:repeat-x;
 }
 .main_content {
 	width:960px;
 }
 .common_a {
 	color:#FFFFFF;
 	text-decoration:none;
 }
 .banner {
 min-width:630x;
 height:254px;
 vertical-align:middle;
}
.popupbox {
	position:absolute;
	z-order: 2;
	display:none;
	margin:0 0 0 38px;
	padding:4px 8px;
	color:#0F8CB1;
	border:1px solid #666666;
	background-color:#F2F4F7;
	width:500px;
}
 .footer {
 	height:127px;
 	padding:10px;
 	padding-bottom:0px;
 }
 .clear_both {
 	clear:both;
 }