﻿h1 {
	font-family: Verdana;
	font-size: large;
	color: #006600;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: large;
	color: #000080;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #800080;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #006600;
	font-weight: bold;
	font-family: Verdana;
}
#container {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	width: 800px;
	height: 170px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#main {
	width: 800px;
	background-color: #FFFFFF;
}
#navbar {
	width: 150px;
	float: left;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#content {
	width: 640px;
	float: right;
}
body {
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
}
#navbar li {
	margin: 5px 10px 5px 5px;
	font-family: Verdana;
	list-style-type: none;
	text-decoration: none;
}
#navbar ul li a:hover {
	font-family: Verdana;
	font-size: small;
	color: #006600;
	font-weight: bold;
}
#navbar ul li a {
	text-decoration: none;
	font-weight: bold;
}
#content1 {
	width: 410px;
	float: left;
}
#content2 {
	width: 200px;
	float: right;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	margin-left: 5px;
	padding-left: 10px;
}
