body {
	background: white url(images/background2.gif);
	color: black;
	margin: 0px;
}

#banner {
	margin-bottom: 0px;
	background-color: #FFFF99;
	border: 2px #000000 solid;
	/*border-top: 3px #000000 solid;
	border-bottom: 3px #000000 solid;*/
}

#header { 
	color: #EEE6CA;
	background-color: #732B3D;
	text-align: center;
	border-top: 3px #732B3D solid;
	border-bottom: 3px #732B3D solid;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	left: 0px;
	position: static;
}

#sidebar {
  /*width: 160px;*/
  width: 130px;
  padding: 0 0 0 0;
  margin: 0;
  left: 0px;
  position: absolute;
  background-color: #666633;
}

#sidebar p {
  text-decoration: none;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}

#sidebar * a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  /*background-color: #666633;*/
  background-color: #3275A9;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidebar * a:hover {
  /*background-color: #999966;*/
  background-color: #2C1376;
  font-weight: 600;
}

a:link {
	color: #0000CC;
  font-weight: normal;
  text-decoration: underline;
}

a:visited {
	color: #990099;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
	background-color: #FFFF99;
}

#maincontent {
	/*margin-left: 170px;*/
	margin-left: 140px;
	margin-right: 2em;
	background-color: #FFFFFF;
}

#footer {
	margin-left: 2em;
	margin-right: 2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

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

h1, h2, h3, h4, h5, h6 {
	/*color: #666633;*/
	color: #3275A9;
}

p, li, td {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: 700;
}

h2 {
	font-size: 20px;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	font-weight: 600;
}

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

h6 {
	font-size: 0.7em;
	font-weight: 400;
}

ul, li {
	line-height: 1.5em;
}

td {
	vertical-align: top;
}

.mission {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	line-height: 1.25em;
}

.gold {
	color: #666633;
}

.blue {
	color: #2C1376;
}

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 700;
}

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

.center {
	text-align: center;
}

.right {
	text-align: right;
}
