@charset "UTF-8";

/*CSS Shorthand used throughout*/

/*HTML Tag Styles*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFC;
	margin: 0px;
	text-align: center;
	font-size: 13.5px;
}

/*
td,th {
	color: #4d4d4d;
}
*/

ul{
	padding-left: 20px;
	margin-left: 20px;
	font-style: italic;
	list-style: circle;
}

ol{
	padding-left: 25px;
	margin-left: 20px;
}


h1 {
	color: #4d5f18;
	margin-top: 0px;
	margin-bottom: 0.8em;
	font-size: 21px;
}

h2 {
	color: #4d5f18;
	margin-top: 0px;
	margin-bottom: 0.8em;
	font-size: 16px;
}

h3 {
	color: #4d5f18;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

img {
	margin: 0px;
	padding: 0px;
}

/*a or anchor tags - the four states that must appear in the following order - L, V, H, A (LoVeHAte)*/

a:link {
	color: #00F;
	text-decoration: none;
}

a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #60F;
	text-decoration: none;
}

a:active {
	color: #60F;
	text-decoration: none;
}

/*Class Styles - can be applied many times per page*/

.boldWord {
	font-weight: bold;
	color: #333;
}

.hiLight {
	font-style: italic;
	color: #4d5f18;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.h1LightItalic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.blue {
	color: #36C;
}
.mainText_IndexOnly {
	font-weight: normal;
	padding-top: 0px;
	font-size: 13.5px;
}

.dataTableHeader {
	background: #616b45;
	color: #fff;
	margin: 0px;
	padding: 5px 8px;
	text-align: center;
	font-size: 12px;
	border-left: medium solid #FFF;
	line-height: 12px;
}

.dataTableHeader p{
	margin: 0px;
	padding: 5px 0px;
}

.dataTableRow {
	background: #b6c09b;
	color: #4d4d4d;
	font-size: 12px;
	margin: 0px;
	padding: 5px 8px;
	border-left: medium solid #FFF;
	line-height: 12px;
}

.dataTableRow p{
	margin: 0px;
	padding: 5px 0px;
}

.dataTableAltRow {
	background: #ebead8;
	color: #4d4d4d;
	font-size: 12px;
	margin: 0px;
	padding: 5px 8px;
	border-left: medium solid #FFF;
	line-height: 12px;
}

.dataTableAltRow p{
	margin: 0px;
	padding: 5px 0px;
}


.flashPlaceholder {
	float: right;
	margin: 0px;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

/*Div ID Styles - can be applied only once per page*/

#content {
	margin: 0px auto;
	width: 955px;
	background: #FFF;
	text-align: left;
	padding: 0px;
}

#mastheadlogo_wrapper {
 margin: 0px;
 padding: 0px;
 width: 955px;
 height: 112px;
 font-size:1px;
}

#horzNav {
	background: #7f8c59;
	padding: 8px 60px 8px 0px;
	text-align: right;
}

#leftNavBar {
	background: #b6c09c;
	width: 190px;
	padding-top: 20px;
	float: left;
}

#leftNavBar p {
	font-weight: bold;
	margin: 0px 20px 13px;
}

#leftNavBar a:link {
	color: #333;
}

#leftNavBar a:visited {
	color: #333;
}

#leftNavBar a:hover {
	color: #7f8c59;
}

#leftNavBar a:active {
	color: #333;
}

#mainText_wrapper {
	margin: 0px;
	padding: 15px 20px 0px;
	background: #FFF;
}

#horzNav a:link {
	color: #FFF;
}

#horzNav a:visited {
	color: #FFF;
}

#horzNav a:hover {
	color: #DCE1CF;
}

#horzNav a:active {
	color: #FFF;
}
