/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#divMainWrapper {
	background: url(../Images/ScienceSedation/Images/frontpage_form.jpg) no-repeat;
}

#divFormBox {
	margin: 0px auto;
	width: 600px;
	border: 1px solid #553A27;
	background: #FFFFFF;
	padding: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #553A27;
}

.header {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #553A27;
}

.subHeader {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #553A27;
}

#divFooter {
	margin: 10px;
	font: 11px arial, helvetica, sans-serif;
	color: #000000;
}

#divUtility {
	text-align: right;
	width: 300px;
}

#divFooter a {
	text-decoration: none;
	color: #333333;
}

#divFooter a:hover {
	text-decoration: underline;
	color: #3163AC;
}

#divLogo {
	width: 400px;
}
