﻿body {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}
.MastheadSky {
	margin: 0px;
	height: 150px;
	background-repeat: repeat-x;
	background-image: url('../images/sky.gif');
	width: 100%;
}
.MastheadGround {
	margin: 0px;
	height: 40px;
	background-repeat: repeat-x;
	background-image: url('../images/ground.gif');
	width: 100%;
}
.contentTable {
	position: absolute;
	width: 800px;
	left: 10%;
	right: 10%;
}
fieldset {
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #9DACBD;
}
.fieldsetContent {
	font-size: 0.7em;
}
#floatingMasthead {
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 10%;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9DACBD;
	border-bottom-color: #8A8557;
	border-left-color: #9DACBD;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #B5982B;
	font-weight: bold;
}
a:hover {
	color: #B7A930;
	text-decoration: underline;
}
table {
	border-style: none;
	border-width: 0px;
}
#mastheadLogo {
	background-color: #9DACBD;
}
h3 {
	font-size: 10pt;
	color: #990000;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 13pt;
}
legend {
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 1.2em;
}
.wideList {
	line-height: 1.75em;
	padding-left: 0.9em;
	margin-left: 0.9em;
}
code {
	font-size: 1.2em;
}
hr {
	color: #9DACBD;
	height: 1px;
	background-color: #9DACBD;
}


