/* National Surety Agents, LLC */
/*   http://www.nsabail.com/   */

/* ###### Header ###### */

#header {
  font-family: arial;
  font-size: 200%;
  height: 1.25em;
  padding-left: 4mm;
  padding-top: .45ex;
  padding-bottom: .45ex;
}

#menubar {
  height: 1.55em;
  padding-left: 1.3mm;
  padding-top: .4ex;
}

#menubar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: .6ex;
  padding-right: .6ex;
}  

#menubar a:hover {
  text-decoration: underline;
}


/* ###### Body Text ###### */

h1, h2, h3, h4 {
  font-family: verdana;
  font-weight: bold;
  font-size: 142%;
  padding-top: 1.5ex;
  padding-bottom: 0.5ex;
  border-bottom: 1px solid #003399;
}

body {
  background-color: white;
  font-family: verdana;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#bodytext {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 5em;
  padding: 2mm 2mm 2mm 2mm;
}

#bodytext p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 0ex;
}

#bodytext a {
  text-decoration: none;
  border-bottom: none;
}

#bodytext a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodytext .topOfPage {
  font-weight: bold;
  border: 0px none;
  float: right; padding-left:1ex; padding-right:1ex; padding-top:.5ex; padding-bottom:.5ex
}


/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: .4ex 1.3mm .4ex 1.3mm;
  clear: left;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom: none;
}

#footer a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.footerLHS {
  float: left;
  clear: left;
}

/* ###### Text Colors ###### */

#header {color: #003399;}

#menubar, #menubar a {color: white;}

#menubar .highlight {color: #fda05b;}

#h1, #h2, #h3, #h4 {color: #003399;}

#bodytext a {color: #0066cc;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

#header {background-color: #8caae6;}

#menubar {background-color: #003399;}

#bodytext {background-color: white;}

#footer {background-color: #003399;}