body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	vertical-align: middle;
	background-color: #ecf7e1;
	margin-top; 0px;
	margin-bottom; 0px;
	margin-left; 0px;
	margin-right; 0px;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

table {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #ecf7e1;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top; 0px;
	margin-bottom; 0px;
	margin-left; 0px;
	margin-right; 0px;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}

.header {
	height: 100px;
	background: url(../images/WIBSBackground.jpg);
	background-repeat: repeat-x;
}

.photo {
	border: 2px;
	border-color: #FFCC00;
	float: left;
}

.menu {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #336600;
}

.divider {
	width: 5px;
	background-color: #c1d1e0;
}

.margin {
	width: 25px;
	background-color: #ecf7e1;
}

.menulink:link {
	color: #336600;
	text-decoration: none;
}
.menulink:link:hover {
	color: #FFCC00;
	text-decoration: none;
}
.menulink:visited {
	color: #336600;
	text-decoration: none;
}
.menulink:visited:hover {
	color: #FFCC00;
	text-decoration: none;
}

.menulinkcurrent {
	color: #FFCC00;
}

.headline {
	font-size: 22px;
	font-weight: bold;
	color: #336600;
}

.subheadline {
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}

.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.textbold {
	font-weight: bold;
}
.textclick{
	color: #336600;
	text-decoration: underline;
}
.textclickbold{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
.textlink:link {
	color: blue;
	text-decoration: underline;
}
.textlink:link:hover {
	color: #8B0000;
	text-decoration: none;
}
.textlink:visited {
	color: blue;
	text-decoration: underline;
}
.textlink:visited:hover {
	color: #8B0000;
	text-decoration: none;
}
.textboldlink:link {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
.textboldlink:link:hover {
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
.textboldlink:visited {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
.textboldlink:visited:hover {
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.showDIV {
	display: inline;
	background-color: #c1d1e0;
	font-style: italic;
}

.hideDIV {
	display: none;
}
