body {
	margin: 0 auto 12px auto;
	text-align: center;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	color: #333;
	background: #630 url(images/bg.jpg) repeat-x left top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Geneva, serif;
	color: #004e66;
	font-size: 18px;
}
/* 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: 900px;
	padding: 0;
	margin: 0 auto;	
	border: 1px solid #960;	
	border-top: 0;
	background-color: white;
}
#header {
	padding: 0;
	margin: 0;
	background: transparent;
}
#header h1 {
	margin: 0;
}
#headerwrap {
	margin: 0;
	padding: 0;
	background-color: #c96;
}
#content {
	text-align: left;
	padding: 24px 48px;
	color: #333;
	background-color: white;
	
}
#content p, ul li {
	margin: 1em 12px;
}
#content p {
	line-height: 150%;
}
#content ul li {
	list-style: url(images/bullet.png);
}
#content ul li {
	background: white url(images/bullet.gif) no-repeat left 6px;
	padding-left: 16px;
	list-style: none;
	line-height: 100%;
}
.imgfloatleft {
	float: left;
	margin: 1em 2em 1em 0;
	border: 1px solid #ccc;
}
.imgfloatright {
	float: right;
	margin: 1em 0 1em 2em;
	border: 1px solid #ccc;
}
#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #960;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	background: #c96 url(images/bg_footer.jpg) no-repeat center bottom;
}
	
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
a:link {
	color: #0088b3;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0088b3;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #b36212;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #0088b3;
	font-weight: bold;
	text-decoration: underline;
}
#navwrapper {
	padding: 4px;
	margin: 0;
	background-color: #c96;
	border-bottom: 1px solid #960;
}
#nav ul {
	font-weight: bold; 
	font-size: 13px; 
	color: blue;
	font-family: helvetica, arial, verdana, sans-serif;
	margin: 12px 0 0 12px;
	padding: 0;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	display: inline; 
	}
#nav ul li a {
	padding: 2px 4px;
	margin-right: 1px;
	color: white;
	background: transparent;
	text-decoration: none;
	border-bottom: 2px solid #c96;
	}	
#nav ul li a:link {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	border-bottom: 2px solid #c96;
	}
#nav ul li a:visited {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	border-bottom: 2px solid #c96;
	}	
#nav ul li a:hover  { 
	color: #b36212; 
	font-weight: bold;
	background-color: transparent; 
	text-decoration: none;
	border-bottom: 2px solid #b36212;
	}	
#nav ul li a:active {
	color: white; 
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none; 
	border-bottom: 2px solid #c96;
	}
#nav h1 {
	margin: 0;
}
