body { 
	background: #e8e8e8 url(images/bg.gif) repeat-y center top;
	padding: 0;
	margin: 0;
	text-align: center;
	 }
body, p, table, td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
	}
#skipnav {
	display: none;
	}
h1, h2, h3 {
	font-size: 16px;
	}
h1 {
	border-bottom: 1px #333 solid;
	margin-right: 100px;
	}
h4, h5, h6 {
	font-size: 14px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#mainwrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: white;
	}
#contentwrapper {
	padding: 0px 10px 0 10px;
	margin: 0;
	text-align: left;
	background-color: white;
	}
#content {
	background-color: white;
	margin: 0 0 0 200px;
	padding: 0 20px 20px 20px;
	}
#content div img {
	border: 1px solid #669;
	}
#content li {
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
	}
#colleft {
	float: left;
	width: 250px;
	}
#colright {
	float: right;
	width: 250px;
	}
a:link {
	color: #669;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #669;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #f6f;
	font-weight: normal;
	text-decoration: none;
	}
a:active {
	color: #669;
	font-weight: normal;
	text-decoration: underline;
	}
#nav {
	width: 175px;
	float: left;
	margin: 0px;
	padding: 0px 4px 4px 0;
	background: white;
	font-size: 11px;
	font-weight: normal;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	border: 1px black solid;
	padding: 0px;
	margin: 2px 0;
	}
li #thispage {
	padding: 2px;
	color: black;
	background: #f90;
	border: #f90;
	}
#nav li a {
	color: white;
	background: #669;
	display: block;
	text-decoration: none;
	padding: 3px 12px 3px 2px;
	}
#nav li a:hover
{
	color: #000;
	border: #f90;
	background-color: #f6f;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}
#footer {
	width: 760px;
	text-align: center;
	margin: 2em 0 0 0;
	padding: 1em 0 2em 0;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	background: white url(images/bg_footer.jpg) repeat-x left bottom;
	}