body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
	color: #999999;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #003366;
}
#container {
	width: 800px;
	margin: 0px auto;
	height: auto;
	float: none;
	border: 1px solid #86b5d5;
	padding: 10px;
}

#toplogo {
	height: 120px;
	display: block;
	text-align: center;
	width: 800px;
	font-size: 10px;
	color: #020236;
	background: url(images/logo.jpg) no-repeat;
	border-bottom: thin solid #86b5d5;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 152px;
	float: left;
	margin-top: 10px;
}

#main {
	width: 600px;
	overflow: visible;
	margin: 10px 1px 1px 160px;
	padding-right: 1px;
	padding-left: 5px;
}

#divider {
	clear: both;
	height: 10px;
	width: 100%;
}
#bottom {
	width: 100%;
	border-top: thin solid #86b5d5;
	text-align: center;
}
img {
	border-top: 1px solid #9999CD;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #9999CD;
	padding: 3px;
	margin: 5px;
}

