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

#header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	margin-top: 10px;
	border-top: 1px #603 solid;
	border-bottom: 1px #603 solid;
}

#topnav {
	color: #FFFFFF;
	background-color: #F60;
	width: 800px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 4px #F60 solid;
}

#topnav a {
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F60;
}

#topnav a:hover {
	color: #000;
	background-color: #FFF;
}

#container {
	margin-top: 0px;
	width: 800px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	background-color: #FFC;
	color: #000000;
	padding-top: 0px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	height: auto;
}

#maincontent {
	margin-top: 0px;
	background-color: #FFC;
	color: #000000;
	padding: 20px;
	/*border: 1px #000 solid;*/
}

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

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

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

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

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

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

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

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