@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #747273;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #422835;
	border: medium double #CCC;
}
.oneColFixCtrHdr #container #mainContent ul li {
	padding-top: 10px;
}

.oneColFixCtrHdr #header {
	height: 263px;
	width: 932px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3F2532;
	border: thick none #03C;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	background-image: url(images_2010/footer.jpg);
	height: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	font-size: 11pt;
	color: #333;
	text-align: center;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	margin-top: -40px;
	border: medium none #F39;
	text-transform: uppercase;
	text-align: center;
	margin-left: 45px;
}
#smallimage {
}
#mainContent a:link {
	color: #E86D20;
	text-decoration: underline;
}
#mainContent a:visited {
	text-decoration: none;
}
#mainContent a:hover {
	color: #9D4611;
}
</style>
#map {
	float: left;
	clear: right;
}
.oneColFixCtrHdr #container #mainContent ol {
	padding-left: 350px;
}
.question {
	font-style: italic;
	font-weight: bold;
}
.answer {
	color: #887968;
}
