body {
	margin: 0;
	padding: 0;
	background-color: #3B474C;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/left_bg.jpg);
	background-repeat : repeat-y;
}
#topBanner {
	width: auto;
	margin: 0;
	padding: 0;
	height: 172px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
#topBanner a img {
	border: 0;
}
#hanfordReach {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#topNav {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#topNav a {
	color: #fff;
	text-decoration: none;
}#topNav form {
	display: inline;
}
#topNav form #q {
	width: 100px;
	height: 12px;
	background-color: #3B484C;
	border: 1px solid #fff;
	margin-left: 2px;
	color: #fff;
	font-size: 11px;
}
#topNav form #btnG {
	vertical-align: middle;
	margin-left: 2px;
}
#leftNav {
	position: absolute;
	top: 173px;
	left: 0;
	margin: 16px 0 0 0;
	margin-left: 72px;
	padding: 0;
	width: 194px;
	font-size: 10px;
}
#leftNav h2 {
	margin-left: 18px;
	margin-bottom: 16px;
	padding: 0;
}#leftNav a img {
	border: 0;
}
#leftNav ul {
	margin: 0 0 20px 0;
	border-bottom: 2px dotted #3B484C;
}
#leftNav li {
	list-style-image : url(images/li_arrow.jpg);
	margin-left: 35px;
	margin-bottom: 12px;
}
body > #leftNav li  {
	margin-left: 0px;
}
#leftNav a {
	color: #600;
	text-decoration: none;
}
#leftNav a:hover {
	text-decoration: underline;
}
#rightNav {
	position: absolute;
	top: 210px;
	right: 0px;
	width: 140px;
}
#rightNav .rightBox {
	background-color: #769097;
	border: 1px solid #fff;
	width: 86px;
	background-image: url(images/right_box_bgwh.jpg);
	background-repeat: repeat-x;
	padding: 14px;
	margin-bottom: 20px;
} 
#rightNav .rightBox img {
	border: 1px solid #000;
}
#rightNav .rightBox p {
	font-size: 10px;
	margin: 0;
	color: #000;
}
#rightNav .rightBox a {
	color: #000;
}
#content {
	margin: 10px 20px 20px 287px;
	padding: 0;
	font-size: 11px;
}
body.home #content {
	margin: 10px 160px 20px 287px;
}
#content h1, #content h2, #content h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#content h1 {
		font-size: 22px;
}
#content h2 {
		font-size: 18px;
}
#content h3 {
		font-size: 16px;
}
#content a {
	color: #B0C6CB;
}
.larger {
	font-size: 1.2em;
}