@charset "utf-8";
img { border: none; }
body {
	background: #dbe6d8 url("../images/background_Home.jpg") no-repeat top center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
a { color: #666666; }
a:hover { color: #00abbb; }
label {
	color: #00abbb;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	width: 200px;
}
div.formRow { margin-bottom: 10px; }
img.horizontalRule {
	margin-top: 14px;
}
input.text {
	border: 2px inset #bcbcbc;
	font-size: 18px;
	height: 25px;
	width: 226px;
}
input.button { margin-left: 200px; }

div#container { text-align: center; }
div#main {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}
div#header {
	text-align: center;
}
div#content_header {
	background: url("../images/spring/content_background_header.png") no-repeat;
	padding-top: 9px;
	margin-top: 30px;
}
div#content_footer {
	background: url("../images/spring/content_background_footer.png") no-repeat bottom left;
	padding-bottom: 9px;
}
div#content_body {
	background: url("../images/spring/content_background_body.png") repeat-y;
	padding: 33px 33px 1px;
}
div#disclaimer {
	background: url("../images/spring/disclaimer_background.gif") no-repeat;
	color: #666666;
	font-size: 11px;
	height: 54px;
	line-height: 18px;
	padding: 10px;
}
div.pagination {
	text-align: center;
	color: #00abbb;
	margin: 25px 0;
}
div.pagination a {
	color: #00abbb;
	text-decoration: none;
}
div.pagination a:hover {
	text-decoration: underline;
}
div.pagination .previous,
div.pagination .next {
	text-decoration: underline;
	padding: 0 10px;
}
div.pagination .previous:hover,
div.pagination .next:hover {
	text-decoration: none;
}
div.pagination a.current {
	font-weight: bold;
}
div.partner {
	background: url("../images/spring/listing_background.gif") no-repeat;
	color: #666666;
	height: 107px;
	line-height: normal;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 10px;
}
div.partner img.photo {
	padding-right: 20px;
}
div.partner img.logo {
	padding-left: 5px;
}
div.partner span.title {
	font-size: 14px;
	font-weight: bold;
}
div.partner a.website {
	color: #666666;
	display: block;
	text-decoration: none;
	padding-top: 5px;
}
div.partner a.website:hover {
	text-decoration: underline;
}