body {
	font: normal normal small/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
	text-align: center;
	background: #98ca98 url(page-bg.gif) repeat-y center;
}
a {
	color: #093;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
}
form {
	background: #CCFFCC;
	border: #009900 solid 1px;
	padding: 0.5em;
}

#all_column {
	text-align: justify;
	width: 750px;
	display: block;
	position: relative;
	margin: 0 auto;
}

#header {
	height: 250px;
	margin: 0;
	padding: 0;
	background: url(site-header.gif) no-repeat;
}
#header h1 {
	float: right;
	padding-top: 150px;
	padding-right: 1em;
	color: #093;
	width: 550px;
	text-align: right;
	font: bold 3em Georgia, "Times New Roman", Times, serif;
}
#main h2 {
	color: #093;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}
#main h3  {
	color: #093;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}
#navigation {
	text-align: right;
	background-color: #093;
	color: #fff;
	padding: 0.3em;
}
#navigation a, #navigation a:visited {
	color: #ccc;
	font-weight: bold;
	padding: 0.3em;
}
#navigation a:hover {
	color: #093;
	background-color: #CCC;
	text-decoration: none;
	background-image: url(nav_over.gif);
}

#main {
	padding: 1em;
}
#footer {
	text-align: center;
	padding-top: 30px;
	font-size: 0.75em;
}
#footer p {
	margin: 0;
	padding: 1px;
}

.complianceBadge {
	height: 15px;
	width: 80px;
	border-style: none;
}
p.question {
	font-weight: bold;
}