body
{
	margin: 0 auto 12px auto;
	padding: 0;
	background-color: #324943;
	background-image: url(images/bg.gif);
}
#wrapper
{
	width: 800px;
	margin: 0;
	padding: 0;
	border: 2px solid #324943;
	border-top: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: white;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	width: 800px;
	margin: 0;
	padding: 0;
	}
#nav
{
	font-weight: normal;
	font-size: 11px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px 4px 4px 6px;
	width: 180px;
	height: 100%;
	background-color: transparent;
/*	background-color: #333;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	padding: 0px;
	margin: 1px 0;
	}
li #thispage {
	color: #ccc;
	border: solid 1px #ccc;
	margin: 1px 0;
	padding: 3px 2px 3px 32px;
	background-color: #656e66;
	background-image: url(images/bullet_nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	}
#nav li a {
	color: white;
	font-weight: normal;
	background-color: #7f8980;
	background-image: url(images/bullet_nav.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 32px;
	border: 1px white solid;
	}
#nav li a:hover
{
	color: black;
	border: solid 1px #ccc;
	background-color: #656e66;
	background-image: url(images/bullet_nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contentwrapper {
	background: transparent;
	margin: 0px 0 0 190px;
	padding: 0;
	text-align: center;
	height: 100%;
	}
#content {
	padding: 1em 36px;
	background: transparent;
	text-align: left;
	}

#content li
{
	margin: 0 3em 0 2.5em;
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}
#content p {
	margin-left: 18px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: copperplate, georgia, serif;
	color: #333;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
a:link {
	color: #2b48ac;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #2b48ac;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #846439;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #2b48ac;
	font-weight: bold;
	text-decoration: none;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 1em;
	background: #324943;
	color: white;
	font-size: 90%;
	font-weight: bold;
	}
#footer a:link {
	color: #ccf;
	font-weight: bold;
	text-decoration: underline;
	}
#footer a:visited {
	color: #ccf;
	font-weight: bold;
	text-decoration: underline;
	}
#footer a:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:active {
	color: #ccf;
	font-weight: bold;
	text-decoration: underline;
	}