.normalBlue a:link {
  color: #27569e;
  font-weight: bold;
}

.normalBlue a:hover {
  color: #27569e;
  text-decoration: underline;
}

.normalBlue a:active {
  color: #27569e;
}

.normalBlue a:visited {
  color: #27569e;
}

div, td, tr {
  margin: 0;
  padding: 0;
}

td {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

tbody {
  margin: 0;
  padding: 0;
}

div.centeredPanel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 810px;
}

.richTextPane {
  padding: 40px;
}

body {
  background-color: #CBAC7E;
  margin: 0;
  padding: 0;
  text-align: center;
}

body, table {
  font-size: 12px;
  font-family: Verdana;
}

div#logoBar {
  background-color: white;
  height: 120px;
  width: 100%;
}

div#headerBar {
  height: 192px;
  width: 100%;
  position: relative;
}

table#headerBackground {
  height: 192px;
  width: 100%;
  border-collapse: collapse;
}

img#logo {
  position: absolute;
  left: -70px;
  top: 30px
}

td#headerBackgroundLeft {
  width: 50%;
  padding: 0;
  background-color: #CBAC7E;
  vertical-align: top;
}

td#headerBackgroundRight {
  width: 50%;
  vertical-align: top;
  background-color: #CBAC7E;
  padding: 0;
}

div#headerBackgroundLeft {
  background-color: rgb(71, 139, 200);
  height: 170px
}

div#headerBackgroundRight {
  background-color: rgb(71, 139, 200);
  height: 192px
}

div#contentBar {
  position: relative;
  background-color: #CBAC7E;
}

div#content {
  border-left: dashed 1px rgb(71, 139, 200);
}

div#footerBar {
  background-color:#CBAC7E;
  position: relative;
  width: 100%;
}

div#footerBar a:link, div#footerBar a:hover, div#footerBar a:active, div#footerBar a:visited, div#footerBar a:focus {
  color: white;
  outline: 0;
}

td#footerLeft {
  height: 27px;
  vertical-align: middle;
  width: 60%;
  text-align: left;
  padding-left: 10px;
}

td#footerRight {
  vertical-align: middle;
  width: 40%;
  text-align: right;
  padding-right: 20px
}

table#footer {
  width: 100%;
  height: 27px;
  color: white;
  font-size: 9px;
  border-collapse: collapse;
}

div#footer {
  height: 27px;
  background-image: url(/siteElements/dividerBlue.png);
  border-left: solid 1px white;
  text-align: left;
}

div#headerForeground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

div#headerTop {
  background-image: url(/siteElements/headerTop.png);
  position: absolute;
  top: -24px;
  left: 204px;
  width: 655px;
  height: 24px;
}

div#headerCenter {
  width: 810px;
  height: 192px;
  background-image: url(/siteElements/header.png);  
}

div#menu {
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: left;
}

div#header {
  border-left: dashed 1px white;
  height: 192px;
}

a:link {
  font-weight: bold;
  text-decoration: none
}

a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline
}

a:active {
  font-weight: bold;
  text-decoration: underline
}

* html div.centeredPanel {  /* This is the Tan hack: IE only incorrect boxmodel */
  width: 811px;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.headerLargeBlue {
font-size: 24px;
color: #27569e;
}

.headerLargeGold {
font-size: 24px;
color: #7e643c;
}

.normalBlue {
font-size: 12px;
color: #27569e;
}

.headerMediumBlue {
font-size: 20px;
color: #37569e;
}

.headerMediumGold {
font-size: 20px;
color: #7e643c;
}

.headerSmallBlue {
font-size: 18px;
color: #27569e;
}

.headerSmallGold {
font-size: 18px;
color: #7e643c;
}

.normalBoldBlue {
font-weight: bold;
font-size: 12px;
color: #27569e;
}


