body {
	/*background-color: #FFEEEE;*/
	background-color: #0000FF;
	margin: 0px;
}

#header {
	background-image: url(images/banner2.gif);
	/*background-color: #ED3700;*/
	background-color: #9D0909;
	border-top: 10px solid #0000FF;
	border-bottom: 2px solid #000000;
	margin: 0;
	padding: 0;
}

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

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

#sidebar * a {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px #DDD solid;
	border-left: 1px #DDD solid;
	border-bottom: 2px #732B3D solid;
	border-right: 2px #732B3D solid;
	background-color: #990000;
	padding: 2px;
	width: 98%;
	display: block;
}

#sidebar * a:hover {
	border-top: 2px #990000 solid;
	border-left: 2px #990000 solid;
	border-bottom: 1px #DDD solid;
	border-right: 1px #DDD solid;
	background-color: #ED3700;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 105px;
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px #000 solid;
}

#footer {
	margin-top: 0px;
	/*background-color: #ED3700;*/
	background-color: #9D0909;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#footer p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

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: #990000;
}

h1 {
	font-size: 2em;
	line-height: normal;
	font-weight: 700;
}

h2 {
	font-size: 1.7emx;
	line-height: normal;
	font-weight: 700;
}

h3 {
	font-size: 1.4em;
	line-height: normal;
	font-weight: 600;
}

h4 {
	font-size: 0.9em;
	line-height: normal;
	font-weight: 600;
}

h5 {
	font-size: 0.8em;
	line-height: normal;
	font-weight: 600;
}

h6 {
	font-size: 0.75em;
	line-height: normal;
	font-weight: 400;
}

p {
	font-size: 0.85em;
	font-weight: 400;
	color: #000000;
}

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

li {
	font-size: 0.85em;
	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: #FFFFFF;
	background: #ED3700;
}

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

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #999999;
}

.black {
	color: #000000;
}

.greenback {
	background-color: #33FF66;
}

.blueback {
	background-color: #00FFFF;
}

.ltblueback {
	background-color: #CCCCFF;
}

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