body {
	background-color: #F6F6F6;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.topbanner {
	background-image:   url("images/topbanner.jpg");
}
.bottombanner {
	background-image:   url("images/bottombanner.jpg");
}
.sitemenucell {
	background-image:   url(images/bottombanner.gif);
	color: #CCCCCC;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
.leftmenu a:link, .leftmenu a:visited{
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	background-color: #74C676;
	display: block;
	text-align: left;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
	border-left: thin none #CCCCCC;
}
.leftmenu a:hover {
	background-color: #339900;
	color: #FFFFFF;
}
.sitemenu a:link, .sitemenu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

}
.sitemenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.maintext {
	text-align: justify;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/logofaded.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #74C676;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #74C676;
	margin: 20px 0px;
}
h3 {
	font-size: 95%;
	font-weight: bold;
	margin: 20px 0px 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
.pictureleft {
	float: left;
	margin-right: 7px;
}
.pictureright {
	float: right;
	margin-left: 10px;
}

