body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

td{
 font-family: Arial, Helvetica, sans-serif;
}

table#foos {
font-size: 12px;
}

A:link{

 text-decoration: none;
 font-weight: bold;
}

A:visited{
 color: #56607F;
 text-decoration: none;
 font-weight: bold;
}

A:hover{
 color: blue;
 text-decoration: none;
 font-weight: bold;
}

A:active{
 color: #1A3B60;
 text-decoration: none;
 font-weight: bold;

}

.title{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #000000;
 font-weight: bold;
}

.subtitle{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #000000;
 font-weight: bold;
}

.copy{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 13px;
 color: #000000;
}

.white{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 12px;
 color: #FFFFFF;
}
li a.txt, li b a.txt {
    font-weight: normal;
    color: black;
    text-decoration: none;
}


a.txt, a.txt:link, a.txt:active, a.txt:visited {
    font-weight: normal;
    color: black;
    text-decoration: none;
}
a.txt:hover{
 text-decoration: underline;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 0.5em;
}
a.topmenu:hover{
 text-decoration: underline;
}



/*************** begin Content *****************/
#content{
 width: 595px;
 padding: 0px;
 margin: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 13px;
 color: #000000;
 text-align: justify;
}

#content td {
 text-align: justify;
 }

#content h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #000000;
 font-weight: bold;
}

#content h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

#bigtop{
 font-size: 20px;
 font-family: Georgia, Times;
 color: black;
 text-align: center;
}

#tuba {
text-align: center;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
margin-top: 1.5em;
}

#tuba h2 {
display: inline;
text-align: center;
padding: 1em;
font-size: 12px;
}

form#index_form {
height: 60px;
vertical-align: top;
text-align: center;
}

form#index_form input {
border: 1px solid #C2BFA5;
}

table#front1 {
width: 100%;
background: #1A3B60;
border: 2px solid #C2BFA5;
}

table#front1 td {
vertical-align: top;
text-align: center;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #C2BFA5;
}

form#app_request, form#app_request  {
font-family: arial;
font-size: 12px;
font-weight: bold;
}
form#app_request label,form#app_request input,form#app_request select, form#ref_submit label,form#ref_submit input,form#ref_submit select {
  display: block;
  float: left;
  margin-bottom: 10px;
}
form#app_request input,form#app_request select, form#ref_submit input,form#ref_submit select {
border : 1px solid #5F5F5F;
margin: 1px;
}

form#app_request fieldset, form#ref_submit fieldset {
border : 1px solid #5F5F5F;
margin-bottom: 2em;
padding: 1em;
}

form#app_request input.form-text, form#ref_submit input.form-text,select#state {
  width: 150px;
  }
form#app_request label, form#ref_submit label {
  text-align: right;
  width: 100px;
  padding-right: 20px;
}

form#app_request label.radio, form#ref_submit label.radio {
  text-align: right;
  width: 490px;
  padding-right: 20px;
}

form#app_request label.long-label, form#ref_submit label.long-label {
width: 240px;
}
form#app_request input.loc-field, form#ref_submit input.loc-field {
display: inline;
}
form#app_request input.form-radio, form#ref_submit input.form-radio {
border: none;
}

form#app_request input#zip, form#ref_submit input#zip {
width: 5em;
}

form#app_request input#age, form#ref_submit input#age {
width: 2em;
}

form#ref_submit legend {
color: black;
font-weight: bold;
}

br.br-clear {
  clear: left;
  }

span.asterisk {
color: red;
font-size: 14px;
}

div#thanks-up {
position: relative;
top: -230px;
}
