body {
	background-color: #FFF;
	color: black;
	margin: 0px;
}

#banner {
	margin-bottom: 0px;
	padding-left: 30px;
	background-color: #039;
	border: 2px #000 solid;
}

#maincontent {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E0E0FF;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
}

#footer {
	margin-left: 0px;
	text-align: center;
	bottom: 0px;
	background-color: #039;
	/*padding-top: 3px;
	padding-bottom: 3px;*/
	border: 2px #000 solid;
	position: bottom;
}

#footer a {
	color: #EEE6CA;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #732B3D;
}

#footer a:hover {
	color: #732B3D;
	background-color: #FFFFFF;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, td, li, disc, .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

h1 {
	font-size: 24pt;
	line-height: normal;
	font-weight: 700;
	color: #003399;
}

h2 {
	font-size: 20pt;
	line-height: normal;
	font-weight: 700;
	color: #003399;
	border-bottom: 2px #003399 solid;
}

h3 {
	font-size: 16pt;
	line-height: normal;
	font-weight: 600;
	color: #003399;
}

h4 {
	font-size: 14pt;
	line-height: normal;
	font-weight: 600;
	color: #000000;
}

h5 {
	font-size: 0.8em;
	line-height: normal;
	font-weight: 400;
	color: #000000;
}

h6 {
	font-size: 0.75pt;
	line-height: normal;
	font-weight: 400;
	color: #000000;
}

p {
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}

td {
	vertical-align: top;
}

td.p {
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}

li {
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}

.copyright {
	font-size: 0.75em;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 0px;
}

.lower-alpha {
	text-transform: none;
	list-style-type: lower-alpha;
}

.upper-alpha {
	list-style-type: upper-alpha;
}

.disc {
	font-size: 11pt;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	list-style-type: disc;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 700;
}

.numeral {
	list-style-type: decimal;
}

.upper-roman {
	list-style-type: upper-roman;
}

.lower-roman {
	list-style-type: lower-roman;
}

a {
	color: #003399;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.bi {
	font-style: italic;
	font-weight: 700;
}

.right {
	text-align: right;
}

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.boxed {
	border: 1px #000 solid;
	padding: 5px;
	background-color: #FFF;
}