body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	background-color: #c1e872;
}
p {margin-top:0;}

#wrapper {
	width: 750px;
	border: 2px solid #f60;
	margin-right: auto;
	margin-left: auto;
	background: url(graphics/backbar.gif) repeat-y top left;
	color:#000;
}
#title {
	width: 740px;
	height: 25px;
	background-color: #060;
	color: #fff;
	margin: 0;
	padding: 2px 0 2px 10px;
	border-bottom: 2px solid #f60;
}
#title h1 {
	font-size:150%;
	margin:0; padding:0;
}
#header {
	width: 100%;
	height: 134px;
	border-bottom: 2px solid #f60;
}
#navbar {
	float: left;
	width: 123px;
	border-right: 2px solid #f60;
	background-color: #060;
	color: #fff;
}
#navlist {
	list-style: none;
	margin: 5px 0 0 0; padding: 0;
}
#navlist li {
	margin-bottom: 6px;
}

#navlist a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
	font-size:17px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: transparent;
}
#navlist a:hover {
	color: #ff0;
	background-color: transparent;
}
#navlist li.active a {
	color:#a9e969;
}
#content {
	float: right;
	width: 625px;
}
#content div {
	margin:0;
	padding: 5px 7px 2px 5px;
}
#content h2 {
	font-size:120%;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}
#footer {
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	height: 45px;
	background-color: #060;
	color: #fff;
	border-top: 2px solid #f60;
	font-size: 70%;

}
#footer div {
	margin:0;
	padding:2px 2px 1px 10px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration:none;
}
#footer a:hover {
	color: #ff0;
	background-color: transparent;
	text-decoration:underline;
}
#d3web {
	float:right;
	margin:0 0 0 10px;
	text-align:center;
	font-size: 90%;
}
.smallertxt {font-size:85%;}
.largertext {font-size:120%;}
.imgbrdr {border:1px solid #050;}