body {
	margin: 0;
	font-size: 70%;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	background-color: #B5D9FA;
}

.page {
	width: 100%;
	background-image: url(../templates/sunseeker_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #B5D9FA;
}

.form_table {
	width: 100%;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.table {
	width: 100%;
	background-image: url(background1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a, a:visited {
	color:#E79023;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

.orange_link a {
	color:#E79023;
	text-decoration: none;
}

.orange_link a:hover {
	color:#FF9900;
	text-decoration: underline;
}

p {
	padding: 0.15em 0.15em 0.05em 0.15em;
	margin: 0;
}

blockquote {
	padding-top: 0;
	margin-top: 0;
}

.footer {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	color: #E79023;
	font-size: 10px;
	text-align: center;
	height: 75px;
	background-color: #B5D9FA;
	background-image: url(../templates/sunseeker_content_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	list-style-image: url(assets/dots.gif);
}

.footer div {
	padding-top: 35px;
	display: block;
}

.footer-home {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	color: #E79023;
	font-size: 10px;
	text-align: center;
	height: 105px;
	background-image: url(../templates/sunseeker_home_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer-home p {
	padding-top: 60px;
}

li {
	list-style-image: url(dots.gif);
	list-style-type: none;
	list-style-position: outside;
}

.errors {
	color: #FF0000;
	border: thin solid #FF0000;	
}
.table_txt {
	color: #FFFFFF;
}
