@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	background-color: #395773;
	background-repeat: repeat-x;
}
.container {
	width: 100%;
}
.navContainer {
	display: block;
	text-align: center;
	width: 100%;
}
.nav {
	background-image: url(images/navBackgroundBlue.gif);
	background-repeat: no-repeat;
	height: 4em;
	background-position: center center;
	width: 4em;
	display: inline-block;
	margin-top: 10px;
}
.navHere {
	background-image: url(images/navBackgroundOrange.gif);
	background-repeat: no-repeat;
	height: 4em;
	background-position: center center;
	width: 4em;
	display: inline-block;
	margin-top: 10px;
	color: #000;
}
.navContainer a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 5em;
	font-size: 0.8em;
}
.header {
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: 0.7em;
	text-indent: 1.2em;
	font-size: 1.3em;
	text-shadow: #80A6CB 0em 0em 0.1em;
}
.contentContainer {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	background-color: #FFF;
	min-height: 300px;
	font-size: 0.8em;
	border-radius: 20px;
	padding-top: 0px;
}
.content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.content p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2em;
}
.content .indent {
	text-indent: 2.2em;
}
.content a {
	color: #443fa4;
}
.content li {
	line-height: 2em;
}
.here {
	line-height: 2em;
	color: #ECC442;
	font-style: italic;
	text-decoration: none;
}
.here a {
	line-height: 2em;
	font-style: italic;
	text-decoration: none;
}
.map {
	font-size: 1.3em;
}
.subList {
	color: #ECC442;
	font-size: smaller;
	list-style-type: circle;
	list-style-position: inside;
}
.subListMap {
	list-style-type: circle;
	font-size: .9em;
	margin-left: 1em;
}
.subListMap2 {
	list-style-type: disc;
	font-size: .8em;
	margin-left: 2em;
}
.footer {
	font-size: 0.6em;
	color: #999;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
}
.footer a {
	color: #8E8AD2;
}
.pictureCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.textBold {
	font-weight: bold;
}
.textCenter {
	text-align: center;
}
.textItalic {
	font-style: italic;
}
.textSmall {
	font-size: smaller;
}
.textIndent {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: 0.7em;
	text-indent: 1.2em;
	font-size: 1.3em;
	text-shadow: #80A6CB 0em 0em 0.1em;
}
.listBullet {
	color: #395773;
	list-style-type: square;
}
#surveyMonkeyInfo {
	margin-right: auto;
	margin-left: auto;
}
#toTop {
	position: fixed;
	bottom: 50px;
	right: 15px;
	cursor: default;
	display: none;
	height: 2em;
	width: 2em;
	background: rgb(152, 152, 152) transparent; /* nice browsers */
	border-radius: 20px;
	background-color: rgba(152, 152, 152, 0.5);
	text-align: center;
}
#toTop img {
	margin-top: 9px;
	margin-bottom: 9px;
}
