body {
	margin: 0 auto 12px auto;
	text-align: center;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background: #039 url(images/bg.gif);
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
/* following restores proper line spacing when subscripts are used; the same code can be used for
superscripts by removing the minus sign */
sub {
	vertical-align: baseline;
	position: relative;
	bottom: -.33em;
}
#wrapper {
	width: 800px;
	padding: 0;
	margin: 0;	
	background: url(images/bg_nav.jpg) repeat-y;
	border: 1px solid #36c;
	border-top: 0;
}
#header {
	padding: 0;
	margin: 0;
	background: transparent;
}
#header h1 {
	margin: 0;
}
#content {
	text-align: left;
	padding: 24px 48px;
	color: #333;
	background-color: white;
	font-size: .9em;
}
#content p, ul li {
	margin: 1em 12px;
}
#content ul li {
	list-style: url(images/bullet.png);
}
#footer {
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #36c;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	background: #ff0;
}
	
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
a:link {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
#navwrapper {
	padding: 4px;
	margin: 0;
	background: url(images/bg_nav.jpg) repeat-y;
}
#nav ul {
	font-weight: bold; 
	font-size: 13px; 
	color: blue;
	font-family: arial, verdana, sans-serif;
	margin: 12px 0 0 12px;
	padding: 0 0 2px 0;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	display: inline; 
	}
#nav ul li a {
	padding: 2px 8px;
	margin-right: 16px;
	color: white;
	background: transparent;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	}	
#nav ul li a:hover  { 
	color: gold; 
	font-weight: bold;
	background-color: transparent; 
	text-decoration: none; 
	}	
#nav ul li a:active {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	}
#nav h1 {
	margin: 0;
}