@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 0px 0 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
}
#topNav {
	background-color: #FFFFFF;
	position: relative;
}

#topNav ul {
	Margin: 0;
	background-color: #FFFFFF;
	padding: 0;
	list-style: none;
	float: left;
	position: inherit;
	left: 40px;
	padding-left: 40px;
}

#topNav li {
	float: left;
	background-color: #FFFFFF;
}

#topNav li a:link, #topNav li a:visited {
	display: block;
	padding: .2em .3em;
	font: bold .6em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	line-height: 2em;
	margin-right: 0.7em;
	background-color: #FFFFFF;
}

#topNav li a:hover, #topNav li a:active {
color: #fff;
background-color: #ff9933;
}

#tagline {
margin-top: 5px;
}

#tag2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#textBox {
width: 248px;
background: url(images/middleBlue.gif)
}

#textBox h1 {
background: url(images/topBlue.gif) no-repeat top left;
}

#textBox p.last {
background: url url(images/bottomBlue.gif) no-repeat bottom left;
margin: 0;
}



#RightNav {
	position: relative;
	float: right;
	width: 125px;
}



#RightNav ul {
	Margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: inherit;
	right: 10px;
	top: 10px;
	width: 100px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}



#RightNav li {
float: left;
background-color: #fff;
}

#RightNav li a:link, #RightNav li a:visited {
	display: block;
	padding: .2em .5em;
	font: bold .7em/30px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	width: 100px;
	line-height: 2em;
	margin-right: .5em;
	background-color: #8EAED1;
	margin-bottom: 3px;
}

#RightNav li a:hover, #topNav li a:active {
	color: #fff;
	background-color: #ff9933;
}



.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.style5 {
	font-size: 10px;
	font-style: italic;
}
.BlueHeader {
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyText {
	font-size: 11px
}
.Tagline {
	font-size: 12px;
	font-weight: bold;
}

#Aclass {
	Margin: 0;
	padding: 0;
	float: right;
	position: relative;
	left: 102px;
	top: 340px;
	display: block;
}

#bannerBox {
	z-index: 15;
	position: absolute;
}

#bannerBoxText {
	z-index: 10;
	position: absolute;
}
