html {
	background-image: url(images/bkgrnd_gray_Logo_2.png);
	background-repeat: no-repeat;
	background-attachment: relative;
	background-position: center top;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background-color: #000;
}	
body {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-weight: 500;
	vertical-align: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
A:link {text-decoration: none; color: #FFF;}
A:visited {text-decoration: none; color: #FFF;}
A:active {text-decoration: none; color: #FFF;}
A:hover {
	text-decoration: none;
	color: #F29235;
}

.text14 {
	font-size: 14px;
	text-decoration: none;
}

#container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-top: 20px;
}
#header {
	height: 18px;
	margin: 0;
	padding-left: 210px;
	padding-top: 2px;
}

#mainContent {
	padding: 0px;
	height: 455px;
}
#footer {
	height: 95px;
	padding-top: 8px;
	padding-left: 5px;
} 

#panel_left {
	text-align: center;
	vertical-align: top;
	height: 245px;
	width: 190px;
}
#panel_right_main {
	height: 326px;
	width: 740px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#text_logo {
	vertical-align: top;
	width: 740px;
	padding-left: 58px;
	padding-top: 25px;
}
.logo_holder {
	vertical-align: top;
	padding-bottom: 15px;
}
#nav_main_hori {
	vertical-align: top;
	width: 740px;
	padding-left: 37px;
	padding-top: 22px;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	height: 22px;
}

.nav_main_hori_on {
	font-size: 16px;
	text-decoration: none;
	color: #F29235;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
