body  { 
	background: #396 url(images/bg_body.jpg) repeat-x left bottom; 
	margin: 0 0 20px; 
	padding: 0;
	color: #333;
	}
p, div, table, ul, ol, li {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "times new roman", times, "new york", serif;
	color: #396;
	}
h2 {
	margin-top: 2em;
	}

#pagewrapper {
	width: 800px;
	padding: 0;
	margin: 0;
	background: white;
	text-align: left;
	border: 1px solid #333;
	border-top: 0;
	}
#content {
	text-align: left;
	margin-top: 1em;
	padding:  0px 30px 20px 30px;
	background: white;
	color: #333;
	}
#content p, ul {
	margin: 1em 20px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}

#footer
{
	text-align: center;
	padding: 12px;
	font-size: 11px;
	border-bottom: 5px solid #333;
	background-color: white;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	}
a:visited {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
	}
a:active {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	}
#nav {
	width: 800px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	background-color: white;
	}
#nav ul {
	font-size: 11px; 
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	margin: 6px 0 2px 0;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	padding: 4px 12px; 
	display: inline; 
	}
#nav ul li a {
	padding: 4px 24px;
	margin-right: 20px;
	border: 1px solid #ccc;
	background: #ccc;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: #333; 

	background-color: #e8e8e8;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: #333; 

	background-color: #e8e8e8;
	text-decoration: none; 
	}	
#nav ul li a:hover  { 
	color: white; 

	background-color: #396; 
	background-image: url(images/bg_nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none; 
	border: 1px solid #333;
	}	
#nav ul li a:active {
	color: #333; 

	background-color: #e8e8e8;
	text-decoration: none; 
	}	
#nav #thispage {
	display: block;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	margin: 8px 1px;
	padding: 2px;
	border: 1px #ccc solid;
	text-align: center;
	background-color: #e8e8e8;
	color: black;
	}