body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color: #000000;
	background-color: #FFFFCC;
	margin: 0px;
}

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

#topnav {
	color: #FFFFFF;
	background-color: #99CCFF;
	top: 0px;
	margin: 0px;
	padding-left: 25px;
	border-bottom: 1px #000099 solid;
}

#topnav a {
	color: #000099;
	text-decoration: none;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #99CCFF;
}

#topnav a:hover {
	/*color: #6666FF;*/
	color: #FFFFFF;
	background-color: #000099;
}

#banner {
  margin-bottom: 0px;
  /*background-color: #660099;*/
  background-color: #FFFFFF;
  border-top: 1px #330099 solid;
  border-bottom: 1px #330099 solid;
}

#banner p {
  text-decoration: none;
  font-size: 130%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  /*color: #FFFF99;*/
  color: #000099;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#maincontent {
  margin-left: 138px;
  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 #000099 solid;
  border-right: 1px #000099 solid;
}

#sidebar {
  width: 135px;
  padding-top: 8px;
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 5px;
  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;
}

#sidebar * a {
  text-decoration: none;
  border-top: 1px #6699FF solid;
  border-left: 1px #6699FF solid;
  border-bottom: 2px #000066 solid;
  border-right: 2px #000066 solid;
  background-color: #99CCFF;
  padding: 2px;
  width: 98%;
  display: block;
}

#sidebar * a:hover {
  border-top: 2px #000066 solid;
  border-left: 2px #000066 solid;
  border-bottom: 1px #6699FF solid;
  border-right: 1px #6699FF solid;
  background-color: #0000FF;
  font-weight: bold;
  color: #FFFFFF;
}

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

#footer a {
  color: #000099;
  text-decoration: none;
  font-size: 80%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #99CCFF;
}

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

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

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

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

h2 {
	font-size: 24px;
	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;
}

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: #0000FF;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: #330099;
	background: #99CCFF;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 700;
}

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

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.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;
}
