@charset "UTF-8";
body {
	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: #5F766D;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	background-color: #A7BEB4;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColElsCtr #container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
}
#container .bottom {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bottom a {
	color: #C9D8D3;
}
.oneColElsCtr #mainContent {
	color: #788F86;
	background-color: #A6BDB4;
}
a {
	text-decoration: none;
	color: #FFF;
}
.white {
	color: #FFF;
}
#answers {
	width: 1024px;	
}
#answers p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4a5752;
}
.oneColElsCtr #container p .bottom {
	color: #C9D8D3;
}
