@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Papyrus';
    src: url('papyrus-webfont.eot');
    src: url('papyrus-webfont.eot?#iefix') format('embedded-opentype'),
         url('papyrus-webfont.woff') format('woff'),
         url('papyrus-webfont.ttf') format('truetype'),
         url('papyrus-webfont.svg#papyrusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img {border:none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:left;
}
body {
	margin: 0;
}
a { color:#003300; 
	text-decoration:none; 
}
a:hover { color:#003300; 
	text-decoration: underline;
}

a:active { color:#333333; 
	text-decoration:underline; 
}
td {
	text-align:center;
}
#wrapper {
	margin: 0 auto;
	width:810px;
	background:url(images/background.jpg) repeat-y center top scroll;
}
#maincontent {
	width:auto;
	padding:18px 50px 6px 30px;
}
a:link {
	color: #030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1,h3,h4 {
	font-family:'Papyrus', Papyrus, Verdana, Geneva, sans-serif;
}
h1 {
	font-size:32px;
	padding-top:0;
	margin-top:0;
	font-weight:normal;
}
h2 {
	font-weight:normal;
	font-size:16px;
}
.pagetitle {
	font-size:20px;
}
#nav {
	float:left;
	width:108px;
	padding: 86px 40px 400px 0;
	font-family:'Papyrus', Papyrus, Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:right;
	font-weight:normal;
}
#nav ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#nav ul li {
	margin-bottom:18px;
}
#nav a {
	text-decoration:none;
	color:#000;
}
#nav a:hover {
	text-decoration:none;
	color:#363;
}
.newsletter {
	font-size:12px;
}
#content {
	padding-top:14px;
	margin-left:128px;
}
#content ul {padding:0 40px 10px 40px;
margin-left:0;
margin-top:0;
list-style-image:url(images/bullet.png);
}
#footer {
	clear:both;
	text-align:center;
	font-size:9px;
	padding-top:60px;
}