﻿* {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #333333;
}
body {
  margin: 5px;
  padding: 0;
  font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2 {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  font-size: 1.6em;
  margin-right: 10px;
}
h3 {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  font-size: 1.4em;
  margin-right: 10px;
}
h4 {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  font-size: 1.2em;
}

p, ol, ul, blockquote {
  line-height: 24px;
}

img {
    border-style: solid;
	border-width: 0;
}

a {
  color: #990033;
}
a:hover {
  text-decoration: none;
}
img {
  border:  none;
}
#header {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 auto;
  height: 50px;
}
#logo {
  padding: 0;
  background: transparent url(logo.jpg) no-repeat scroll 0% 50%;
  float: left;
  height: 46px;
}
#logo * {
  text-decoration: none;
}
#logo h1 {
  border:  none;
  margin: 3px 0 0 155px;
  padding: 0;
  font-size: 1.7em;
  font-weight: bold;
}
#logo h1 a {
  color: #000099;
}
#logo h2 {
  border:  none;
  margin: 0 0 0 155px;
  padding: 0;
  font-size: 1.0em;
}
#logo h2 a {
  color: #b4b4b4;
}

#search {
	visibility:hidden;
	display:none;
}

#menu {
  padding: 10px 10px 0 0;
  float: right;
  height: 45px;
}
#menu ul {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  font-size: 0.9em;
  display: inline;
  text-transform: lowercase;
}
#menu a {
  border-left: 1px solid #cbcbcb;
  padding: 0 5px;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}
#menu .first a {
  border:  none;
}
#breadcrumb ul {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#breadcrumb li {
  display: inline;
  text-transform: lowercase;
}
#breadcrumb a {
  padding: 0 5px;
  border-right: 1px solid #cbcbcb;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb .last a {
  border:  none;
}
#textfield1 {
  border-style: solid;
  border-color: #a0a0a0 #d6d6d6 #d6d6d6 #a0a0a0;
  border-width: 1px;
  width: 125px;
  margin-bottom: 10px;
}
#submit1 {
  border-style: solid;
  border-color: #ebebeb #ebebeb #dddddd;
  border-width: 1px;
  background: #fbfbfb none repeat-x scroll 0% 50%;
  text-transform: lowercase;
  font-size: 12px;
  color: #7a7a7a;
}
#page-wrap {
  margin: 5px auto;
  background: white none repeat scroll 0% 50%;
  min-width: 780px;
  max-width: 1260px;
}
#page-wrap #inside {
  margin: 5px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#colTwo {
  padding-left: 175px;
  padding-top: 20px;
  margin-right: 5px;
}
#colOne {
  float: left;
  width: 150px;
  padding-left: 10px;
  padding-top: 20px;
}
#colOne ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 0.9em;
}
#footer {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  margin-top: 20px;
}
#footer p {
  line-height: 16px;
}
dt {
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
#submitMap {
  border-style: solid;
  border-color: #ebebeb #ebebeb #dddddd;
  border-width: 1px;
  background: #fbfbfb none repeat-x scroll 0% 50%;
  text-transform: lowercase;
  color: #7a7a7a;
  margin-left: 10px;
}

td {
  font-size: 0.8em;
}

#declarations table {
  border-width :thin;
}
#declarations td {
  font-size: 0.8em;
  padding-left: 5px;
  padding-right: 5px;
}
#declarations th {
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
