/*------------------------------------------------------------*
**  Layout
**------------------------------------------------------------*/
body { background-color:#FFFFFF;}

body a
{
	color: #000000;
	text-decoration: none;
}
body a:hover
{
	color: #000000;
	text-decoration:underline;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 972px;
	text-align: justify;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	padding:0;
	border: 1px solid #5d8500;
	/*background-color:#FFFFFF;*/
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#leftPic
{
	float:left;
	width:232px;
	height:535px;
	background-image:url(design/leftPic.gif);
	padding:0;
	margin:0;
}

#topPic
{
	width:729px;
	height:39px;
	/*margin-left:232px;*/
	background-image:url(design/topPic.jpg);
	padding:0;
	float:left;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer 
{
	clear: both;	
	width: 972px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding:0;
	background-color:#5d8500;
}
div#Footer p
{
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	text-align: left;
	font-weight:bold;
}
div#Footer a
{
	color: #FFFFFF;
	/*color: #6a6f72;*/
	text-decoration: none;
}
div#Footer a:hover
{
	color: #FFFFFF;
	/*color: #6a6f72;*/
	text-decoration:underline;
}

div#FooterLeft
{
	float:left;
	width: 762px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	padding:0;
	background-color:#5d8500;
}

div#FooterRight 
{	
	width: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 762px;
	position: relative;
	padding:0;
	background-color:#5d8500;
	text-align:right;
}

div#FooterRight img 
{	
	border: 0px solid #FFFFFF;
	margin:0;
	padding:0;
}

/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height:36px;
	background-color:#FFFFFF;
	width:675px;
	margin-left:286px;
	margin-top:39px;
}
div#nav ul
{
	height:35px;
	list-style:none;
	width:675px;
	display:inline;
	margin:0;
	padding:0;
}
div#nav ul li
{
	list-style: none;
	display: block;
	width: 80px;
	float: left;
	text-align: center;
	line-height: 24px;
}
div#nav ul li a
{
	width: 100%;
	height: 24px;
	display: block;
	color: #608301;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
div#nav ul li a:hover
{
	color: #608301;
	text-decoration:underline;
}
div#nav ul li.navselected a
{
	color: #608301;
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
div#MainText 
{
	width: 729px;
	height: 408px;
	overflow:auto;
	padding:0;
	margin:0;
	background-color:#f5f3e4;
	overflow-x:hidden;
	float:left;
}
div#MainText h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #608301;
	margin:0;
	padding:10px 0 10px 0;
	text-align: left;
}

div#MainText h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #608301;
	margin:0;
	padding:10px 0 10px 0;
	text-align: left;
}

/*------------------------------------------------------------*
** Container Right Start
**------------------------------------------------------------*/
div#MainText-right
{
	width: 679px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}
div#MainText-right li a
{
	font-size:12px;
	color: #005787;
	text-decoration:underline;
}
