@charset "utf-8";
body, h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
}

td img { display: block;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #d7d7d7;
	background-image: url(gfx/bg-outer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

.formfield {
	border: 1px solid #999999; 
}

#form1 p {
	color: #0a293e;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.form-contact {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
}

#form2 p {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

.form-ratewatch {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(gfx/bg-inner2.gif);
	background-repeat: repeat-y;
}



#content {
	padding: 15px 15px 15px 15px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #315683;
	padding-bottom: 10px;
	line-height:22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #315683;
	padding-bottom: 0px;
	padding-top:10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0092c1;
	padding: 5px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
	line-height:18px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	list-style-type:disc;
	list-style:outside;
	margin-left: 20px;
	list-style-image:url(gfx/bullet.gif);
}

ul {
	padding-bottom: 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a30f1c;
	text-decoration: none;
	padding-bottom:5px;
}


a.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a30f1c;
	text-decoration: underline;
	padding-bottom:5px;
}

#subnav {
	padding: 7px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #29486e;
	border-right: #FFFFFF solid 1px;
	height: 20px;
}

#subnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #29486e;
	text-decoration: none;
	padding-right: 20px;
}

#subnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #29486e;
	text-decoration: underline;
	padding-right: 20px;
}

#footer-container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px;

}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
	padding-right: 10px;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	padding-right: 10px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear:both;
	height: 0px;
}