@charset "UTF-8";
h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002D4B;
	color: #778FBD;
	margin-top: 25px;
}
h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #778FBD;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002D4B;
}
p {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#centercolumn {
	color: #000;
	background-color: #FFF;
	width: 860px;
	margin-right: 10%;
	margin-left: 10%;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.question {
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}
.answers {
	font-size: 16px;
	font-style: italic;
}
a {
	text-decoration: none;
}
