p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.166px;
	color: #333333;
}
a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #334d55;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
}
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E2EAEF;
}
#nav {
	background-color: #EEF4FF;
	padding: 12px;
	width: 20%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e2eaef;
	border-right-color: #e2eaef;
	border-bottom-color: #e2eaef;
}
#main {
	padding: 10px;
}
