html {
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: black;
  font: normal 14px/16px Verdana,sans-serif;
}
body {
  margin: 0px auto;
  padding: 0px;
  width: 947px;
  background: url(../images/page-top-bg.gif) left 237px no-repeat;
}
h1 {
  font: normal 30px/30px Georgia,serif;
  font-style: italic;
  color: #1d3964;
  margin: 0px;
  padding: 7px 0px 10px 0px;
}
h2 {
  font: bold 12px/16px Verdana,sans-serif;
  color: #0069aa;
}
h3 {
  font: bold 13px/16px Verdana,sans-serif;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}
p {
  margin: 0px;
  padding: 8px 0px;
  text-align: justify;
}
a {
  color: #00adef;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
input.text, textarea,fieldset {
  border: 1px solid #1d3964;
}
div.sidebar {
  width: 210px;
}
div.sidebar ul {
  margin: 0px;
  padding: 0px 0px 0px 13px;
}
div.sidebar ul ul {
  padding-left: 20px;
}
div.sidebar li {
  margin: 0px;
  padding: 2px 0px;
  list-style: none;
  font: normal 12px/16px Verdana,sans-serif;
  color: #0069aa;
}
div.sidebar li a {
  color: #0069aa;
  font-weight: normal;
}
div.sidebar li div {
  padding: 2px 0px;
  margin: -2px 0px;
  background-color: #e9f2f7;
}

div.header {
  position: relative;
  height: 223;
  height: 179px;
  background: url(../images/header-bg.jpg) left top no-repeat;
}
div.header a img {
  border: none;
}
div.header a.logo {
  position: absolute;
  top: 23px;
  left: 41px;
  width: 241px;
  height: 120px;
  cursor: pointer;
}
div.header a.email {
  position: absolute;
  top: 137px;
  left: 733px;
}
div.header p.address {
  position: absolute;
  top: 27px;
  left: 733px;
  margin: 0px;
  padding: 0px;
  color: white;
  font: normal 11px/16px Verdana,sans-serif;
}

div.col1,div.col3 {
  display: inline;
  float: left;
  position: relative;
  z-index: 1;
  width: 250px;
  margin: 0px -266px 0px 16px;
  font-size: 12px;
}
div.col1 p,div.col3 p {
  text-align: left;
}
div.col3 {
  width: 235px;
  margin: 0px -269px 0px 31px;
  padding-right: 3px;
  border-right: 1px solid #e6eaec;
}

div.col2,div.col4 {
  display: inline;
  float: left;
  position: relative;
  z-index: 1;
  width: 613px;
  margin: 0px -911px 0px 298px;
}
div.col4 {
  padding-left: 30px;
  margin: 0px -911px 0px 268px;
  border-left: 1px solid #e6eaec;
}

div.sbbox {
  background-color: #eae9e3;
  padding: 0px 18px 0px 17px;
  margin-bottom: 9px;
}
div.sbbox img.boxend {
  display: block;
  margin: 0px -18px 0px -17px;
}
div.ancbox {
  background-color: #eaeef7;
  padding: 0px 19px 0px 18px;
  margin: 16px 0px 9px 0px;
}
div.ancbox p {
  text-align: left;
}
div.ancbox img.boxend {
  margin: 0px -19px 0px -18px;
}
div.ancbox div.special {
  padding: 10px 18px 18px 18px;
  border: 1px solid #ccd7ef;
  background-color: #f2f5fa;
  margin: 8px 0px 9px 0px;
}

a.thumbnail {
  display: inline;
  float: left;
  width: 155px;
  height: 151px;
  margin: 4px -5px 4px -2px;
  padding: 15px 3px 0px 0px;
  text-align: center;
  background: url(../images/thumbnail-bg.png) left top no-repeat;
  overflow: hidden;
}
a.thumbnail img {
  border: 1px solid #00adef;
}
* html a.thumbnail {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='/images/thumbnail-bg.png');
}

div.footer {
  clear: left;
  position: relative;
  top: -60px;
  z-index: 0;
  height: 146px;
  background: url(../images/page-bottom-bg.gif) left top no-repeat;
}
div.footer p.address {
  position: absolute;
  top: 82px;
  left: 50px;
  width: 995px;
  font-size: 12px;
  text-align: center;
  color: #808080;
}
p.staticlinks {
  position: absolute;
  top: 90px;
  left: 16px;
  width: 995px;
  font-size: 12px;
  color: #808080;
  text-align: center;
}
p.staticlinks a {
  font-weight: normal;
  color: #808080;
}

table.formtable {
  border-collapse: collapse;
}
table.formtable tbody th {
  vertical-align: top;
  text-align: right;
  font-style: italic;
  color: red;
  padding-right: 8px;
}
table.formtable tbody th label {
  color: black;
  font-weight: normal;
}