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

.header { 
	color: #FFF;
	background-color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 2px #CC0 solid;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 120px;
	left: 0px;
	position: static;
}

#topnav {
	color: #FFF;
	background-color:#009;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px #CC0 solid;
}

#topnav a {
	color: #9CF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #009;
}

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

#banner {
	margin-bottom: 0px;
	background-color: #FFF;
	margin-left: 120px;
}

#maincontent {
	margin-left: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-right: 110px;
	background-color: #FFC;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px #009 solid;
}

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

#sidebar p {
	text-decoration: none;
	font-size: 12px;
	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 #36F solid;
  border-left: 1px #36F solid;
  border-bottom: 2px #000 solid;
  border-right: 2px #000 solid;
  padding: 2px;
  width: 98%;
  display: block;
  background-color: #009;
  color: #FFF;
}

#sidebar * a:hover {
  border-top: 2px #000 solid;
  border-left: 2px #000 solid;
  border-bottom: 1px #009 solid;
  border-right: 1px #009 solid;
  background-color: #00BBF6;
  color: #000;
}

#sidebar-right {
  width: 110px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 10px;
  right: 0px;
  position: absolute;
  float: right;
  background-color: #FFFFFF;
  color: #000000;
  border-left: 1px #000099 solid;
  border-bottom: 1px #000099 solid;
  border-top: 0px #CCCC00 solid;
  padding-bottom: 20px;
  padding-top: 10px;
} 

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

#footer {
  text-align: right;
  bottom: 0px;
  color: #FFFFFF;
  background-color: #000099;
  padding-bottom: 3px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 3px #CCCC00 solid;
  position: bottom;
}

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

#footer a:hover {
  color: #FFFF00;
  /*background-color: #000;*/
}

#footer a.homelink:hover {
  color: #CCFFCC;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p, ul, ol, td {
	font-size: 14px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

.indent1 {
	margin-left: 20px;
}

.indent2 {
	margin-left: 40px;
}

a:link {
	color: #00C;
	font-weight: 500;
	text-decoration: underline;
}

a:visited {
	color: #660;
	font-weight: 500;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #9CF;
}

.white {
  color: #FFFFFF;
}

.red {
  color: #FF0000;
}

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

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.center {
	text-align: center;
}

}
.right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}