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

body
{
	background: white;
	padding: 0px;
	margin: 0px;
}

#mission_panel
{
	position: relative;
	width: 383px;
	height: 194px; /* 184 */
	background: url(../images/mission_panel.jpg) no-repeat;
}

#mission_panel p
{
	position: absolute;
	left: 25px;
	top: 50px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	width: 335px;
	height: 120px; /* 110 */
	overflow: hidden;
	margin: 0px;
	text-align: justify;
}

a {
/*	color: #8ac045; */
	color: #b92121;
}

a.navItem, a.navItemActive
{
	display: inline-block;
	padding: 15px 15px 9px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	height: 100%;
	text-decoration: none;
}

a.navItem
{
	color: #ffffff;
	background: url(../images/nav_inactivebg.jpg);
}
a.navItemActive 
{
	color: #000000;
	background: url(../images/nav_activebg.jpg);
}

#header
{
	background: url(../images/header_bg.jpg) repeat-x;
}
#navBar
{
	width: 100%;
	text-align:center;
	background: url(../images/nav_inactivebg.jpg);
	vertical-align:middle;
}
#subnavBar
{
	border-top: 5px solid #b92121;
	background: #453f25;
	padding: 7px;
	text-align:center;
}

a.subnavItem {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #cdf17f;
}

a.subnavItem:link {
	color: #cdf17f;
}

a.subnavItem:hover {
	color: #ffffff;
}

span.subnavSeparator
{
	display: inline-block;
	color: #cdf17f;
	padding: 0px 15px 0px 15px;	
}

span.itemHeader
{
	display: block;
	font-family: Cambria, Georgia, Times New Roman, serif;
	font-size: 16pt;
	color: #b92121;
	margin-bottom: 9px;
}
span.itemDate
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 14pt;
	color: #8ac045;
}
span.itemContent
{
	font-family: Cambria, Georgia, Times New Roman, serif;
	line-height: 1.2em;
}

td.footerCell 
{
	padding: 15px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #8ac045;
	text-align: center;
}

td.copyrightCell 
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px; 
	color: #868f79;
	background: url(../images/page_bottomshadow_tile.jpg) repeat-x;
}

.emailSignupField
{
	border: 1px solid #616141;
	background: #8ac045;
	color: #ffffff;
	font-size: 11px;
	padding: 4px;
}

hr 
{
	display: block;
	background: #d6d6d6;
	border: none;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}