body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
div#masthead {
	background-image: url(images/mastH_back.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
}
div#mastLogo {
	position: absolute;
	float: right;
	top: 0px;
	right: 20px;
}
#navlist {
	position: absolute;
	width: 110px;
	left: 20px;
	top: 5px;
	z-index: 50;
}
#navlist ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navlist li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#navlist a {
	padding: 2px;
	border: 1px solid #333;
	background-color: #999;
	width: 100px;
	display: block;
	margin: 0px;
	text-align: center;
}
#navlist a:link, #navlist a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#navlist a:hover {
	color: #333333;
	background-color: #FF6600;
	border: 1px solid #333333;
}
#navlist a:active {
	color: #333333;
	background-color: #FF6600;
	border: 1px solid 333333;
}
#image {
	position: absolute;
	left: 14px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#table {
	position: absolute;
	left: 0px;
	top: 141px;
	visibility: visible;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: italic;
	color: #666666;
	border: 1px solid #666666;
	padding: 3px;
	margin: 10px 10px 3px 20px;
}
#content {
	font-size: 80%;
	line-height: 140%;
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: thick;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 5px;
}
#content p {
	padding-left: 30px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #006600;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1em;
	line-height: 110%;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	padding-left: 10px;
}
#cellBack {
	background-color: #660000;
}
.rightIndent {
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
