.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #EEEEEE;
}
#navcontainer {
	padding: 0;
	vertical-align:top;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #5C78A3;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.5em 1.5em;
	background-color: #5C78A3;
	color: White;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background-color: #394B66;
	color: #fff;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DDDDDD;
}
