body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/mainbackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #21547F;
	text-align: center;
	margin: 0px;
}
#footer a {
	color: #4586AC;
}

#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 900px;
}
#mainarea {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 900px;
	background-image: url(../images/containerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	float: left;
}
#navigation {
	float: left;
	height: auto;
	width: 200px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#searcharea {
	height: 100px;
	width: 180px;
	float: left;
	margin-left: 20px;
}

#rightarea {
	text-align: left;
	float: right;
	height: auto;
	width: 667px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightarea a:link {
	color: #990000;
	text-decoration: underline;
}
#rightarea a:visited {
	color: #990000;
	text-decoration: underline;
}
#rightarea a:active {
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
#rightarea a:hover {
	color: #0066FF;
	text-decoration: underline;
}


#rightarea p {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
#rightarea li {
	font-size: 12px;
}
.red {
	color: #990000;
}
#rightarea h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006699;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rightarea h1 {
	font-size: 24px;
	color: #21547F;
	margin-top: 0px;
	margin-bottom: 5px;
}
#rightarea h3 {
	color: #000066;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#rightarea h4 {
	font-size: 12px;
	color: #01377D;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 7px;
	margin-top: 0px;
}


#footer {
	text-align: center;
	height: 50px;
	width: 900px;
	background-image: url(../images/footerbackground.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #6296C5;
	float: left;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#savings {
	float: right;
	height: 150px;
	width: 300px;
}
/* CSS Document */

input, select, textarea {
	color: #333333;
}
input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#ffffff;
}

