html {
	color: #4e4e4e;
	padding: 0px 0px;
	margin: 0;
	text-align: center;
	font-size: 85%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	

}

body {
	background: #9ccf9c url(../images/bg.gif) repeat-y;
	padding: 0px 0px;
	margin: 0;
	text-align: left;

}


#wrapper {
	margin: 0 auto;
    padding: 0px;
    text-align: left;
    min-width: 650px;

}

#header {
	background: #FFFFFF url(../images/header.gif) scroll no-repeat top left;
	font-size: 1.0em;
	height: 68px;
}



#header h1 {
	background: transparent url(../images/logo.gif) scroll no-repeat top right;
	height: 68px;
	margin: 0 10px 10px 0;
	text-indent: -9999px;


}

#header h1 a {
	display: block;
	height: 68px;
	border: none;
	float: right;
}

#header ul {

	background-color: #005727;
	list-style: none;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

#header ul li {
	display: inline;
	padding: 0 10px;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover {
	color: #BBD18E;
}


#header2 {
	background: #6699cc url(../images/ltblue_bar.gif) scroll no-repeat top left;
	font-size: 1.0em;
	height: 30px;
}


#content {
	background-color: #FFFFFF;
	margin-left:240px;
	margin-right: 0px;
	color: #000;
}

#content h2 {
	color: #313063;
	padding: 0;
	margin: -28px 0 0px 5px;
	font-size: 1.2em;
	font-weight: BOLD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#content p {

	font-size: 1.0em;
	line-height: 1.7em;
	padding: 20px;
	margin: 0 0 0px 0;

}
.tabletext {

	font-size: 1.0em;
	line-height: 1.7em;
	padding: 5px;
	margin: 0 0 0px 0;

}
#tableindex {

	font-size: 1.0em;
	line-height: 1.7em;
	margin: 0 0 0px 0;
	border:thin #000000;
	

}
#content h4 {

	font-size: 1.0em;
	line-height: 1.7em;
	padding: 3px;
	margin: 0 0 0px 0;

}

#content p a:link, a:visited {
	color: #006699;
	
}

#content p a:hover, a:active {
	color: #768C58;
	}

	


#content table {
	font-size: 1.0em;
	line-height: 1.1em;
	align: right;
	margin-top: 15px;
	}
#content td tr {
	padding: 2px;
	}

#content table  a:link, a:visited{
	color: #999;
}
#content table  a:hover, a:active{
	color: #666;
}


#content img {
	border:none;
	}

	
#content table img {
	padding-top: 20px;
	border:none;
	}
#topbar {
	height: 30px;
	background-color: #63CF63;
	border: 1px solid #313063;
	margin-left: 0px;
	margin-right: -20px;
	}


#footer {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #666;
	clear: both;
}




.padding {
	padding-top: 40px;
		border: none;
	}
.border {
	border: none;
	}
.text1 {
	font-size: 1.2em;
	padding-left: 17px;
	font-weight:bold;
	color: #768C58;
	}
	
