@charset "utf-8";
/* CSS Document */


/* Base Styles --------------------------------------------------------------------------------------------- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/back.jpg)
	}


/* Page Styles --------------------------------------------------------------------------------------------- */

.container {
	width:736px;
	margin: 0 auto;
}
.topmenu {
	background-color: #810100;
}
.mission {
	background-color: #FFFED0;
	padding: 10px;
}
.maincontent {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.newsbar{
	background-color: #800000;
	padding: 20px;
	background-image: url(images/newspic.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: #FFFFFF;
}
.newsbar a:link{
	color: #E29C16;
	text-decoration: none;
	font-weight: bold;
}
.newsbar a:visited{
	color: #E29C16;
	text-decoration: none;
	font-weight: bold;
}
.newsbar a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.footer{
	padding: 5 px;
	color: #FFFFFF;
	font-size: 9px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.featurepic {
	border: solid 1px #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
}
.pic{
	border: solid 1px #000000;
}


/* Text Styles --------------------------------------------------------------------------------------------- */
.title {
	font-weight: bold;
	color: #810100;
}
h1 {
	color: #810100;
	font-size: 18px;
}
.highlight {
	color: #800000;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
}
.orangeHlight {
	color:#e29c16;
}
