<style>

.class1 A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 A:active {text-decoration: none}
.class1 A:hover {
	color: #41B864;
}

.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline; color: green;}


#left {
	height: 490px;
	width: 150px;
	float: left;
	clear: right;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px solid #ffffff;
}

#nav {
	width: 900px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #319B47;
	float: none;
	clear: none;
	text-align: center;
	height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.imagecenter { text-align: center; margin: 15px; } 

.heading1 {
	font-size:22px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.heading2 {
	font-size:18px;
	text-align: center;
	color: #990000;
	font-weight: bold;
}

#containercontainer {
	background-color: #319B47;
	height: 660px;
	width: 900px;
	clear: none;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #ffffff;
	padding: 0px;
	margin-top: 10px;
	
}

#contentholder
{
	height: 490px;
	width: 710px;
	float: left;
	overflow: auto;
	border: 1px solid #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

  table.center {margin-left:auto; margin-right:auto;}


#top
{
	height: 100px;
	width: 900px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 20px;
}


a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}

body {
	background-image: url(img/picklebg.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
</style>
