body {
	margin: 0px;
	background-color: #FFFFFF;
}
/* navigation frame container */
.nav_frame {
	position: absolute;
	top: 12px;
	left: 0;
	width: 250px;
	height: 353px;
	overflow: hidden;
	/*border: 1px solid #B0AF93;*/
}
/* content frame container iframe */
.content_frame {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 250px;
	width: 520px;
	height: 460px;
}
/* top site navigation */
.logo {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 770px;
	height: 36px;
	white-space: nowrap;
}
.nav {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 770px;
	height: 23px;
	background-color: #DADADA;
	border-bottom: #A19D83 solid 1px;
	white-space: nowrap;
}
/* letter box that contains local nav and content */
.box {
	position: absolute;
	width: 770px;
	top: 110px;
	left: 0px;
	height: 365px;
	background-color: #FFFFFF;
	border-bottom: #A19D83 solid 1px;
}
/* site headings */
h1 {
	color: #F8AF00;
	font-size: 18px;
	font-family: Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}
h2 {
	color: #898987;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}
h3 {
	color: #898987;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-left: 20px;
	font-weight: normal;
}
h4 {
	color: #898987;
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 0px;
	font-weight: normal;
	margin-left: 8px;
	padding-right: 8px;
}
/* default link */
a {
	text-decoration: underline;
	color: #898987;
}
a:hover {
	text-decoration: none;
	color: #F8AF00;
}
/* non hover links */
a.nohover {
	text-decoration: none;
	color: #898987;
}
/* Text Navigation */
.textnav {
	position: absolute;
	top: 575px;
	left: 0px;
	width: 770px;
	text-align: center;
	padding-bottom: 8px;
}
.textnav p {
	margin-top: -2px;
	margin-bottom: -2px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.textnav p.services {
	color: #717164;
	white-space: pre;
	letter-spacing: 1px;
}
.textnav p.links {
	white-space: nowrap;
}
.textnav a {
	color: #717164;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
.textnav a:hover {
	color: #F8AF00;
}
/* Debugger */
#debug {
	/*  */
	display: none;
	position: absolute;
	top: 750px;
	left: 0px;
	width: 770px;
	height: 250px;
	overflow: auto;
	background-color: #FFEEEE;
}
#debug h2 {
	color: #668888;
	font-style: italic;
	margin-left: 15px;
	margin-bottom: 6px;
}
#debug p {
	font-family: Arial;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#debug p.level0 {
	color: #336666;
}
#debug p.level1 {
	color: #000000;
}
#USGBC {	
	position: absolute;
	top: 485px;
	left: 10px;
}
#ORTNS {	
	position: absolute;
	top: 485px;
	left: 90px;
}
