a, td, th, p, ol, ul, li {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 10pt;
 }

.required {
        FONT-SIZE: 8pt;
        FONT-WEIGHT: 700;
        COLOR: #FF0000;
}


body {
  margin-top: 0em;
  margin-right: 8%;
  margin-bottom: 2em;
  margin-left: 8%;
  background-color:#1B1847;
  background-image:url(../images/bg-fade.png);
  background-repeat:repeat-x;
}

div {
  color: #000000;
  background: #FFFFFF;
  background-image:url(../images/page-fade.png);
  background-repeat:repeat-y;
  margin: 0 0 0 0;
  padding: 3px 3px 3px 3px;
/*  border-width: thick;
  border-color: #1B1847;
*/
}
div.header {
  color: #000000;
  background: #F6E6C4;
/*  background-image:url(../images/bkgrn_header_curv.gif);
  background-repeat:repeat-y;
  border-width: 20px;
  border-color: blue;*/
  border: 1px solid #1B1847;
  padding: 0 0 0 0;
}
div.menu {
  color: #000000;
  background: #F6E6C4;
  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-width: 20px;
  border-color: blue;
}
div.address {
  color: #000000;
  background: #F6E6C4;
  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
  padding-top: 20px;
  position: relative;
  bottom: 0;
  vertical-align: bottom;
}

table {
  table-layout: auto;
  border: 0;
  border-spacing: 0;
  border: 1px solid #1B1847;
}
table.form {
  margin-left: 40px;
  margin-right: 30px;
}
td.side {
  text-align: left;
  background: #F6E6C4;
  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
  vertical-align: top;
  width: 22%;
}
td.center {
  color: #000000;
  background: #ffffff;
  background-image:url(../images/page-fade.png);
  background-repeat:repeat-y;
  vertical-align: top;
  width: 78%;
}
td.bottom {
  text-align: right;
  background: #F6E6C4;
  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
  vertical-align: top;
}
td.form {
  FONT-SIZE: 8pt;
  COLOR: #000066;
}

blockquote {
  color: #000000;
  background: #FFFFFF;
  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
  padding: 3px 3px 3px 3px;
  border-width: thick;
  border-color: #1B1847;
}
blockquote.header {
  color: #000000;
  background: #F6E6C4;
/*  background-image:url(../images/side-fade.png);
  background-repeat:repeat-y;
*/  border-width: 20px;
  border-color: blue;
  padding: 0 0 0 0;
}

span.left {
  float: left;
}
span.right {
  float: right;
}

p.normal {
  color: #000000;
  background: #FFFFFF;
  margin-left: 40px;
  margin-right: 30px;
  padding: 1px 1px 2px 1px;
}
p.pagehead {
  color: #000000;
  background: #FFFFFF;
/*  border-width: thick;
  border-color: #1B1847;
*/  font-size: 18pt;
  margin-left: 40px;
  margin-right: 30px;
  padding: 1px 1px 2px 1px;
}
p.parahead {
  color: #000000;
  background: #FFFFFF;
  font-size: 14pt;
  margin-left: 40px;
  margin-right: 30px;
  padding: 1px 1px 2px 1px;
}
p.menu {
  color: #000000;
  background: #F6E6C4;
  margin-left: 40px;
  padding: 1px 1px 2px 1px;
}
p.address {
  color: #000000;
  background: #F6E6C4;
  font-size: 9pt;
  margin-left: 40px;
  padding: 1px 1px 2px 1px;
}
p.copyright {
  color: #000000;
  background: #F6E6C4;
  font-size: 8pt;
  margin-left: 40px;
  padding: 1px 1px 1px 1px;
}

img.services {
        text-align: left;
        padding-left: 0;
        padding-right: 10px;
        padding-top: 10px;
        float: left;
}

ul {
  color: #000000;
  background: #FFFFFF;
  margin-left: 55px;
  margin-right: 30px;
  padding: 1px 1px 2px 1px;
}
ul.header {
  display: list-item;
  list-style: none;
  margin-left: 40px;
}

ol {
  color: #000000;
  background: #FFFFFF;
  margin-left: 55px;
  margin-right: 30px;
  padding: 1px 1px 2px 1px;
}
li {
  color: #000000;
  background: #FFFFFF;
  margin-left: 0px;
  margin-right: 30px;
  padding: 1px 1px 5px 1px;
}


A.menu {
  font-size: 9pt;
  font-weight: bold;
  border: none;
}
A.menu:link {
  color:  #1B1847;
}
A.menu:visited {
  color: #8E9DBE;
}
A.menu:active {
  color: #744F1A;
}
A.menu:hover {
  color: #CF000E;
}


