body {
	color: #000000;
	background-color: #CC99FF;
	margin: 0px;
}

#header { 
	color: #FFFF99;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	border-bottom: 2px #000000 solid;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	left: 0px;
	position: static;
}

#maincontent {
  margin-left: 150px;
  margin-top: 0px;
  margin-right: 5px;
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

#sidebar {
  width: 145px;
  padding-top: 8px;
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 3px;
  text-align: center;
  left: 0px;
  position: absolute;
}

#sidebar p {
  text-decoration: none;
  font-size: 80%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#footer {
  margin-bottom: 0px;
  background-color: #99CCFF;
  text-align: right;
  padding-right: 25px;
  border-top: 1px #330099 solid;
  border-bottom: 2px #330099 solid;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 {
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
}

h2 {
	font-size: 21px;
	line-height: normal;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
}

h5 {
	font-size: 12px;
	line-height: normal;
	font-weight: 600;
}

h6 {
	font-size: 10px;
	line-height: normal;
	font-weight: 400;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

td {
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	color: #000000;
	vertical-align: top;
}

li {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

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

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

.disc {
	list-style-type: disc;
}

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

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

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

a {
	color: #0000FF;
	text-decoration: underline;
}

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

a:visited {
	text-decoration: underline;
	color: #9900CC;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #9966CC;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 600;
}

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

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #999999;
}

.black {
	color: #000000;
}

.yellow {
	background-color: #FFFF00;
}

.bluebold {
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}

.middle {
	vertical-align: middle;
}

.strike {
	text-decoration: line-through;
}

.subhead {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.redlined {
	border-bottom: thin solid red;
}
.linespacing {
	line-height: 1.75em;
}
.green {
	color: #009900;
}
