/* CSS Document */
body{
	/*background-color: #759E12;*/
	margin: 0px;
	background-image: url(images/image001.jpg);
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.text
{
color:#000000; 
font: ariel;
font-size: 7pt;
}
.footertext
{
color:#000000; 
font: ariel;
font-size: 9pt;
}
a.footertext:hover {
	color: #ffffff;
	text-decoration: underline;
}
}
.style
{
background-color:#ffffff; 
border: 1px solid black; 
}

#main
{
	border: 0px solid red;
}
#container
{
	background-color: #ffffff;
	top: 0px;
	margin: 0px;
	border: 1px solid black;
}
.textbars
{
	line-height: 24px;
	padding: 0px;
}
#side_bar
{
	float: left;
	width: 150px;
	height: 300px;
	padding: 5px;
	margin: 0px;
	top: 126px;
	left: 0px;
}
#main_body
{
	width: 624px;
	height: 300px;
	padding: 5px;
	top: 126px;
	left: 156px;
}


#top_nav
{
	background: 4d4d4d;
	font: ariel;
	font-size: 10pt;
	font-weight: bold;
	}
h1
{
	font-family: "Kristen ITC";
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
		line-height: 18pt;
	padding: 0px;
	margin:0px
}
h2
{
	font-family: "Kristen ITC";
	font-size: 8pt;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	line-height: 12pt;
	padding: 0px;
	margin:0px;
	background-color:#759e00;
	text-align:center;
	padding:5px;

}
h3
{
	font-family: "Arial, Helvetica, sans serif";
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h4
{
	font-family: "Kristen ITC";
	font-size: 14pt;
	color: #759E00;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	border-bottom-width: 0px;
	line-height: 12pt;
	padding: 0px;
	margin:0px
}
h5
{
	font-size: 12pt;
	color: #759E00;
	font-style: normal;
	font-weight: bold;
	vertical-align: baseline;
	border-bottom-width: 0px;
	text-decoration: underline;
	line-height: 12pt;
	padding: 0px;
	margin:0px
}
h6
{
	font-size: 12pt;
	color: #759E00;
	font-style: normal;
	font-weight: strong;
	line-height: 12px;
		padding: 0px;
	margin:0px
}
a:hover {
	color: #759E00;
	text-decoration: underline;
	font-weight: bold;
}
:link{ color: #000000; text-decoration: underline; ; font-weight: bold}
:visited{ color: #000000; text-decoration: underline; ; font-weight: bold}
:link:hover{ color: #000000; text-decoration: none; ; font-weight: bold}
:visited:hover{ color: #000000; text-decoration: underline; ; font-weight: bold}
:link:active{ color: #000000; text-decoration: underline; ; font-weight: bold}
:visited:active{ color: #000000; text-decoration: underline; ; font-weight: bold}

.cell_pad
{
 padding: 10px;
}

td
{
}

.nav {
	font-size:11px;
	text-decoration:none;
	}

/* Navigation Bar
------------------------------------------------*/
#nav {
	width: 100%;
	height: 24px;
	background-color: #759e00;
	background-repeat:no-repeat;
	margin: 0px auto;
	
}
#nav ul {
	margin:0px;
	list-style-type: none;
	padding: 0px;
	border-top:1px solid #CCCCCC;
}
#nav ul li {
	display: inline;
	color: #4d4d4d;
	font: bold 11px Arial, Helvetica, sans serif;
	margin: 0px;
	position: relative;
	float: left;
	width: auto;
	overflow: visible;
	border-left:1px solid #CCCCCC;
	text-align:center;
}
#nav ul li a {
	color: #333333;
	text-decoration: underline;
	line-height: 20px;
	display: block;
	height: 24px;
	margin-right: 0px;
	padding-left: 17px;
	padding-right: 17px;
	float:left;
	width: auto;
}
#nav ul li a:hover, #nav ul li.selected a {
	color:#333333;
	height: 24px;
}

#nav .home { 
background-color:#FFFFFF;
color:#759e00;
font-weight:bold;
font-size:12px;

	}






	/* Sub-nav
	------------------------------------------------*/
	#nav ul li ul {
		border: 1px solid #ccc;
		display: none;
		position: absolute;
		background-color:#759e00;
		padding-left: 15px;
		width: 100px;
		top: 24px;
		border:0px solid #000000;
		list-style:none;
		z-index: 100;

		/* for IE: */
		left: 0;
	}
	#nav ul li ul li {
		border:0px solid #000000;
		text-align:left;
	}

	#nav ul li>ul {
		/* to fix above IE hack in Opera: */
		left: auto;
		list-style-type: disc;
	}
	#nav ul li:hover ul, #nav ul li.over ul {
		display: block;
	}
	#nav li ul li {
		font: bold 11px Arial, Helvetica, sans serif;
		color: #666666;
		text-transform: none;
		float: none;
		display:block;
		border-bottom: 1px solid #666666;
		width: 100%;
		padding: 2px 0px;
	}
	#nav li ul li a, #nav ul li.selected ul li a {
		padding: 0px;
		float: none;
		height:100%;
		line-height:normal;
		color:#333333;
		background-image: none;
		/* for IE: */
		padding-left: 0px;
	}
	#nav li ul li>a {
		padding-left:0px;
	}
	#nav li ul li a:hover {
		color:#000000;
		display: list-item;
		height:100%;

	}
	#nav li ul li.over { /* IE only */
		color:#333333;
	}	
	
	
	