body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, "Trebuchet MS", Arian, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: white;
	color: black;
	line-height: 150%;
	}

#container {
	width: 860px;
	margin: 20px auto 0 auto;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	width: 760px;
	text-align: left;
	}

#menu	{
	float: left;
	width: 200px;
	margin: 25px 0 0 0;
	padding: 0;
	}

#content {
	float: right;
	width: 640px;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: visible;
	}

#footer	{
	clear:both;
	padding-top: 10px;
	font-size: 0.9em;
	color: gray;
	}

p {
	text-align: left;
	font-size: 1em;
	}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	}

.padding220 {
	padding-left: 220px;
	}

a:link {
	color: #0066CC;
	text-decoration: none;
	background-color: white;
	}

a:hover {
	color: red;
	text-decoration: none;
	background-color: white;
	}

a:active {
	color: red;
	text-decoration: none;
	background-color: white;
	}

a:visited {
	color: #9933CC;
	text-decoration: none;
	background-color: white;
	}

#navlist {
	float: left;
	left: 0;
	top: 0;
	width: 200px;
	}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navlist li {
	margin: 0;
	}

#navlist a {
	display: block;
	padding: 2px 2px 2px 8px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-image:  url(images/339933-browse.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}

#navlist a:link, #navlist a:visited {
	color: white;
	text-decoration: none;
	}

#navlist a:hover, #navlist a:active {
	background-image:  url(images/006600-browse.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: white;
	}

#left { 
	position: relative; 
	padding: 0;
	margin: 0;
	width: 350px;
	top: 0;
	left: 0;
	float: left;
}

#right{ 
	position: relative;
	top: 0;
	width: 250px;
	overflow: auto;
	padding: 0;
	float: right;
}

.gray	{
	color: #666666;
	}

.green	{
	color: #006600;
	}

.bold	{
	font-weight: bold;
	}
