body {
	margin:0px;
	padding:0px;
	background-image:url(/image/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
}

#body_container {
	height:791px;
	width:1000px;
	position: absolute;
	top: 0px;
	left: 51%;
	margin-left: -500px;
	z-index:1;
}
#mainFooter {
	top:700px;
	width:900px;
	position:absolute;
	left:50%;
	margin-left: -450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	z-index:20;
}
#news_nav {
	position:relative;
	float:left;
}
#main_nav {
	position:relative;
	float:right;
	clear:none;
	margin: 0px 10px 0px 0px;
} 
#bottom_logo {
	position:relative;
	float:right;
	clear:right;
	padding:0px;
	margin:0px;
}
.nav_orange {
	color:#DD3000;
	text-decoration:none;
	padding:2px;
}
.nav_orange:hover {
	color:#333333;
	text-decoration:underline;
}
.nav_grey {
	color:#333333;
	text-decoration:none;
	padding:2px;
}
.nav_grey:hover {
	color:#DD3000;
	text-decoration:underline;
}

.body_nav_orange {
	color:#DD3000;
	text-decoration:underline;
	padding:2px;
}
.body_nav_orange:hover {
	color:#333333;
}
#body_image {
	position:absolute;
	left: 125px;
	top:125px;
	z-index:50;
}
#patch { 
	z-index:55;
}

#body_copy {
	position:absolute;
	width:400px;
	left:500px;
	top:140px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size: 16px;
	font-weight:normal;
	z-index:5;
}

#mod {
	position:absolute;
	width:700px;
	height:100px;
	top:520px;
	left: 70px;
}

.small_body_text {
	font-size: 12px;
}

.form_text {
	font-size: 14px;
	line-height: 100%;
}

INPUT {
	margin: 5px;
}

.orange_text {
	color:#BD4500;
	font-weight:normal;
}

#e_symbol 	{
	position:absolute;
	margin-top: 18px;
	margin-left: 12px;
	z-index:60;
}
#orange_bar {
	position:absolute;
	display:block;
	height: 250px;
	width:100%;
	left: 0;
	top: 300px;
	margin:0px;
	padding:0px;
	background-color:#ba5400;
	text-align:center;
	z-index:100;
	visibility: hidden;
}

#orangeBarNav {
	margin-top:1em;
	display:block;
	height:20px;
	z-index:110;
}

#orangeBarNav a {
	color: #000;
	text-decoration: none;
}
#orangeBarNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#orangeBarBindingBox {
	width:1000px;
	margin:0px auto;
	text-align:left;
}
#obNav {
	float: left; 
	clear: none; 
	width: 210px;
	height: 210px; 
	margin: 24px 24px 24px 50px; 
	z-index:150;
}

.obNavCell {
	cursor: pointer;
	float: left; 
	clear: none; 
	width: 65px; 
	height: 65px; 
	margin: 1px; 
	border: dashed 0px #cc3300; 
	display: block; 
	text-align: center;
	z-index:150;
}
.obNavCellSelected {
	cursor: pointer;
	float: left; 
	clear: none; 
	width: 65px; 
	height: 65px; 
	margin: 1px; 
	border: dashed 0px #cc3300; 
	display: block; 
	text-align: center;
}
#objWrapper {
	float:left;
	clear: none;
	width:650px;
	margin: 20px 0px 0px 0px;
	display:block;
}
.obCont {
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 160%;
	text-align: left; 
	white-space: normal;
	display:block;
}
.obContTitle {
	margin: 10px 0px;
	color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.obContTitle a {
	color: #000;
	text-decoration: none;
}
.obContTitle a:hover {
	color: #fff;
	text-decoration: underline;
}
#captcha_image {
	padding:10px 0px;
}
