* {
	margin:0;
	padding:0;
	}

body {
	background-image:url(/images/bg-page.jpg);
	background-repeat:repeat-x;
	background-color: #d2d3d5;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4F5156;
	}

.outerDiv {
	background-image: url(/images/bg-body.jpg);
	background-repeat: no-repeat;
	background-color: #f8f9f9;
	width:1028px;
	height:auto;
	margin-right: auto;
	margin-left: auto;


	}
	
.topDiv {
	padding: 0 0 0 0;
	width:1028px;
	height:287px;
	margin-left:auto;
	margin-right:auto;

	}	

.logoDiv {
	clear:both;
	height:200px;
	width:300px;
	}

.topNavDiv {
	width:500px;
	height:25px;
	font-size: 10px; 
	padding-left: 40px;
	padding-top:4px;
	color:#36424a
	}

.topNavDiv a {
	color:#36424a;
	text-decoration:none;
	}

.topNavDiv a:hover {
	text-decoration:underline;
	}



/* HOME STUFF  ############################################################################### */


.homePageContent {
	width:960px;
	padding: 0px;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	}

.homeBanner {
	width:961px;
	height:325px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/home-bottom-banner-bg.jpg);
	background-repeat:no-repeat;

	}

.homeBannerBox {
	float:right;
	width:180px;
	height:300px;
	margin-top:10px;
	margin-right:10px;
	}

.homeBannerTitleBar {
	width:180px;
	height:28px;
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(/images/home-bottom-banner-titleBar.jpg);
	}

.homeBannerTitleBar H2 {
	padding-top:5px;
	padding-left:6px;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;

	}


.homeBannerTextBox {
	background-image:url(/images/home-bottom-banner-box-bg.jpg);	
	background-repeat:repeat-x;
	height:150px;
	padding:6px;
	line-height:120%;
	font-size:11px;
	color:#106149;
	}


/* CONTENT STUFF  ###############################################################################  */


.contentTable {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	clear:both;
	background-color:#FFFFFF;

	}


.pageContentTD {
	width:576px;
	}




.pageContent {
	padding: 20px;
	font-size: 12px;



}

.pageContent H1 {
/*	font-family: "Lucida Sans Unicode", Geneva, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;	
}



.pageContent H2 {
	font-weight: bold;
	font-size: 14px;
	margin-top:8px;
	margin-bottom:0px;
	color:#77bf19;		
}

.pageContent p {
  margin-top: 0px;
  margin-bottom: 14px;
}


.pageContent ul {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 30px;
  list-style: square;
  
}

.pageContent li {
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
	
}

.pageContent a {
	text-decoration: underline;
	color: #4F5156;
}

.pageContent a:hover {
  color: #124F75;
}

.pageContent a:visited {
	color: #4F5156;
}


/* INNER NAV CONTENT STYLES  ###############################################################################  */



.pageNav {
	background-color: #ffffff;
	background-image:url(/images/bg-left-column.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-size: 12px;
	color: #515b62;
	font-weight:bold;
	padding-top:20px;
	font-size:11px;
	}

.pageNav ul {

	margin-top:1px;
	margin-bottom:4px;
	}

.pageNav li  {
	margin-left:10px;
	list-style:none;
	}

.pageNav  ul li a {
	height: auto;
	list-style:none;
	margin: 2px 0;
	}



.pageNav ul li a {
	color: #515b62;
	font-weight:normal;
	}

.pageNav ul li a:hover {
	color:#8cc63f;
	}

.pageNav ul li a.navSelected {
	color:#8cc63f;
	}


/* RIGHT COLUMN  ###############################################################################  */


.rightNav {
	width:184px;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;

	background-color: #ffffff;
	background-image:url(/images/bg-right-column.gif);
	background-repeat:repeat-y;
	background-position:left;
	
	}





/* FOOTER STUFF  ###############################################################################  */

.footerDiv {

	background-image:url(/images/bg-page-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size: 11px;

	color: #666666;
	text-align: left;
	width:1028px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;


}
.footerCopyright {
	height:25px;
	width:800px;
	margin:0;
	padding-left:20px;


}



input {
	display: block;
}

textarea {
	display: block;
}
