@charset "utf-8";
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #2A4480;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(background.png) no-repeat fixed center;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
}

hr.nav {
	width: 90%;
	border: none 0;
	border-top: 1px dashed #f18800;
	text-align: center;
	margin: 1 auto 1 auto;
}

A:link {
	text-decoration: none;
	color: #2A4480;
}
A:visited {
	text-decoration: none;
	color: #2A4480;
}
A:active {
	text-decoration: none;
	color: #2A4480;
}
A:hover {
	text-decoration: underline;
	color: #1E3059;
}

.header {
	text-align: center;
	height: 178px;
	background: url(headerbg.png) no-repeat center bottom;
	padding-top: 20px;
}

.links {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #898989;
	background-color: #f1f1f1;
}

.main {
	line-height: 19px;
	background: #ebeeff;
	padding: 20px;
}

.footer {
	background: #e2dcba url(footerbg.png) repeat-x top;
	text-align: center;
	line-height: 17px;
	height: 39px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #afaa90;
	border-right-color: #afaa90;
	border-bottom-color: #afaa90;
	border-left-color: #afaa90;
}

textarea#request { 
	color: #06266f;
	background: #bfd3ff;
	padding: 5px;
	width: 400px;
	font-family: Tahoma, sans-serif;
	border: 1px solid #06266f;
}

textarea#message { 
	color: #06266f;
	background: #bfd3ff;
	padding: 5px;
	width: 350px;
	font-family: Tahoma, sans-serif;
	border: 1px solid #06266f;
}

fieldset {
	border: 1px solid #3333FF;
	width: 20em;
}

input
{
	color: #06266f;
	background: #bfd3ff;
	border: 1px solid #06266f;
	text-align: left;
}

.submit input
{
color: #000;
background: #bfd3ff;
border: 2px outset #6da9d6;
margin-left: 6.5em;
} 

label
{
width: 6.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}




#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #ebeeff;
color: #424461;
width: 789px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #424461;
text-decoration: none;
border-right: 1px solid #424461;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #first { border-left: 1px solid #424461; }
 
#navcontainer #active {
background: #dfe3f4;
 }
 
 #navcontainer #firstactive {
 border-left: 1px solid #424461;
 background: #dfe3f4;
 }