﻿* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #bbd1b4;
	font-family: Arial, Helvetica, sans-serif;
	height: 99%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	background: transparent url('images/bubbles.gif') no-repeat scroll 100px 300px
}
.footer, .push {
	height: 4em;
	clear: both;
}
#masthead {
	height: 170px;
	background-color: white;
	padding-right: 10px;
}
#content {
	margin: 0em auto 0 auto;
	padding-top: 1em;
	width: 44em;
}
#menu {
	font-family: Constantia, "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	position: relative;
	margin-top: 3.2em;
	width: 9em;
	float: left;
	margin-left: -38.4em;
	font-size: 104%;
	font-weight: bold;
}
#maintext {
	width: 30em;
	float: left;
	margin-left: 10em;
}
* html #maintext {
	display: inline;
}
#content h1 {
	font-weight: normal;
	padding-top: 1.5em;
}
#content h1.p1 {
	font-weight: normal;
	font-size: x-large;
	color: #688863;
	margin-top: .8em;
}
#content h2 {
	font-weight: normal;
	margin: 2.2em 0 1em;
}
#content h2.p2 {
	margin: 0;
	color: #7A9674;
}
#content p {
	margin: 1em 0;
	text-align: justify;
}
#masthead h1 {
	float: right;
	margin-top: 74px;
	margin-right: -10px;
	font-weight: normal;
	color: #979596;
}
.copyright {
	font-size: xx-small;
	text-align: right;
}
.fbanner {
	font-family: Constantia, "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-size: 2em;
	text-transform: lowercase;
	overflow: hidden;
}
.ltbanner {
	color: #D8E4D3;
}
.dkbanner {
	color: #9BBD92;
}
img {
	border-style: none;
}
a {
	color: #407238;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: olive;
}
a:active {
	text-decoration: none;
}

#content ul {
	margin-top: 1em;
}
#content li {
	margin: 0 0 .6em 1em;
	list-style: disc outside none;
}

#menu li {
	list-style: none inside none;
	margin-bottom: .6em;
}
#content .question {
	font-weight: bold;
}
#content .answer {
}