/* CSS Document */
body {
	background-color:#135a14;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}
p {margin-top:0;}

#wrapper {
	width: 770px;
	border: 2px solid #a62848;
	background: url(graphics/bg.gif) repeat-y top left;
	margin-right:auto;
	margin-left:auto;
}
#header {
	width:100%;
	height: 140px;
	
}
#burgbar {
	width:100%;
	background-color: #a62848;
	color: #fff;
	font-size: 11px;
}
#burgbar div {padding:2px 5px 2px 30px;}
#content {
	float:right;
	width: 610px;
	color: #000;
}
#content div {padding: 5px 10px 2px 0;}
.title {
	color: #5e2885;
	font-size: 150%;
	font-weight: bold;
	margin-top:0;
	margin-bottom: .5em
}
#navbar {
	float:left;
	width: 150px;
}
#navlist {
	list-style: none;
	margin: 45px 0 0 8px; padding: 0;
}
#navlist li {
	margin-bottom: 6px;
	background:url(graphics/grapes.gif) no-repeat top left;
}

#navlist a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	margin-left:30px;
	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:#d38ef0;
}
#footer {
	clear: both;
	width:100%;
	height:52px;
	font-size:75%;
	background: url(graphics/footerbg.gif) repeat-y top left;
}
#footer div {
	padding: 2px 7px 1px 30px;
}
#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;
	text-align:center;
	font-size:80%;
}
.level {
	font-size: 120%;
	font-weight: bold;
	color: #135a14;
}
.imgbrdr {
	border: 1px solid #000;
}
/* CONTACT FORM */
#contact {
	padding:0; margin:0;
}
#contact ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#contact li {
	float:left;
	clear:left;
	width: 100%;
	padding-bottom:.25em;
}
#contact label {
	float: left;
	width:5em;
	margin-right:1em;
}
#contact p {
	clear:left;
	margin-top:.25em
	}
#Submit {
		width:auto;
		margin:0 0 0 6em;
		padding:0 2px 0 2px;
		} 
		
.smallertext {font-size:80%;}