@charset "utf-8";
/* CSS Document */



#container {
	position: relative;
	padding: 5px 170px 20px 170px;
	min-width: 700px;
}

#linkbar {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 150px;
	padding: 5px;
}

#rightbar {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 150px;
	padding: 5px;
}

#banner {
	min-height: 100px;
	margin: 10px 170px 0px 10px;
	padding-left: 145px;
	background:#FFF url("Parts/weegreen.gif") no-repeat center left;
	vertical-align: middle;
	text-align: center;
	min-width: 700px;
	color:#000;
}
table.linktable tr {
	background-color: #619a70;
	text-align: center;
	height: 18px;
}
table.linktable tr.bordertr {
	background-color: #336633;
}
a img {
	border-width: 0px;
}
a:link {
	color: #619a70;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #619a70;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #336633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #225522;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
/*
a.biglink {
	font-size:18px;
}
*/
a.whlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.whlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.whlink:hover {
	color: #00FF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.whlink:active {
	color: #00FF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}