body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000;
	margin: 0px 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.page-wrap {
	width: 1000px;
	margin: auto;
}
.docNum {
	position: absolute;
	right: 80px;
	top:60px;
	font-size: 18px;
}
a {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left:15px;
}

p {
	margin: 15px 0;
}
.toc {
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
}
.toc li {
	font-weight: normal;
	margin-left: 30px;
}
/* 
	LEVEL ONE
*/
ul.dropdown {
	list-style: none;
	position: relative;
	z-index:10;
	margin:0px;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	background: #000;
	margin:0px;
}
/*
ul.dropdown a:hover		            { color: #06C; }
ul.dropdown a:active                { color: #09F; }
*/
ul.dropdown li a {
	display: block;
	padding: 10px 18px;
	/* border-right: 1px solid #fff; */
	color: #fff;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #06C;
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: #FFF;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 240px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	margin:0px;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #09F;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	padding-right: 5px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/* non menu css */
.imageRight {
	float: right;
	font-style:italic;
	margin:15px 0px 10px 15px;
}
.imageLeft {
	float: left;
	font-style:italic;
	margin:15px 15px 10px 0px;
}
.imageCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-style:italic;
	margin-bottom:15px;
	margin-top:15px;
}
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
#copyright {
	width: 100%;
	font-size: 12pt;
	text-align: center;
	margin: 20px 0 40px 0;
}
footer {
	display: block;
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 80px;
}
#footerNav {
	text-align: center;
	vertical-align: middle;
}
.footerButton {
	width: 350px;
	display: block;
	float: left;
}
.viewAll {
	text-align: center;
	margin-top: 25px;
	width: 200px;
}
.divider {
	position: relative;
	min-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	border-bottom: 2px dotted #b7b6b1;
	overflow: hidden;
	z-index: 10
}
.footerButton a {
	color: #06C;
}
.footerButton a:visited {
	color: #999;
}
.footerButton a:active a:hover {
	color: #09F;
}
.footerLinkLeft {
	float: left;
	vertical-align: middle;
	margin: 25px 0px 0px 20px;
}
.footerLinkRight {
	float: right;
	vertical-align: middle;
	margin: 25px 20px 0px 0px;
}
#leftNavButton {
	float: left;
	width: 66px;
	height: 66px;
	margin-right: 0.25em;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("../images/navButtonBuildingFoundationsLeft.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#leftNavButton:hover {
	background-position: 0px -66px;
}
#rightNavButton {
	float: right;
	width: 66px;
	height: 66px;
	margin-right: 0.25em;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("../images/navButtonBuildingFoundationsRight.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#rightNavButton:hover {
	background-position: 0px -66px;
}
.colLeft {
	float: left;
	width: 460px;
	display: block;
	margin: 20px;
}
.colRight {
	margin: 20px 20px 0px 20px;
	float: left;
	display: block;
}
/* menu */
#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	line-height: 45px;
	display: inline-block;
	float: left;
	z-index: 1000;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu > li {
	background: #172322 none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 10px;
}
#menu > li a:hover {
	color: #B0D730;
}
#menu .logo {
	background: transparent none repeat scroll 0% 0%;
	padding: 0px;
	background-color: Transparent;
	width: 150px;
	text-align: center;
	background-image: url(../images/menu_left.png);
}
/* sub-menus*/
#menu ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
}
#menu li ul {
	position: absolute;
	left: -10px;
	top: 0px;
	margin-top: 45px;
	width: 160px;
	line-height: 16px;
	background-color: #172322;
	color: #0395CC; /* for IE */
	display: none;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li {
	display: block;
	margin: 5px 20px;
	padding: 5px 0px;
	border-top: dotted 1px #606060;
	list-style-type: none;
}
#menu li ul li:first-child {
	border-top: none;
}
#menu li ul li a {
	display: block;
	color: #0395CC;
}
#menu li ul li a:hover {
	color: #7FCDFE;
}
/* second level submenu */
#menu li ul li ul {
	display: block;
	margin: 0px 170px;
	padding: 5px 0px;
	border-top: dotted 1px #606060;
	list-style-type: none;
}
#menu li ul li:hover ul {
	display: block;
}
/* main submenu */
#menu #main {
	left: 0px;
	top: -20px;
	padding-top: 20px;
	background-color: #7cb7e3;
	color: #fff;
	z-index: 999;
}
h2 {
	font-size: 18pt;
}
/* search */
.searchContainer div {
	background-color: #fff;
	display: inline;
	padding: 5px;
}
.searchContainer input[type="text"] {
	border: none;
}
.searchContainer img {
	vertical-align: middle;
}
/* corners*/
#menu .corner_inset_left {
	position: absolute;
	top: 0px;
	left: -12px;
}
#menu .corner_inset_right {
	position: absolute;
	top: 0px;
	left: 160px;
}
#menu .last {
	background: transparent none repeat scroll 0% 0%;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	border: none;
	height: 0px;
}
#menu .corner_left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu .corner_right {
	position: absolute;
	left: 142px;
	top: 0px;
}
#menu .middle {
	position: absolute;
	left: 18px;
	height: 20px;
	width: 125px;
	top: 0px;
}
<!--
/* Font Definitions */
@font-face {
	font-family: "MS Mincho";
	panose-1: 2 2 6 9 4 2 5 8 3 4;
}
@font-face {
	font-family: "MS Mincho";
	panose-1: 2 2 6 9 4 2 5 8 3 4;
}
@font-face {
	font-family: Times;
	panose-1: 2 2 6 3 5 4 5 2 3 4;
}
@font-face {
	font-family: "Lucida Grande";
}
@font-face {
	font-family: "\@MS Mincho";
	panose-1: 2 2 6 9 4 2 5 8 3 4;
}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 14.0pt;
}
h1 {
	mso-style-link: "Heading 1 Char";
	margin-right: 0in;
	margin-left: 0in;
	font-size: 24.0pt;
	font-weight: bold;
}
span.MsoHyperlink {
	color: blue;
	text-decoration: underline;
}
span.MsoHyperlinkFollowed {
	color: purple;
	text-decoration: underline;
}
p {
	margin-right: 0in;
	margin-left: 0in;
	font-size: 14pt;/* font-family: "Times", "serif";*/
}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 9.0pt;
	font-family: "Lucida Grande";
}
span.Heading1Char {
	mso-style-name: "Heading 1 Char";
	mso-style-link: "Heading 1";
	font-family: "Times", "serif";
	font-weight: bold;
}
p.NRELReference, li.NRELReference, div.NRELReference {
	mso-style-name: NREL_Reference;
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 12.0pt;
	margin-left: 0in;
	font-size: 10.0pt;
	font-family: "Times New Roman", "serif";
}
.MsoChpDefault {
	font-size: 10.0pt;
}
@page WordSection1 {
	size: 8.5in 11.0in;
	margin: 1.0in 1.25in 1.0in 1.25in;
}
div.WordSection1 {
	page: WordSection1;
	margin-top: 30px;
}
/* List Definitions */
ol {
	margin-bottom: 0in;
}
ul {
	margin-bottom: 0in;
}
/* breadcrumbs style */
#breadcrumbs {
	margin-top:20px;	
}
.crumbs {
	display: block;
	padding-bottom:20px;
}
.crumbs li {
	display: inline;
}
.crumbs li.first {
	padding-left: 8px;
}
.crumbs li a, .crumbs li a:link, .crumbs li a:visited {
	color: #666;
	display: block;
	float: left;
	font-size: 12px;
	margin-left: -13px;
	padding: 7px 17px 11px 25px;
	position: relative;
	text-decoration: none;
}
.crumbs li a {
	background-image: url('../images/bg-crumbs.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
}
.crumbs li a:hover {
	color: #333;
	background-position: 100% -48px;
	cursor: pointer;
}
.crumbs li a:active {
	color: #333;
	background-position: 100% -96px;
}
.crumbs li.first a span {
	height: 29px;
	width: 3px;
	border-left: 1px solid #d9d9d9;
	position: absolute;
	top: 0px;
	left: 0px;
}
-->

