body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 950px;
  background-color: #E2ECF7;
  color: white;
  background-image: url(images/bg1.gif);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  text-align: left;
  width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0;
  position: relative;
}
#header {
  margin: 0;
  padding: 10px;
  height: 100px;
}
#header img {
  border: 0 solid #ffffff;
}
#jump-img img {
  position: absolute;
  top: 75px;
  right: 10px;
  border-style: none;
}
#right-corner {
  float:right;
}
#left-corner {
  float: left;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom a:link, #header-bottom a:visited {
 font-style: normal;
 font-weight:normal;
 color: #003366;
 text-decoration: underline;
}
#header-bottom a:hover {
 font-style: normal;
 font-weight:normal;
 color: #003366;
 text-decoration: none;
}
#tagline {
  font-weight: bold;
  font-size: 130%;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: .2em 0 0 20px;
  width: 300px;
  float: left;
}
#tagline em {
  color: #C30200;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: .4em 10px .5em 0;
  font-size: 90%;
  background-color: #fdf8f2;
  text-align: right;
}
#header-bottom li {
  display: inline;
  color: #050845;
}
#sidebar-left {
  float: left;
  clear: left;
  margin:0;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  width: 235px;
  background-color: #FFFFFF;
  border-right: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 400px;
}
#sidebar-left p {
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
  text-align: center;
  color: #000000;
}
#sidebar-left a:link, #sidebar-left a:visited {
  color: #003366;
  text-decoration: underline;
}
#sidebar-left a:hover {
   color: #003366;
  text-decoration: none;
}
#sidebar-left em {
  font-style: normal;
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 100%;
  color: #003366;
}
#sidebar-left h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  color: #003366;
}
#timeline-box {
  border: 1px solid #b9d2e3;
  background-color: #fdf8f2;
  text-align:left;
  padding:0 15px 0 15px;
  margin:0;
  position:absolute;
  top: 540px;
  left:0;
  width: 214px;
}
#timeline-box p {
  color: #000000;
  font-size:1em;
  font-weight:normal;
  text-align:left;
  padding:.8em 0 .5em 0;
  margin:0;
}
#timeline-box h3 {
  color: #003366;
  font-size:130%;
  font-weight:bold;
  text-align:center;
}
#timeline-box h4 {
  color: #003366;
  font-size: 1em;
  font-weight:bold;
  text-align:center;
  line-height:1em;
  padding:0;
  margin:0;
}
#timeline-box hr {
  border:1px solid #b9d2e3;
}
#sidebar-right {
  float: right;
  clear: right;
  margin: 0 0 0 5px;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
  width: 135px;
  background-color: #fdf8f2;
  border-left: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 620px;
}
#contactus fieldset {  
  padding: 0;
  background-color: #fdf8f2;
}
#contactus legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold;
}
#contactus fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;
  color: #000000;
}
#contactus fieldset li {  
  padding-bottom: 1em;
}
#contactus fieldset.submit {  
  border-style: none;
  background-color: #FFFFFF;
  text-align: left;
}
#contactus label {  
  display: block;
}
#contactus a:link, #contactus a:visited {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: underline;
}
#contactus a:hover {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: none;
}
#content {
  width: 650px;
  margin-left: 270px;
  text-align: justify;
  background-color: #FFFFFF;
}
#content-justify-left {
  text-align: left;
}
#content p {
  font-size: 90%;
  font-weight: normal;
  color: #000000;
}
#content p.bold {
  font-size: 90%;
  font-weight: bold;
  color: #000000;
}
#content h1 {
  font-size: 160%;
  font-weight: bold;
  color: #003366;
  text-align:center;
}
#content h2 {
  font-size: 130%;
  font-weight: bold;
  color: #003366;
}
#content h3 {
  font-size: 110%;
  font-weight: bold;
  color: #003366;
  margin: 0;
  padding: 15px 0 5px  0;
}
#content a:link, #content a:visited {
  color: #000000;
  text-decoration: underline;
}
#content a:hover {
   color: #000000;
  text-decoration: none;
}
#search-content {
  width: 650px;
  margin-left: 100px;
  text-align: justify;
  background-color: #FFFFFF;
}
#search-content p {
  font-size: 90%;
  font-weight: normal;
  color: #000000;
}
#search-content p.bold {
  font-size: 90%;
  font-weight: bold;
  color: #000000;
}
#search-content h1 {
  font-size: 160%;
  font-weight: bold;
  color: #003366;
  text-align:center;
}
#search-content h2 {
  font-size: 130%;
  font-weight: bold;
  color: #003366;
}
#search-content h3 {
  font-size: 110%;
  font-weight: bold;
  color: #003366;
  margin: 0;
  padding: 15px 0 5px  0;
}
#search-content a:link, #search-content a:visited {
  color: #000000;
  text-decoration: underline;
}
#search-content a:hover {
   color: #000000;
  text-decoration: none;
}
#float-right1 {
  float: right;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-right1 img {
  margin-left:5px;
  margin-top:0;
  padding:0;
}
#float-right2 {
  float: right;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-right2 img {
  margin-left:5px;
  margin-top:0;
  padding:0;
}
#float-right3 {
  float: right;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-right3 img {
  margin-left:5px;
  margin-top:0;
  padding:0;
}
#float-right4 {
  float: right;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-right4 img {
  margin-left:5px;
  margin-top:0;
  padding:0;
}
#float-left1 {
  float: left;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-left1 img {
  margin-right:5px;
  margin-top:0;
  padding:0;
}
#float-left2 {
  float: left;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-left2 img {
  margin-right:5px;
  margin-top:0;
  padding:0;
}
#float-left3 {
  float: left;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-left3 img {
  margin-right:5px;
  margin-top:0;
  padding:0;
}
#float-left4 {
  float: left;
  margin: 0 0 5px 5px;
  padding:0;
  border-style:none;
}
#float-left4 img {
  margin-right:5px;
  margin-top:0;
  padding:0;
}
.top-caption {
  font-size:110%;
  font-weight:bold;
  color:#000000;
}
.small-caption {
  font-size: 70%;
}
#content .small {
  font-size: 70%;
  line-height: 1em;
}
#clear-img1 {
  line-height: 3em;
}
html>body #clear-img1 {
  line-height: 6em;
}
#clear-img2 {
  line-height: 3em;
}
html>body #clear-img2 {
  line-height: 6em;
}
#clear-img3 {
  line-height: 6em;
}
html>body #clear-img3 {
  line-height: 9em;
}
#clear-img4 {
  line-height: 1.5em;
}
html>body #clear-img4 {
  line-height: 3em;
}
#clear-img5 {
  line-height: 0;
}
html>body #clear-img5 {
  line-height: 6em;
}
#cover-img img {
  margin-left: 4em;
  margin-top: 2em;
}
#over-text {
  width: 200px;
  height:400px;
  background-color:#ffff99;
  color: #000000;
  margin: 50px 50px 50px 50px;
  padding:60px 50px 0 50px;
  position:absolute;
  top: 250px;
  left: 355px;
  text-align: justify;
  border: 2px solid #000000;
}
#over-text h2 {
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  text-align: center;
 }
#over-text a:link, #over-text a:visited {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
#over-text a:hover {
   color: #000000;
  text-decoration: none;
  font-weight: bold;
}
#footer {
  clear:both;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 0;
  padding:0;
  text-align: center;
  background-color: #fdf8f2;
}
#footer p {
  font-size: 90%;
  color: #003366;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#footer img {
  float:left;
  margin-top: 4px;
  margin-left: 20px;
  border: 0;
}
#footer a:link, #footer a:visited {
  font-style: normal;
  font-weight:normal;
  color: #003366;
  text-decoration: underline;
}
#footer a:hover {
  font-style: normal;
  font-weight:normal;
  color: #003366;
  text-decoration: none;
}
#clearone {
  clear: both;
  height: 1px;
}
#thanks {
  text-align:center;
 }
#thanks h2 {
   Font-size: 130%;
   font-style: normal;
   font-weight:bold;
   color: #003366;
}
#thanks p {
   Font-size: 90%;
   font-style: normal;
   font-weight:bold;
   color: #c30200;
}
#thanks a:link, #thanks a:visited {
   font-style: normal;
   font-weight:bold;
   color: #c30200;
   text-decoration: underline;
}
#thanks a:hover {
   font-style: normal;
   font-weight:bold;
   color: #c30200;
   text-decoration: none;
}
#links {
  text-align:center;
 }
#links h2 {
   Font-size: 130%;
   font-style: normal;
   font-weight:bold;
   color: #003366;
}
#links p {
   Font-size: 90%;
   font-style: normal;
   font-weight:bold;
   color: #c30200;
}
#privacy {
  text-align:justify;
 }
#privacy h2 {
   Font-size: 130%;
   font-style: normal;
   font-weight:bold;
   color: #003366;
}
#privacy p {
   Font-size: 90%;
   font-style: normal;
   font-weight:normal;
   color: #000000;
}
#privacy a:link, #privacy a:visited {
   font-style: normal;
   font-weight:normal;
   color: #003366;
   text-decoration: underline;
}
#privacy a:hover {
   font-style: normal;
   font-weight:normal;
   color: #c30200;
   text-decoration: none;
}
#sp-links1 {
  float: right;
  margin: 15px 0 5px 5px;
  padding:0;
  border-style:none;
}
html>body #sp-links1 {
  float: right;
  margin: 5px 0 5px 5px;
  padding:0;
  border-style:none;
}
#sp-links1 a:link, #sp-links1 a:visited {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: underline;
}
#sp-links1 a:hover {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: none;
}
#sp-links2 a:link, #sp-links2 a:visited {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: underline;
}
#sp-links2 a:hover {
   font-style: normal;
   font-weight:bold;
   color: #003366;
   text-decoration: none;
}
#center-dropdowns {
  text-align:center;
}
#vcss img {
  float:right;
  margin-right: 5px;
  margin-top: 10px;
}
#w3c img {
  float:left;
  margin-right: 5px;
  margin-top: 10px;
}
.blue-italic-bold {
  font-style: italic;
  font-weight: bold;
  color: #003366;
}
.red-italic-bold {
  font-style: italic;
  font-weight: bold;
  color: #c30200;
}
.red-normal-bold {
  font-style: normal;
  font-weight: bold;
  color: #c30200;
}
.blue-normal-bold {
  font-style: normal;
  font-weight: bold;
  color: #003366;
}
.blue-normal-bold-med {
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
  color: #003366;
}
.black-normal-bold {
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
.black-normal-normal-med {
  font-style: normal;
  font-size: 120%;
  font-weight: normal;
  color: #000000;
}
.black-normal-bold-med {
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
}