@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

a {
	color: #165f3b
}
p {
	margin-bottom: 1em;
}

p a:hover {
	color: #FFFFFF;
	background-color: #165f3b;
}

h1 {
	color: #333333;
	font-size: 30px;
	font-weight:normal;
	text-transform:capitalize;
	margin: 10px 0 25px 0;
}

h2 {
	color: #1d1957;
	font-size: 14px;
	text-transform:capitalize;
	margin: 20px 0 10px 0;
}
h2 a {
	color: #1d1957;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	/*color: #1d1957;
	text-transform:uppercase;	*/
}
h4 { 
	font-size: 20px;
	font-weight: normal;
	/*text-transform:uppercase;*/
}

	
.newsItem {
	font-size: 12px;
	margin: 0px;
}
.newsItem .date {
	font-style: italic;
	margin: 8px 0;
}
.newsItem img {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.newsItem p {
	line-height: 1.4em;
}


/* [ Navigation: Primary ] */
#primaryNavigation {
	height: 37px;
	font-size: 11px;
}
#primaryNavigation ul {

}
#primaryNavigation li {
	display:inline;
	float: left;
	font-weight: bold;
	height: 29px;
	margin-top: 8px;
}
#primaryNavigation li.active {
	background: url(/includes/images/active-pointer.png) no-repeat center bottom;
	color: acb1c7;
}
#primaryNavigation a, #primaryNavigation a:visited, #primaryNavigation a:hover, #primaryNavigation a:active {
	text-decoration:none;
	color:#FFFFFF;
	border-left: 1px solid #444662;
	padding: 0 12px;
}
#primaryNavigation li.active a, #primaryNavigation li.active a:visited, #primaryNavigation li.active a:hover, #primaryNavigation li.active a:active {
	color: #acb1c7;
}
#primaryNavigation li.first a {
	border:none;
	padding-left: 0px;
}

/* [ Navigation: Secondary ] */
#secondaryNavigation {
	color: #1d1957;
	height: 139px;
	position:relative;
}
#secondaryNavigation img#logo {
	position:absolute;
	top: 40px;
}
#secondaryNavigation img#divider {
	position:absolute;
	left: 235px;
	top: 30px;	
}
#secondaryNavigation ul {
	position:absolute;
	left: 260px;
	top: 60px;

}
#secondaryNavigation li {
	display:inline;
	float: left;
	font-weight: bold;
	border-right: 1px solid #1d1957;
	font-size: 11px;
	padding: 3px 7px 7px 7px;
}
#secondaryNavigation a {
	color: #1d1957;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 3px 2px 3px;
}
#secondaryNavigation li.last {
	border:none;
}

#secondaryNavigation .active {
	background: url(../images/_secondaryLinkMark.gif) no-repeat center bottom;
}
#secondaryNavigation .active a {
	background: url(../images/_secondaryLinkBG.gif) repeat-x;
	/*padding: 3px 0 3px 0;*/
}

/* [ Main Content ] */
#mainContent {
	border-top: 1px solid #cecece;
}

/* [ Footer ] */
div#footer {
	background: url(/includes/images/footer.png);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	height: 26px;
	font-size: 10px;
	color: #666666;
}
div#footer div#firstline {
	font-weight:bold;
}
div#footer a {
	color: #1d1957;
	text-decoration: none;
}