#mission-statement {
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #1C3E65;
	text-align: center;
}

#content
 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #000000;
	padding : 10px 10px 10px 10px;
	background : #F5F5F5 url(images/bottom_right.gif) no-repeat bottom right;
}

#soap-box {
	width: 360px;
	background: #A7D0FE;
	border : thin solid #1C3E65;
	padding : 5px 5px 5px 5px;
}


body {
	background-color: #1C3E65;
	margin: 0px;
	background-repeat : repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration : underline;
	color : #19087C;
}

a:visited {
	text-decoration : underline;
	color : #B20909;
}

a:hover {
	text-decoration : underline;
	color : #B20909;
}

.page-title {
	font-size : 16px;
	font-weight : bold;
	color : #281E62;
	border-bottom : solid 1px #1C3E65;
	margin-top : 0px;
	margin-bottom : 3px;
}

.section-title {
	font-weight : bold;
	color : #281E62;
	margin-bottom : 3px;
}

.news-date {
	color : #B20909;
	font-weight : bold;
}

.news-title {
	font-weight : bold;
}


.copyright {
	font-size: smaller;
	text-align: right;
	padding-right: 60px;
}

.indent {
	margin-left : 30px;
}


