* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #303030;
	margin-bottom: 20px;
}

img {
	border: none;
}

.hide {
	display: none;
}

.clearme {
	clear: both;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	background: url(../images/bgnd-page.gif) top center repeat-y white;
}

#header {
	width: 820px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 295px;
	height: 55px;
	position: absolute;
	top: 10px;
	left: 0;
}

#nav {
	width: 510px;
	height: 28px;
	list-style: none;
	background: url(../images/nav-end.gif) right top no-repeat #339adc;
	position: absolute;
	right: 0;
	top: 30px;
}

#nav li {
	float: left;
	padding: 6px 10px;
}

#nav li a {
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.nav-start {
	background: url(../images/nav-start.gif) left top no-repeat;
	padding-left: 10px;
}

#banner {
	width: 840px;
	height: 205px;
	margin-left: 30px;
	background: url(../images/bgnd-banner.jpg) top left no-repeat;
	position: relative;
}

#banner-text {
	width: 440px;
	height: 80px;
	background: url(../images/banner-text.jpg) top left no-repeat;
	position: absolute;
	top: 35px;
	left: 20px;
}

#banner-offer {
	width: 502px;
	height: 42px;
	position: absolute;
	bottom: 30px;
	left: 19px;
	background: url(../images/banner-offer.jpg) top left no-repeat;
	padding: 0 0 0 15px;
}

#content {
	width: 820px;
	margin: 0 auto;
}

#colLeft {
	width: 520px;
	float: left;
	padding: 20px 20px 20px 0px;
}

#colRight {
	width: 280px;
	float: left;
}

#colRight #formTitle {
	display: block;
	width: 280px;
	height: 50px;
	margin-bottom: 0px;
	background: url(../images/form-title.jpg) top left no-repeat;
}

#formTable {
	background: url(../images/bgnd-formfooter.gif) bottom center no-repeat #ffe9c8;
	width: 280px;
	padding: 15px 0;
	margin: 0 auto 10px auto;
}

.form-row {
	width: 240px;
	height: 30px;
	margin: 0 auto 5px auto;
	font-size: 1.2em;
}

.form-row label {
	display: block;
	width: 80px;
	float: left;
	color: black;
	font-weight: bold;
	line-height: 2.2em;
}

.required {
	color: red;
}

.dropdown {
	width: 110px;
	padding: 3px;
	font: 12px Arial,Helvetica,sans-serif;
}

.textbox {
	width: 143px;
	padding: 5px;
	background-color: white;
	border: 1px solid #ffc164;
	font: 12px Arial,Helvetica,sans-serif;
}

.checkbox {
	vertical-align: text-bottom;
}

#footer {
	width: 820px;
	height: 40px;
	background: url(../images/bgnd-footer.gif) top left no-repeat;
	padding: 0 30px;
}
