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

#header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top: 2px #603 solid;
	border-bottom: 2px #603 solid;
}

#topnav {
	color: #FFFFFF;
	background-color: #903;/*#000066;*/
	top: 0px;
	margin: 0px;
	padding: 2px;
	border-bottom: 2px #903 solid;
}

#topnav a {
	color: #EEE6CA;
	text-align: center;
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #903;
}

#topnav a:hover {
	color: #603;
	background-color: #FFFFFF;
}

#sidebar_l {
	width: 155px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	left: 0px;
	position: absolute;
}

#sidebar_l h3 {
	color: #006;
}

#maincontent {
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 145px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px #FFF solid;
	border-left: 1px #000 solid;
	/*border-bottom: 1px #000 solid;*/
	border-right: 1px #000 solid;
	height: auto;
}

#sidebar_r {
  width: 130px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  right: 0px;
  position: absolute;
  float: right;
  color: #FFF;
  border-top: 0px #CCCC00 solid;
  padding-bottom: 20px;
  padding-top: 10px;
  height: auto;
}

#sidebar_r h4 {
	color: #006;
}

#sidebar_r a {
	text-decoration: underline;
	color: #006;
}

/*
#sidebar_r p {
  text-decoration: none;
  font-size: 70%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 4px;
  margin-bottom: 2px;
}
*/

#footer {
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	bottom: 0px;
	color: #EEE6CA;
	background-color: #903;
	padding-top: 3px;
	padding-bottom: 3px;
	position: bottom;
	border-bottom: 2px #000 solid;
}

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

h1, h2, h3, h4 {
	color: #006;
}

p, td, li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: #009;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: #009;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
  color: #009;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
  color: #009;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  color: #000000;
}

td {
  font-size: 0.85em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  color: #000000;
  vertical-align: top;
}

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

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

.disc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: 400; color: #000000;
  list-style-type: disc;
}

.i {
  font-style: italic;
}

.b {
  font-weight: 700;
}

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

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

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

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

a {
  color: #039;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
	color: #FCF;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.in1 {
  margin-left: 25px;
}

.in2 {
  margin-left: 50px;
}

.in3 {
  margin-left: 75px;
}

.red {
  color: #FF0000;
}

.white {
  color: #FFFFFF;
}

.left {
  text-align: left;
}

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.top0 {
	margin-top: 0px;
	padding-top: 0px;
}

.bottom0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}