@charset "UTF-8";
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #649076;
}
h3 {
	font-weight: bold;
	color: #008FD2;
	text-transform: uppercase;
	font-size: 92%;
}
h4 {
	font-size: 87%;
	font-weight: normal;
	line-height: 115%;
}
.border {
	border: thin inset #53ADCC;
}
.no_border {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 125%;
	color: #2E3030;
	background-color: #CEEAEE;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#container a:link {
	color: #649076;
}
#container a:hover {
	color: #649076;
	text-decoration: underline;
}
#container a:visited {
	color: #52563A;
}
#container #nav {
	background-color: A0DBE7;
	height: 20px;
}
#container #content {
	width: 566px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 40px;
	float: left;
}
#container #sidebar {
	font-size: 90%;
	width: 152px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: right;
}
#container #body {
	background-color: CEEAEE;
}
#container #footer {
	width: 631px;
	background-image: url(images/footer_waves.gif);
	height: 185px;
	clear: both;
	margin-top: 0px;
}
#container #footer #logo {
	padding-left: 40px;
	padding-top: 60px;
	width: 150px;
	height: 125px;
}
#container #footnote {
	font-size: 88%;
	text-align: center;
	padding-top: 5px;
	background-color: #FFFFFF;
}

