@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	background-color: #039;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: center;
}
#container {
	background-color: #fff;
	background-image: url(../_images/background.png);
	background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; margin: 1em 0; }
h3 { font-size: 120%; margin: 1em 0; }
h4 { font-size: 110%; margin: 1em 0; }
/* TOP */
#top {
	color: #006;
	background-color: #39c;
	padding: 4px;
}
#top img { border: 0; }
.top_contact {
	font-size: 120%;
	font-style: italic;
	text-align: right;
	margin: 0.5em 8px 1em 0;
	float: right;
	clear: right;
}
/* END TOP */
/* SIDEBAR */
#sidebar {
	color: #fff;
	background-color: #006;
	text-align: center;
	width: 182px;
	padding: 4px;
	float: right;
	clear: both;
}
#frmNewsletter {
	border: 1px solid #fff;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 2px;
}
#frmNewsletter #txtEmail {
	margin-bottom: 1em;
}
/* END SIDEBAR */
/* MAIN */
#main {
	/* border-right: 1px solid #006; */
	margin-right: 200px;
	padding: 8px;
}
/* END MAIN */
/* FOOTER */
#footer {
	background-color: #fff;
	border-top: 1px solid #006;
	text-align: center;
	padding: 4px;
	clear: both;
}
#bottom_copy {
	font-size: 85%;
}
/* END FOOTER */
/* BOTTOM NAV */
#nav_bottom {
	font-size: 85%;
	margin: 0.5em 0;
}
#nav_bottom li {
	margin: 0 8px;
	display: inline;
}
#nav_bottom li a:link, #nav_bottom li a:visited {
}
#nav_bottom li a:hover, #nav_bottom li a:active, #nav_bottom li a:focus {
	text-decoration: none;
}
/* END BOTTOM NAV */
br.clearfloat {
	height: 0;
	clear: both;
}
.list_indented_spaced li {
	line-height: 1.5;
	margin-left: 32px;
}
.image_caption {
	font-size: 80%;
	text-align: center;
}
.text_p {
	margin-top: 1em;
}
.spaced_block { margin-top: 0.5em; margin-bottom: 1em; }
