@charset "UTF-8";
/* CSS Document */

* {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}
/* CSS Document */
body {
	background-image:url("bg2.gif");
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

.simplebg {
	background-repeat:no-repeat !important;
	background-image:URL("bg4.gif");
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}

#maincontent {
	position:relative;
	left:25px;
	top:40px;
	width:450px;
}

h1 {
	font-size:15px;
	color:#507a93;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	font-size:13px;
	color:#507a93;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#special a, #newsletter a {
	color:#507a93;
}

#head {
	position:relative;
	top: 0px;
	left: 5px;
	background-image: url("FDheader.gif");
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	height: 110px;
	width: 475px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	z-index: 0;
}

#headerlinks {
	position:relative;
	top:247px;
	left:300px;
	line-height:17px;
	text-align:left;

}

#headerlinks a {
	color:#eeeeee;
}

#headerlinks2 {
	position:relative;
	top:95px;
	left:285px;
	width: 200px;
	line-height:17px;
	text-align:left;

}

#headerlinks2 a {
	color:#eeeeee;
}

#headanim {
	top: 10px;
	z-index: 10;
	height:;
	background-position: top;
	text-align: left;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	position: fixed;
}

#newsletter {
	position:relative;
	top:55px;
	left:28px;
	text-align:left;
}

#copytop {
	padding-top:20px;
	padding-left:180px;
	width:230px;
	text-align:left;
}

#copyleft {
	position:relative;
	top:5px;
	left:15px;
	width:380px;
	text-align:left;
	margin-left: 25px;
}

#special {
	position:relative;
	top:50px;
	left:17px;
	width:190px;
	text-align:left;
}

#sublinks {
	padding-left:20px;
}

#sublinks li, #sublinks li a:link, #sublinks li a:visited {
font-size:12px;
text-decoration:underline;
}

#sublinks li a:hover {
	color:#999999;
}

#footer {
	text-align:center;
	color:#222222;
}

#bottom {
	width:100%;
	width:100% !important;
	background-color:#fff907;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:#222222;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#bottom a {
	color:#222222;
}

.foot13 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.formSeparator{
	background:#fcfcfc;
	border-right:1px solid #e3e3e4;
	border-bottom:1px solid #e3e3e4;
	border-top:1px solid white;
}
.formLabel{
	padding:5px 10px 5px 5px;
	background:#fcfcfc;
	border-right:1px solid #e3e3e4;
	border-bottom:1px solid #e3e3e4;
	border-top:1px solid white;
	text-align:right;
	vertical-align:middle;
	width:100px;
}
.formField{
	padding:5px 5px 5px 10px;
	background:#f8f8f8;
	text-align:left;
	border-right:1px solid #e3e3e4;
	border-bottom:1px solid #e3e3e4;
	border-top:1px solid white;
	vertical-align:middle;
}

ul.listErrors			{margin:0; padding:0px; list-style:disc;}
ul.listErrors li		{font-weight:bold; color:#a61414; margin:0 0 0 15px; padding:3px 0 0 0; font-size:12px;}

.field_normal 			{ border: 1px solid #7c7c7e; }
.field_required			{ border: 1px solid #7c7c7e; }
.field_error			{ border: 1px solid #a61414; /*background-color:#FFE8E8;*/ }
.field_label_required	{ font-weight:bold; }
.field_label_error      { font-weight:bold; color:#a61414;}
.field_error_message 	{ font-size:10px; color:#a61414;}