/**** Nav/Header/Footer Layout *****/

html, body, #wrap {
	width: 100%;
	height: 100%;
	min-height:100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: White;
}

#wrap {
	margin: 0 auto;
}

#header {
	height: 78px;
	margin-left: 198px;
}
html>body #wrap #header {
	margin-left: 201px;
}

#nav {
	width: 200px;
	float:left;
	margin-left: 0px;
	margin-right: -4px;
}

#content {
	margin-top: 20px;
	margin-left: 220px;
}

#footer {
	clear: both;
	margin-left: 20px;
	padding-top: 20px;
}
html>body #wrap #footer {
	padding-top: 60px;
}




/***** Page Styles *****/

#header {
	background-image: url("gray_back.gif");
	border: solid 1px Black;
	text-align: center;
	font-family: serif;
	line-height: 17px;
}

#header h1 {
	font-size: 30px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 20px;
}
#header h2 {
	font-size: 26px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: -10px;
}
#header img {
	float: right;
}

#logo {
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px Black;
}

#nav {
	background-image: url("gray_back.gif");
	border: solid 1px Black;
	text-align: center;
}
#nav ul
{
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#nav ul img.separator
{
	margin: -7px 0px -18px 10px;
	padding: 0px;
	width: 150px;
}
html>body #nav ul img.separator {
	margin: 8px 0px 3px 0px;
}
#nav ul a, #nav ul a:link, #nav ul a:visited {
	display: block;
	width: 174px;
	padding: 3px 2px 3px 2px;
	margin: 4px 10px 4px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: Black;
	font-variant: normal;
	border: solid 1px Black;
}
html>body #nav ul a, html>body #nav ul a:link, html>body #nav ul a:visited {
	width: auto;
}
#nav ul a:hover, #nav ul a:active {
	font-weight:bolder;
	background-color: White;
	color: Black;
}
#nav ul span
{
	display: block;
	width: 174px;
	padding: 3px 2px 3px 2px;
	margin: 4px 10px 4px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: Black;
	font-variant: normal;
	border: solid 1px #555;
	color: #555;
}
html>body #nav ul span {
	width: auto;
}
#nav p {
	font-family: verdana, sans-serif; font-size: 12px; color: Black;
	margin: 20px 0px 20px 0px;
}
#bottomlogo {
	margin: 0px 0px 8px 0px;
}
#powerlogo {
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	margin: 50px 0px 0px 0px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Black;
}

#content h1 {
	font-size: 14pt;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#content h2 {
	font-size: 12pt;
	font-weight: normal;
	background-color: #e8e8e8;
	border-bottom: solid 1px #966;
	font-variant: normal;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: -5px;
}

#content h3 {
	font-size: 13.5pt;
	font-weight: bolder;
	font-variant: normal;
}

#content img.center
{
	text-align:center;
}

#content p.quote
{
	font-size: 13.5pt;
	font-weight: bolder;
	text-align: center;
	font-style: italic;
}
#content p.quoteby
{
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	margin-top: -15px;
}
#content p.phrase
{
	text-align: center;
	font-size: 13.5pt;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 0px;
	color: #00008B;
}

#content p.tlabel
{
	font-weight:bold;
	margin-bottom: -10pt;
	margin-left:2em;
}
#content ul.toc li
{
	margin-left: 1.5em;
}
#content ul.toc a, #content ul.toc a:visited, #content ul.toc a:link
{
	font-size:10pt;
	color: #666;
	text-decoration: none;
}
#content ul.toc a:hover
{
	color: #000;
	text-decoration: underline;
}

#content a 
{
	margin-left: 1em;
}

#content span.small a, #content span.small a:visited, #content span.small a:link
{
	margin-left: 0;
	text-decoration: underline;
	font-size: 9pt;
	color: #888;
}

#content span.small a:hover
{
	font-weight: bold;
	text-decoration:underline;
	color: #000;
}

#content td {
	padding: 2px 5px;
}

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
#footer img {
	margin-top:-50px;
	float: left;
}
#footer p.copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
