/** general **/
body
{
	background: #205B00 url(landscapeBackground.jpg) no-repeat top center;
	text-align: center;
}

body, div, input
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

ul, img, a img
{
	padding: 0px;
	margin: 0px;
	border-style: none;
}

a:link, a:visited, a:hover, a:active
{	
	background-color: transparent;
	font-family: Arial;
	font-size: 12px;
}

.footer a
{
	color: white;
	text-decoration: none;
}

/** all containers **/
.page
{
	position: relative;
	margin: 0px auto;
	width: 790px;
	background-color: transparent;
}

.headerContainer
{
height:58px;
margin:22px 0 14px;
padding:0 10px;
width:770px;
}

.bodyContainer
{
	/**padding: 8px 8px 20px 8px; **/
	width: 770px; /** 846 - 16**/
	min-height: 718px;
	height: auto !important;
	height: 718px;
	background-color: white;
	padding: 10px;
}

html>body .bodyContainer {
	*min-height: 718px;
}

.footerContainer
{
background:transparent none repeat-x scroll left top;
margin:10px;
height:14px;
}

.leftMenuContainer
{
	display: inline;
	float: left;
	width: 206px;
}

.centerContainer
{
	background-color: transparent;
}

/** firefox put default padding-top **/
.contentContainer
{
	padding: 26px 35px 26px 32px;
	width: 555px;
	display: inline;
	float: left;
}

html>body .contentContainer 
{
	*padding-top: 26px;
}

/** text for sticky notes on main container **/
.linkAreaContent
{
	margin: 65px 30px 30px 32px;
	height: 100px;
	overflow: hidden;
}

.linkAreaContent li, 
.linkAreaContent ul {
	list-style-type: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

/** third level page - author info **/
.authorContainer
{
	margin-top: 20px; /** p margin is 15px **/
	font-size: 11px !important;
}

/** all menu **/
.breadcrumbMenu
{
	border-bottom: 1px dotted #9B9B9B;
	height: 21px;
	padding: 5px 15px 0px 15px;
}

.breadcrumbMenu, .breadcrumbMenu .left, p.breadCrumb {
	font-size: 11px;
}

.footer 
{
	display: inline;
	float: right;
	font-size: 11px;
}

/** bullet list for menu  **/
.listArrowWhite, .listArrowGreen, .listArrowBlue, .sitemapArrowBlue, .listClear
{
	list-style-type: none;
	list-style-position: outside;
}

.listArrowWhite li, .listArrowGreen li, .listArrowBlue li, .sitemapArrowBlue li,
.listClear li
{
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

.listArrowWhite li
{
	background: transparent url(arrow_white.gif) no-repeat top left;
}

.listArrowWhite li li {
	padding-left: 20px;
}

.listClear li
{
	background-color: transparent;
	background-image: none;
}


.listArrowWhite a, .listClear a
{
	color: White !important;
	font: normal 12px Arial !important;
	text-decoration: none;
}



.listArrowWhite li .current, .listClear li .current {
	font-weight: bold !important;
}

.listArrowGreen li
{
	background: url(arrow_green.gif) no-repeat top left;
}

.listArrowGreen a 
{
	color: #364a27 !important;
	font: normal 12px Arial !important;
	text-decoration: none;
}

.listArrowBlue li
{
	background: url(arrow_blue.gif) no-repeat;
}

.listArrowBlue a
{
	color: #247DBF !important;
	font: normal 12px Arial !important;
	text-decoration: none;
}

.sitemapArrowBlue li
{
}

.sitemapArrowBlue li li
{
	background: url(arrow_blue.gif) no-repeat;
}

.sitemapArrowBlue a
{	
        color: #247DBF !important;
        font-style: normal !important;
        font-size: 12px;
        font-family: Arial !important;
	text-decoration: none;
}

/** heading and text **/
h2
{
	font: normal 23px Arial;
	line-height: 26px;
	margin-bottom: 2px;
	color: #4C4E50;
}

h3
{
	font: normal 17px Arial;
	line-height: 19px;
	color: #4C4E50;
}

h4
{
	font: bold 12px Arial;
	line-height: 18px;
	color: #4C4E50;
}

p.topBanner
{
	font: normal 15px Arial;
	line-height: 18px;
	padding: 55px 10px 10px 34px;
	color: White;
}

/** tables and forms **/

form.dataForm {
	background-color: #ebf2f8;
	border: 1px solid #e1e1e1;
	padding: 16px 16px 16px 16px;
	color: #6b6f7c;
	width: auto;
	vertical-align: top;
}

form.dataForm input.text, form.dataForm textarea {
	margin-top: 8px;
	width: 240px;
	border-top: 1px solid #C5C9CE;
	border-left: 1px solid #E9EAEB;
	border-right: 1px solid #E9EAEB;
	border-bottom: 1px solid #E9EAEB;
}

form.dataForm input.radio {
	margin-top: 8px;
}

form.dataForm label {
	width: 168px;
	padding-top: 10px;
	vertical-align: top;
}

/** clears inline div **/
.clear
{
	clear: both;
	/** height: 1px; **/
}

.left 
{
	display: inline;
	float: left;
}

.right 
{
	display: inline;
	float: right;
}

.link 
{
	cursor: pointer;
}

.bold {
 	font-weight: bold !important;
}