
body {
	background: url(../images/body_bg.gif) repeat-x top left;
	color: #02315f;
	font: normal 12px Trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
}

h1 {
	font-size: 20px;
	margin: 14px 0;
}

h2 {
	font-size: 16px;
	margin: 14px 0;
}

p {
	margin: 12px 0;
}

a {
	color: #02315f;
}

#container {
	margin: 0 auto;
	width: 775px;
}

.clear {
	clear: both;
}

#container #header {
	background: url(../images/header.gif) no-repeat top center;
	min-height: 168px;
}

#container #header ul {
	background: url(../images/header_nav_bg.gif) no-repeat left 105px;
	list-style: none;
	margin: 0;
	padding: 129px 0 0 171px;
}

#container #header ul li {
	float: left;
	margin-top: -23.5px;
}

#container #header ul li a {
	float: left;
	height: 24px;
	padding: 0 60px;
	text-indent: -1000em;
}

#container #header ul li.login a {
	background: url(../images/btn_login.gif) no-repeat top left;	
	padding: 0 63px;
}

#container #header ul li.services a {
	background: url(../images/btn_services.gif) no-repeat top left;
}

#container #header ul li.forms a {
	background: url(../images/btn_forms.gif) no-repeat top left;
}

#container #header ul li.faq a {
	background: url(../images/btn_faq.gif) no-repeat top left;
}

#container #header ul li.contact a {
	background: url(../images/btn_contact.gif) no-repeat top left;
	padding: 0 59px;
}

#container #header ul li a:hover {
	background-position: bottom left;
}

#container #body #inline-list ul, li {
	display: inline;
	padding-bottom: 1px;
}

#container #body form.contact {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;	
	width: 200px;
}

#container #body form.contact label {
	font-weight: bold;
}

#container #body form.contact input,
#container #body form.contact textarea {
	display: block;
	margin: 5px 0;
	width: 100%;
}

#container #body form.contact textarea {
	height: 100px;
}

#container #body form.contact input.btn {
	margin-top: 10px;
	width: 75px;
}

#container #body dl dt{
	font-weight: bold;
	margin: 1px 0;
}

#container #body dl dd {
	padding: 2px;
}

