@charset "utf-8";
/* CSS Document */


a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

a:focus, a:hover, a:active, a.current {
	text-decoration: none;
	color: #000;
}

a {
   outline: 0;
}

body {
	background-color: #FFF;
}

.mainBody {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}

.mainBody p{
	margin-left: 46px;
	margin-top: 20px;
	font-size: 13px;
	clear: none;
	margin-right: 32px;
}

h1 {
	margin-left: 0px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

h2 {
	margin-left: 46px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/newPageIcon.png);
	background-repeat: no-repeat;
}

h2 a:hover {
	background-image: url(../images/newPageIconOn.png);
	background-repeat: no-repeat;
}

h3 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
}

.h3SubText {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}

.h3High, .h3High a:link {
	color:#fea620;
}

.h3High:hover {
	color:#000;
}

h4 {
	margin-left: 32px;
	margin-top: 10px;
}

#subText {
	font-size: 10px;
	margin-left: 0px;
	color: #333;
	font-weight: normal;
}

body {
	margin-top: 32px;
	padding-top: 0px;
}

.header {
	clear: none;
	float: left;
}

.headerImage1 {
	float: left;
	height: 32px;
	width: 288px;
}

.headerImage2 {
	height: 32px;
	width: 657px;
	float: left;
}

#navBar {
	float: left;
	height: 32px;
	background-color: #FEA620;
	width: 100%;
	padding: 0;
	margin: 0;
}

#navBtnLocation {
	width: 100%;
	padding-left: 0px;
	margin: 0;
	float: left;
}

/*navBarButtons*/

ul#list-nav {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 951px;
	height: 32px;
}

ul#list-nav li {
	display: inline;
}

ul#list-nav li a {
	font-size: 14px;
	text-decoration: none;
	line-height: 32px;
	padding: 0px 0;
	width: 117px;
	height: 32px;
	background-image: url(../images/navBtn1px.png);
	color: #;
	float: left;
	text-align: center;
	border-left: 0px solid #fff;
}

ul#list-nav li a:hover {
	background-image: url(../images/navBtn1pxOn.png);
	color: #000;
}

.navBtnSpacer {
	padding: 0;
	float: left;
	margin: 0;
}

/*end navBarButtons*/

.navBarShadow {
	height: 2px;
	width: 915px;
	background-color: #666;
	float: right;
	margin: 0;
}

.leftContentBuffer {
	float: left;
	width: 951px;
	height: auto;
	background-color: #FEA620;
	clear: none;
}

.leftContentBufferShadow {
	float: right;
	width: 916px;
	height: auto;
	background-color: #666;
	clear: left;
}

.content {
	width: 914px;
	height: auto;
	float: right;
	background-color: #808080;
}

#disclaimer {
	clear: both;
	float: right;
	height: 25px;
	width: 849px;
	padding-top: 8px;
	padding-right: 34px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 10px;
	text-align: justify;
	font-weight: normal;
}

.bookmarkJs {
	width: 150px;
	float: left;
}

.footer {
	float: left;
	width: 951px;
	height: 16px;
	margin-top: 5px;
}

.footerText, .footerText a:link, .footerText a:visited, .footerText a:active {
	text-align: right;
	color: #808080;
	height: 16px;
	width: 500px;
	float: right;
	vertical-align: middle;
	text-decoration: none;
}

.footerText a:hover  {
	color: #000;
	text-decoration: underline;
	background-color: #FFF;
}

.bigBtnLocation {
	clear: none;
	margin-top: 50px;
}

.bigBtnTop {
	background-image: url(../images/bigBtnTop.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 16px;
	margin-left: 16px;
}

.bigBtnBottom {
	background-image: url(../images/bigBtnBottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 16px;
	margin-left: 16px;
}

hr {
	color:#666;
	height: 1px;
	background-color: #CCC;
	border-color: #808080;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.bottomHr {
	display: block;
	height: 18px;
	width: auto;
	clear: both;
	background-image: url(../images/hr.png);
	background-repeat: repeat-x;
	margin-top: 16px;
	margin-bottom: 2px;
	background-position: bottom left;
}
