@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C9C9CB;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 14px;
}
#footer_links a:link {
	color: #000000;
	text-decoration: none;
}
#footer_links a:visited {
	color: #000000;
	text-decoration: none;
}
#footer_links a:hover {
	color: #000000;
	text-decoration: underline;
}

.introtext {
	line-height: 22px;
}
#content {
	background-image: url(grfx/body_bkg.gif);
	background-repeat: repeat-y;
	padding-top: 24px;
	padding-right: 32px;
	padding-bottom: 24px;
	padding-left: 32px;
}
.question {
	font-weight: bold;
	color: #FFFFFF;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


#footer_links {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	height: 45px;
	width: 100%;
	background-image: url(grfx/footer_bkg.gif);
	background-repeat: no-repeat;
}
#header {
	width: 100%;
	height: 310px;
}
.answer {
	font-style: italic;
}

h1 {
	font-size: 20px;
}
a.redlinks:link {
	color: #9A1515;
	text-decoration: none;
	font-weight: bold;
}
a.redlinks:visited {
	font-weight: bold;
	color: #9A1515;
	text-decoration: none;
}
a.redlinks:hover {
	font-weight: bold;
	color: #9A1515;
	text-decoration: underline;
}
a.white_links:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white_links:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white_links:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
