﻿#body {
	background-color: #CCCCCC;
}

#container {
	width: 720px;
	margin: 10px auto 35px auto;
}

h2 {
	text-align: center;
}

#content {
	margin-left:25px;
}

p.numberedlist {
	margin-left: 20px;
}

p.centertext {
	text-align:center;
}

p.alignright {
	text-align:right;
}

span.highlight {
	background-color:green;
}

#header {
	padding: 0px;
	margin: 0px;
}

p.style1 {
	font-family: "Times New Roman";
	margin-left:25px;	
	
}
 
#topnav  {
	margin:0px;
	padding:0px;
	
} 
 
ul#navlist {
	margin-left: 0px;
	margin-right: 0px;
	white-space: nowrap;
}

#navlist li
{
	display:inline;list-style-type:none;
}

#navlist a {
	margin: 0px;
	padding: 2px 5px;
}

#navlist a:link, #navlist a:visited{
	color: #fff;
	background-color: #036;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color:#fff;
	background-color:#369;
	text-decoration:none;
}

#harnessed
{
	margin-left:10px;
}