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

#banner {
	margin-bottom: 0px;
	/*background-color: #AD737B;*/
	background-color: #CC9999;
	border-top: 3px #5A0029 solid;
	border-bottom: 3px #5A0029 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: 135px;
	padding: 0 0 0 0;
	margin: 0;
	left: 0px;
	position: absolute;
	background-color: #999933;
	border-bottom: 1px #FFF solid;
}

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

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

#sidebar * a:hover {
	background-color: #73294A;
	/*color: #003333;*/
	color: #FFFFFF;
	font-weight: 600;
}

#maincontent {
	margin-left: 145px;
	margin-right: 2em;
	background-color: #FFFFFF;
}

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

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

a:hover {
	text-decoration: underline;
	background-color: #73294A;
	color: #FFFFFF;
}

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

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

h1, h2, h3, h4, h5, h6 {
	color: #5A0029;
}

p, ul, li, td {
	font-size: 0.9em;
	font-weight: 400;
	color: #000000;
	text-align: left;
	/*line-height: 1.5em;*/
}

td {
	vertical-align: top;
}

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

h2 {
	font-size: 1.5em;
	font-weight: 700;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

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

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

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

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

.green {
	color: #006666;
}

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

.title {
	text-align: center;
}

.boxed {
	border: 2px #5A0029 solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: justify;
}

.red {
	color: #ff0000;
}