body {
	background: url('images/bg.jpg') top repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #494949;
	margin: 44px 0 0;
}
a:link { 
	color: #52A3F3;
	}
a:visited { 
	color: #52A3F3;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #52A3F3;
	text-decoration: none;
	}
a:active { 
	color: #52A3F3;
	}
.clear {
	clear: both;
}
#wrapper {
	width: 850px;
	margin: 0 auto 0;
}
#header h1 {
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 48px;
	font-weight: 100;
	letter-spacing: -3px;
	margin: 0;
	color: #f87b00;
}
#header h1 span {
	color: #0454ae;
	font-weight: bold;
}
#header2 {
	background: url('images/header2.jpg') no-repeat;
	height: 172px;
	margin: 0 0 2px;
}
#header2 h2 {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	margin: 0;
	float: right;
	padding: 140px 31px 0 0;
	width: 300px;
	text-align: center;
}
#contenttop {
	background: url('images/contenttop.jpg') no-repeat;
	height: 11px;
}
#contentbottom {
	background: url('images/contentbottom.jpg') no-repeat;
	height: 11px;
}
#content {
	background: #f3f3f3;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}
#col1 {
	width: 479px;
	float: left;
	margin: 0 0 0 20px;
}
#col1 h3 {
	font-size: 24px;
	font-weight: 100;
	color: #0350a7;
	margin: 0 0 10px;
	padding: 0 0 12px;
	border-bottom: 1px solid #c9c9c9;
}
#col1 p {
	font-size: 14px;
	color: #494949;
	margin: 0 0 12px;
	line-height: 24px;
}
#col1 ul {
	list-style-image: url('images/bullet.jpg');
	padding: 0 0 0 40px;
	margin: 24px 0;
}
#col1 li {
	font-size: 14px;
	margin: 0 0 15px;
	color: #565353;
}
#formarea {
	background: #dfdfdf url('images/gradient.jpg') bottom repeat-x;
	width: 298px;
	float: right;
	border-left: 1px solid #bebebe;
	border-right:1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	margin: 0 29px 0 0;
}
#formarea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0d0c0c;
	text-align: center;
	margin: 2px 0 15px;
}
#formarea label {
	width: 75px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 8px 0 26px;
}
.required {
	margin: 0 0 10px;
}
.inputText {
	width: 155px;
}
.phoneNumber {
	width: 29px;
}
.phoneNumber2 {
	width: 39px;
}
.submit {
	text-align: center;
	margin: 10px 0 20px;
}
#footer p {
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #b5b5b5;
}