@charset "utf-8";
body {
	line-height: 150%;
	padding: 0;
	margin: 0;
	background-color: #233A52;
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
a, a:visited {
	color: #327dcb;
}
a:hover {
	text-decoration: none;
}
#container {
	background: #fff;
	width: 750px;
	text-align: left;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 8px;
	border-bottom: 1px #efefef solid;
	color: #333;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.65em; }
#continue, #back {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	background: #2c4867;
	border: 0;
	text-decoration: none;
}
#continue a:hover, #back a:hover {
	text-decoration: underline;
}
#content {
	padding: 10px;
}
#content div {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px #efefef solid;
}
#consent-text { 
	display: none; 
}
.general label {
	display: block;
	padding-bottom: 5px;
}
#mhs {
	background: #DDEAF7;
	border: 1px solid #C7DCF1;
	text-align: center;
}