body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	color: #000000;
	line-height: 1.2;
}

h1 {
	font-size: 18px
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

a:link {  
	color: #000000; 
	font-weight: bold;
}
a:visited {  
	color: #000000; 
	font-weight: bold;
}

#pagewrapper {
	margin: 0px auto;
	width: 670px;
}

#header {
	text-align: center;
}

#navbar {
    margin-top: 10px;
	border-bottom: 1px solid #999999;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}
#navbar ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#navbar li {
	padding: 1px 10px 2px 10px;
	display: inline;
	margin: 0px 0px 0px 0px;
}
#navbar ul li.here {
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-color: #a47641;
	line-height: 16px;
}
#navbar li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
#navbar li a:hover {
	color: #817b6d;
}

#maincontent {
	padding: 10px 5px;
}

.contributors ul, .tableofcontents ul {
	list-style:none;
}

.contributors li, .tableofcontents li {
	font-size: 12px;
	line-height: 1.2;
}

#staff {
	border-top: 1px solid #000;
}

.page {
	border-top: 1px solid #000;
	page-break-before: always;
}

#footer {
	border-top: 1px solid #999999;
	font-size: 10px;
	color: #000000;
}
#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#footer a:hover {
	color: #000000;
}
#footer p {
	font-size: 10px;
	text-align: center;
}

/* ///////////////////////////////////////////
TECHNOTES
/////////////////////////////////////////// */

#technote h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}

#technote .heading {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

