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

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-image: url(assets/bg_image.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#webcredit {
	font-size: x-small;
	width: 584px;
	padding-top: 15px;
	color: #475E0B;
	text-align: center;
}
#webcredit a:visited {
	color: #475E0B;
	text-decoration: none;
}
#containment {
	width: 1000px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 225px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#contents {
	width: 584px;
	margin-top: 0px;
	margin-left: 285px;
}
#footer {
	background-color: #FAE984;
	border: 1px solid #000000;
	width: 584px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #475E0B;
	text-align: center;
	height: 24px;
}
#footer a:visited {
	color: #475E0B;
	text-decoration: none;
}
#footer p {
}
#contents p {
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 0px;
}
.img_border {
	border: 1px solid #000000;
}
.floatL {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatR {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.caption {
	color: #475E0B;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#contents a:link {
	color: #475E0B;
	text-decoration: none;
}
#contents a:visited {
	color: #475E0B;
	text-decoration: none;
}
#contents a:hover {
	color: #92191A;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5D8000;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.quote {
	color: #475E0B;
	margin-right: 10px;
	margin-left: 10px;
}
.quote_pink {
	color: #CC206C;
	margin-right: 10px;
	margin-left: 10px;
}
.question {
	font-style: italic;
	color: #0A336B;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0A336B;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	margin-bottom: .6em;
}
.clear {
	clear: both;
	padding-top: 10px;
}
ol {
	color: #A21956;
	list-style-type: upper-alpha;
}
.quiz {
	background-color: #FAE984;
	width: 520px;
	border: thick dotted #5D8000;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 20px 20px 30px;
}
