/*
 *
 * light blue bg   #f2fbfc
 * dark blue       #333399
 *
 */

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Calibri, Maiandra GD, Trebuchet MS, Candara, sans-serif;
  font-size: 14px;
}

body {
  margin: 8px;
  background-color: #fff;
  text-align: center;  /* IE workaround */
}

a {
  text-decoration: none;
  color: #00f;
}

a:hover {
  text-decoration: underline;
  color: #f00;
}

#all {
  background-color: #f2fbfc;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  text-align: left;  /* from above, IE workaround */
}

.center {
  text-align: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.error {
  color: red;
}

.video {
  background-color: #f2fbfc;
}

#banner {
}

#banner img {
  vertical-align: top;
}

#bannerprint {
  display: none;
}

#bannerprint h1 {
  margin-left: 180px;
  margin-bottom: 14px;
}

#bannerbottom {
  clear: both;
  margin-top: 8px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #333399;
}

#mission {
  font-size: 12pt;
  padding: 6px 96px 6px 216px;
}

#navtop {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  padding: 0 9px 2px 2px;
  margin: 2px 0 2px 0;
}

#navtop a:hover {
  text-decoration: none;
  color: #f00;
}


#full {
  clear: both;
  float: left;
  width: 800px;
  margin-top: 8px;
  margin-bottom: 4px;
}

#full img {
  border: 1px solid #333399;
}

#lhs {
  clear: left;
  float: left;
  width: 112px;
  margin-top: 0;
  padding-bottom: 24px;
  border-right: 1px dashed #333399;
}

#lhs .sidebar {
  font-size: 11px;
  text-align: right;
  padding: 12px 8px 12px 8px;
}


#rhs {
  clear: right;
  float: right;
  width: 642px;
  margin: 8px 0 4px 36px;
}

#rhs h2 {
  clear: both;
  margin-right: 19px;
  padding: 8px 19px 4px 3px;
}

#rhs h3 {
  clear: both;
  margin-right: 19px;
  padding: 8px 19px 4px 3px;
}

#rhs p {
  margin-right: 19px;
  padding: 4px 19px 4px 4px;
}

#rhs ul {
  list-style-position: outside;
  margin-left: 21px;
}

#rhs li {
  list-style-type: circle;
  margin-right: 19px;
  padding: 4px 19px 4px 4px;
}

#rhs img {
  float: right;
  margin-left: 12px;
  margin-right: 19px;
  border: 1px solid #333399;
}

#rhs .bordertop {
  border-top: 1px dashed #333399;
  margin: 18px 36px 18px 0;
  padding-top: 18px;
}


#contact {
  margin: 12px 4px 24px 4px;
}

#contact img {
  float: left;
  margin-right: 8px;
  margin-bottom: 12px;
}

.vspace {
  padding-bottom: 18px;
}


#footer {
  clear: both;
  border-top: 1px dashed #333399;
  margin-top: 60px;
  padding-top: 3px;
  padding-bottom: 12px;
}

#footer p {
  text-align: center;
  font-size: 12px;
  padding-bottom: 2px;
}


em {
  font-style: italic;
}

