.header_links {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.header_links:hover {
	font-size: 12px;
	color: #FFFF66;
	float: left;
	text-decoration: none;
	width: 100px;
	text-align: center;
	background-color: #6080a0;
}
.main_body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #7090b0;
	width: 100%;
	height: 100%;
	background-color: #7090b0;
}
.main_table {
	background-image: url(main_back.png);
	background-repeat: no-repeat;
	background-position: right 70px;
}

#main_layer {
	position:relative;
	left:10px;
	top:10px;
	z-index:1;
	border: 1px dotted #000000;
	background-color: #ddddff;
	background-image: url(main_back.jpg);
	background-repeat: no-repeat;
	background-position: 330px 50px;
	overflow: auto;
	width: 756px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	font-style: oblique;
	color: #000066;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	color: #4E6FA5;
}
h3 {
	font-size: 14px;
	margin: 0px;
	color: #4E6FA5;
}
span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000033;
}
.quote_input {
	background-image: url(quote_textarea_bg.png);
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 12px;
	border: 1px solid #336699;
}


p {
	font-size: 14px;
	color: #000066;
	margin: 0px;
}
textarea {
	height: 100px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	padding: 5px;
	background-image: url(quote_textarea_bg.png);
	border: 1px solid #336699;
}
.quote_submit {
	border: 1px solid #336699;
	background-color: #6699CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	width: 110px;
	margin: 0px;
	padding: 0px;
}
#Footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 756px;
	height: 30px;
	position: relative;
	top: 10px;
	right: 10px;
	left: 10px;
	background-color: #7090b0;
}
.footer_span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.span_errors {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
}
