@charset "utf-8";
/* CSS Document v2.20 */
@import url(reset-min.css);

/*
background green color: 807C00
blue color: 00467E
lt. blue color: 8CABC5	
lt yellow text color: F7DFCD
orange text color: E08138
*/

/* BASE
------------------------------------------*/
html {
	background-color: #807C00;
}
body {	
	color: #00467E;
	font:14px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 16px;
}
a {
	color: #807C00;
	text-decoration: none;
}
a:hover {
	color: #807C00;
}
h1 {
	font:28px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 30px;
}
h2 {
	color: #00467E;
	font:26px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 28px;
	margin-bottom: 20px;
}
h2.underline {
	border: 1px solid #00467E; 
	border-right: none; 
	border-left: none; 
	border-top: none; 
	padding-bottom: 10px; 
	margin-bottom: 20px;
}
h3 {
	color: #E08138;
	font:18px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 22px;
	margin-bottom: 14px;
}
.introText {
	padding-bottom: 20px;
}
.highlightText {
	color: #E08138;
}
.highlightTextBold {
	color: #E08138;
	font-weight: bold;
}
table.bulletList td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 7px;
}
table.form td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 7px;
}
.footer {
	color: #00467E;
	font:12px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 14px;
}
.finePrint {
	color: #00467E;
	font:10px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 12px;
}
.error {
	color: #E08138;
}
.footnote {	
	color: #00467E;
	font:12px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 14px;
}

/* TOP NAV BAR
----------------------------------------*/
td#topRightNavbar{
	padding-top: 10px;
	padding-right: 15px;
	font:14px Arial, Helvetica, sans-serif;
	background-color: #fff;
}
td#topRightNavbar a {
	font-weight:100;
	text-decoration:none;
	color:#00467E;
	background-color: #fff;
}
td#topRightNavbar a:hover {
	color:#8CABC5;
	background-color: #fff;
}
.navBox {
	padding:0 10px;
	background-color: #8CABC5;
	font:15px Arial, Helvetica, sans-serif;
}
.navBox a {
	color:#F7DFCD;
}
.navBoxCurrent {
	padding:0 10px;
	background-color:#00467E;
	font:15px Arial, Helvetica, sans-serif;
}
.navBoxCurrent a  {
	color:#FFF;
}
.navBoxCurrent a:hover  {
	color:#FFF;
}
.submenuRow {
	background-color:#00467E;
	font:14px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	color:#F7DFCD;
}
.submenuRow a {
	color:#F7DFCD;
}
.submenuRow a:hover {
	color:#fff;	
}
.surveyResults {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.logonToolbar {
	font:12px Arial, Helvetica, sans-serif;
	color:#E08138;
	padding-top: 8px;
	padding-right: 15px;
}
.logonToolbar a {
	font:12px Arial, Helvetica, sans-serif;
	color:#E08138;
	text-decoration: underline;
}
.posterName {
	color: #A0A0A0;
	font:12px Palatino Linotype, Book Antiqua, Palatino, serif;
}
.postedDate {
	color: #A0A0A0;
	font:12px Palatino Linotype, Book Antiqua, Palatino, serif;
}
.topicSubject {
	font-size: 15px;
	font-weight: bold;
}
.topicContent {
	font-size: 15px;
}
