/* General Styles */
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
}
body { 
	font-size: 62.5%;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	background: #FFFFFF; 
	min-width: 800px; 
}
#page-wrapper {
	width: 716px;
}
#header {
	height: 19px;
	background-color: #220C49;
	margin-bottom: 2px;
}
#header h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 2px 15px;
	color: #ffffff;
}
#header-bottom {
	height: 150px;
}
#image {
	width: 500px;
	height: 150px;
	float: left;
}
#mission-statement {
	width: 216px;
	height: 150px;
	float: left;
	background-color: #391b6e;
	color: #ffffff;
	text-align: right;
}
#mission-statement h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 15px 10px 2px 0;
	color: #ffffff;
}
#mission-statement p {
	font-size: 10px;
	margin: 2px 10px 0 10px;
	color: #ffffff;
}
#content-wrapper {
	min-height: 250px;
	border-top: 10px solid #2e1063;
	margin-top: 2px;
	background-image: url(../../images/content-bg.jpg);
	background-repeat: repeat-y;
}
#content-left {
	width: 500px;
	float: left;
}
#content-left-inner {
	padding: 20px;
}
#content-left h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2e1063;
}
#content-left p {
	margin-bottom: 10px;
}
#content-left ul {
	margin: 0 0 0 35px;
	padding: 0;
}
#content-right {
	width: 216px;
	float: left;
}
#headline {
	width: 216px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 27px;
	background-color: #acacac;
}
#article {
	width: 216px;
}
#article #navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#article #navcontainer a { 
	display: block;
	color: #FFF;
	background-color: #D9D9D9;
	padding: 4px 0 4px 15px;
	text-decoration: underline;
	color: #000000;
}
#article #navcontainer a:hover
{
	padding: 4px 0 4px 15px;
	text-decoration: underline;
	background-color: #391B6E;
	color: #FFF;
}
#headline p, #article p {
	padding: 5px;
}
#content-right span {
	padding: 5px;
}
#members {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
}
#members ul {
	margin-left: 20px;
}
#members li {
	list-style-image: url(../../images/bullet.jpg);
}
#members li a {
	color: #2e1063;
	text-decoration: none;
	size: 11px;
	font-weight: bold;
}
#members li a:hover {
	color: #acacac;
}
#footer {
	width: 716px;
	height: 70px;
	background-image: url(../../images/footer-bg.jpg);
	background-repeat: repeat-y;
}
#footer p {
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.clear-content {
	clear: both;
}
.bold-white {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.formtext {
	font-size:12px;
	color:#000000;
	width:95%;
	
}