* { margin:0; padding:0; }
html, body {
	background-image:url('../images/cover/bg.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
}
#wrap {
	width:100%;
	position:relative;
}
div.headerTopbar {
	height:25px;
	float:left;
	width:33%;
}
#logoWrapper {
	width:391px;
	margin:0 auto 30px auto;
}
img#logo {
}
img#sms {
	float:left;
	margin-right:30px;
	margin-top:69px;
}
div#content {
	width:990px;
	margin:0 auto;
	position:relative;
	padding-bottom:60px;
}
ul {
	list-style:none;
}
h2 {
	font-size:16px;
	margin-bottom:15px;
	color:#2b6089;
}
#contact {
	margin-top:50px;
	margin-bottom:40px;
	border:1px solid #000;
	width:400px;
	padding:20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#FFF;
	font-size:14px;
	line-height:30px;
}
#contact label {
	font-weight:bold;
}
#contact div.contactOption {
	padding-left:50px;
}
#footer h1, #footer h2, #footer h3 {
	display: inline;
	font-weight: normal;
	width: 450px;
	margin: 0 auto;
	font-size: 12px;
}
p {
	margin-bottom:15px;
	text-align:justify;
}
#ref {
	width:425px;
	line-height:22px;
	font-size:14px;
	font-style:italic;
	padding-left:10px;
}
.emailGen{visibility:hidden;}