@charset "utf-8";
body/* CSS Document */

 {
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #A4B1C6;
	background-image: url(images/bg.gif);
}
#maincontainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #4A5466;
	border: 0px solid #A4B1C6;
	margin-top: 40px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
}
#maincontainer #form {
	width: 250px;
	margin-left: 10px;
	border: 2px solid #A4B1C6;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #CAD1DD;
	background-color: #2A3445;
	padding-bottom: 10px;
}
#maincontainer #footer a {
	color: #0066CC;
	text-decoration: none;
}
#maincontainer #footer a:hover {
	text-decoration: underline;
}
#maincontainer  #form  #Quote {
	text-align: right;
}

#maincontainer  #form  h1 {
	font-size: 18px;
	color: #6699FF;
	font-weight: normal;
	text-align: center;
}
#maincontainer #form h2 {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	color: #6699FF;
}
#maincontainer #form h3 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A3445;
	border: 2px solid #2A3445;
	background-color: #CDD5E0;
}



#maincontainer #top {
	margin-bottom: 5px;
	height: 135px;
}
#maincontainer #imgbox {
	text-align: center;
	margin-bottom: 10px;
	width: 412px;
	border: 2px solid #A4B1C6;
}


#maincontainer #footer {
	height: 25px;
	border-top-style: none;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
	overflow: auto;
	padding-bottom: 5px;
}
#maincontainer #contentbox {
	overflow: auto;
	border: 2px solid #A4B1C6;
	padding: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #2A3445;
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 18px;
}
#maincontainer #form #thankyou {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
