#nav {
	background-image: url(../nav.png);
	background-repeat: repeat-x;
	height: 39px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#headertitle {
	font-size: 14px;
	margin-left: 80px;
	color: #FFFFFF;
	margin-top: 20px;
}
h1 {
	font-size: 22px;
	color: #2A65BC;
}
h3 {
	font-size: 14px;
	color: #2A65BC;
}
h2 {
	font-size: 16px;
	color: #2A65BC;
}
#headertitle h1 {
	color: #FFFFFF;
	font-weight: normal;
}
#header_pic {
	height: 200px;
	background-color: #C8E4F7;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
	font-size: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #2A65BC;
}
.intro {
	font-style: italic;
	font-size: 16px;
}
a {
	color: #2A65BC;
	text-decoration: underline;
}
a:hover {
	color: #7FA9B8;
}
#sidebar2 a {
	color: #173E7A;
}
#sidebar2 a:hover {
	color: #0066FF;
	text-decoration: none;
}
#mainContent ul {
	line-height: 2em;
}
.copyright {
	font-size: 9px;
}
#mainContent img {
	padding-right: 15px;
	padding-bottom: 4px;
}
