body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #D6D6D6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
}

a:link, a:visited { color: #2C3089;	text-decoration: underline;}
a:hover, a:active {	color: #2C3089;	text-decoration: underline;}

div#container {
	margin: 10px auto;
	text-align: left;
	width: 778px;
	background-image: url(images/top_bar.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	background-color: #FFFFFF;
}

div#offers {
	width: 776px;
	padding: 0 1px 2px 1px;
}

.middle {
	margin: 0 1px 0 1px;
}

div#left {
	padding: 15px;
	float: left;
	width: 475px;
	border-right: 1px solid #CCCCCC;
}

div#right {
	padding: 15px;
	float: right;
	width: 242px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1em;
	overflow: hidden;
}

h1 { display: none; }

h2 { 
	color: #414141;
	font-size: 15px;
}

div#footer {
	width: 768px;
	padding: 3px 0 0 10px;
	height: 17px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #D6D6D6;
}	

/* Form Styles */

.blue { color: #2C3089; }

.missing { border: 2px solid #2C3089; }

input, textarea, select {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

select {
	padding: 0px;
}

div#form { 
	width: 300px; 

}

div.label {
	width: 30%;
	float: left;
	position: relative;
	font-weight: bold;
}

div.field {
	width: 70%;
	float: left;
	position: relative;
	margin-bottom: 5px;
}