body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:14px;
	color: #ffffff;
	background-color: #63865b;
	}
DIV.imageLoop{ position:absolute; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	outline: none;
	}
a:visited {
	color: #ffffff;
	}
a:active {
	color: #ffffff;
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a#mainText{
	text-decoration: none;
	font-weight: bold;
	color: #63865b;
	text-decoration: underline;
	outline: none;
	}
a#mainText:visited{
	color: #63865b;
	}
a#mainText:active{
	color: #63865b;
	}
a#mainText:hover{
	color: #63865b;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px; 
	}

p.current {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px; 
	}
p.currentUnderline {
	color: #000000;
	background-color: #ffffff;
	font-size: 2px;
	line-height: 2px;
	margin: 0px;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding:0;
	margin:0;
	
	}
.nowrap {
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0;
	height: 160px; 
	color: #ffffff;
	background-color: #ffffff;
	}
#nav {
	position: absolute;
	top: 160px;
	left: 0px;
	right:200px;
	padding: 10px 0 10px 2%;
	margin: 0px;
	border: 0px;
	width: 131px;
	height: 440px;
	color: #ffffff;
	background-color: #63865b;
	}
#main {
	position: absolute;
	top: 160px;
	right: 0px;
	width:669px;
	height: 440px;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	color: #323232;
	background-color: #ffffff;
	overflow:scroll;

	}
#footer {
	position: absolute;
	top:530px;
	text-align:center;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size:12px;
	background-color: #63865b;
	}
pre {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}	
#headerImage{
	padding:0px;
	margin:0px;
	width:800px;
	height:105px;
	}
.headerImageBar{
	width:100%;
	height:55px;
	}
.text{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px; 
	}
.black{	
	color: #000000;
	}
.largeText{
	font-size:16px;
	}
li {
	margin: 5px 0px 5px 10px;
	padding: 0;
	text-indent: 0;
	}
.noDot{
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-indent: 0;
	list-style:none;
	}
.ahem {
	display: none;
	}

.subHeader{ 
	margin: 5px 0px 5px 10px;
	padding: 0;
	color: #000000;
	font-weight:bold;
	font-size: 14px;
	}
.fullWidth{
	width:100%;
	}

.indent {
	margin-left:16px;
	}
.bold {
	font-weight:bold;
	}