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

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

#topnav {
	color: #FFFFFF;
	background-color: #336633;
	top: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom: 2px #FFCC33 solid;
}

#topnav a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #336633;
}

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

#sidebar {
	width: 155px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	left: 0px;
	position: absolute;
	/*border: 1px black solid;*/
}

#maincontent {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	background-color: #FFFFFF;
	/*background-image: url(/images/logo_watermark.gif);
	background-position-x: center;
	background-position-y: 20px;
	background-repeat: no-repeat;*/
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	border-top: 2px #FFFFFF solid;
	/*border-left: 1px #000099 solid;
	border-right: 2px #000099 solid;
	border: 1px black solid;*/
}

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

#footer a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	font-size: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #336633;
}

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

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

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

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

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

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

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

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  color: #000000;
  vertical-align: top;
}

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

.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: 0.9em;
  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: #003399;
}

a:hover {
	color: #FFFFFF;
	background-color: #336633;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

.in1 {
  margin-left: 25px;
}

.in2 {
  margin-left: 50px;
}

.in3 {
  margin-left: 75px;
}

.red {
  color: #FF0000;
}

.green {
	color: #009900;
}

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

.white {
  color: #FFFFFF;
}

.left {
  text-align: left;
}

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

.bottomline {
	border-bottom: 1px solid black;
}
