﻿body {
	background: *#E8E8EA;
	font-size: .80em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px auto 0px auto;
	color: #696969;
	width: 970px;
}
body a {
	color: #3671A1;
}
hr.c {
	border: 1px dashed;
	border-top: 1px dashed #BBB;
	height: 1px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
div.pagebody {
	min-height: 600px;
	vertical-align: top;
	display:block;
}
div.navigationbar {
	display: block;
	height: 36px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background-color: #1A1A1A; /*#222;*/
	font-size: 18px;
	line-height: 1.7em;
	width: 970px;
	vertical-align: middle;
}
div.navigationbar a {
	text-decoration: none;
	color: white;
	border: 1px #1A1A1A solid;
	margin-right: 18px; /* controls space between menu items */
}
div.navigationbar a:hover {
	text-decoration: none;
	border: 1px white ridge;
}
div.navigationlinks {
	display: block;
	float: left;
	height: 25px;
	margin-left: 25px;
	margin-right: 52px;
	margin-top: 5px;
}
.navigationlinksbold {
	color: #0099CC;
}
.navigationlinksbold a {
	color: #0099CC;
}
.navsubbar {
	display: block;
	height: 8px;
	text-align: left;
	background-color: #E7A819;
}
div.footer {
	padding: 10px 0px;
	display: block;
	height: 35px;
	text-align: center;
	background-color: #222;
	font-size: 12px;
	line-height: 1.7em;
}
div.footer a {
	color: white;
	text-decoration: none;
	margin-right: 10px;  /* controls space between menu items */
}
div.footer a:hover {
	text-decoration: underline;
}
/* Text */
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
}
.pageheader {
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: -2px;
}
.ogsTable {
	width:100%;
	text-align:left;
	border: 0px none;
}
.ogTable td {
	vertical-align:top;
	padding:3px 8px 3px 8px;
}
