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

body {
padding: 0px;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/headerLine.jpg);
background-repeat: repeat-x;
font-size: 9pt;
}

#header {
width: 100%;
height: 135px;
float: left;
}

#logo {
width: 345px;
height: 135px;
float: left;
}

#nav {
width: 420px;
float: right;
margin-right: 20px;
margin-top: 73px;
text-align: right;
line-height: 14px;
}

#flash {
width: 100%;
height: 700px;
float: left;
}

#contentWrapper {
width: 100%;
height: 400px;
float: left;
}

#footer {
background-image:url(images/footerLine.jpg);
background-repeat: repeat-x;
width: 100%;
height: 20px;
background-position: bottom;
float: left;
font-size: 7pt;
color:#5A4A42;
text-align: center;
padding-top: 10px;
}

.mainNav a {
color:#3F597A;
font-size: 11px;
text-decoration: none;
margin-left: 30px;
}

.mainNav a:hover {
color:#FF7000;
font-size: 11px;
text-decoration: none;
margin-left: 30px;
}

.subNav a {
color:#FF7000;
font-size: 11px;
text-decoration: none;
margin-left: 30px;
}

.subNav a:hover {
color:#5A4A42;
font-size: 11px;
text-decoration: none;
margin-left: 30px;
}


.formField {
float: left;
width: 165px;
background-image:url(images/formBg.jpg);
background-repeat: repeat;
border: 1px solid #5A4A42;
}

.formText {
float: left;
width: 50px;
text-align: right;
}

.formArea {
float: left;
width: 422px;
background-image:url(images/formBg.jpg);
background-repeat: repeat;
border: 1px solid #5A4A42;
}

.formFieldButton {
border: 1px solid #ff7000;
width: 50px;
height: 20px;
background-color:#3F597A;
color:#ffffff;
font-size: 8pt;
font-weight: bold;
}

#content {
margin-left: auto;
margin-right: auto;
width: 760px;
height: 300px;
margin-top: 20px;
}

#left {
width: 500px;
float: left;
}

#right {
width: 210px;
float: right;
text-align: right;
font-size: 8pt;
}

#right a {
color:#3F597A;
font-size: 8pt;
text-decoration: none;
}

#right a:hover {
color:#FF7000;
font-size: 8pt;
text-decoration: none;
}

h1 {
font-size: 11pt;
color:#3F597A;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h2 {
font-size: 8pt;
color:#5A4A42;
font-weight: bold;
margin: 0px;
padding: 0px;
}

ul {
line-height:16pt;
}

a {
color:#3F597A;
font-size: 9pt;
text-decoration: none;
}

a:hover {
color:#FF7000;
font-size: 9pt;
text-decoration: none;
}

#footer a {
color:#3F597A;
font-size: 7pt;
text-decoration: none;
}

#footer a:hover {
color:#FF7000;
font-size: 7pt;
text-decoration: none;
}