@charset "utf-8";
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.bodyContainer {
  width: 627px;
  margin: 0 auto;
}


.contentContainer, .header{
  position:relative;
  width: 627px;
  margin: 0;
  padding:0;
  background-color:#FFFFFF;
}

.logoBox {
  float:left;
  width: 312px;
}

.rightIMGbox{
  float:right;
  width: 130px;
}

.headerImg{
  padding-top: 20px;
  padding-bottom: 5px;
  width: 497px;
  height: 130px;
}

.contentColCenter{
  float:left;
  width: 497px;
  padding-top: 10px;
}

.rightCol{
  float:left;
  width: 130px;
  padding-top: 10px;
}

.footer {
  width:497px;
}

.clearerLayer {
  clear:both;
  height:1px;
  background-color:#FFFFFF;
  margin:0;
  padding:0;
}

/********************* Nav **************************/

.navigationBox{
  /*height: 22px;*/
  font-size: 1.1em;
  line-height: 22px;
  color:rgb(0, 51, 90);
  margin: 0;
  padding: 0;
}

.navigationBox ul{
  list-style:none;
  margin:0;
  padding:0;
}

.navigationBox li {
  display:inline;
  height: 22px;
  line-height: 22px;
}
.navigationBox li a {
  color:rgb(0,51,90);
  text-decoration:none;
  font-size: 1.1em;
  font-weight:bold;
  line-height: 22px;
  margin:0;  
}

.navigationBox li a:hover {
  color:rgb(0,51,90);
}


/********************* Content Styles **************************/

h1{
  font-size: 1.4em;
  color:rgb(218,211,187);
  margin:0;
  padding:0;
  font-weight: bold;
}

p {
  font-size: 1.2em;
  line-height: 1.7em;
  color:rgb(0,51,90);
  text-indent: 0;
}


p.smallText {
  font-size: 1em;
  line-height: 1.7em;
  color:rgb(0, 51, 90);
}


p.smallText strong{
  color:rgb(0, 51, 90);
}

strong {
  color:#ec7404;
}

hr.bodyHr{
  width: 497px;
  background-color: rgb(178,167,109);
  border: rgb(178,167,109) 1px solid;
}


/********************* Content Styles Right Col **************************/

.rightCol h1{
  border-top: rgb(218,211,187) dotted 2px;
  border-bottom: rgb(218,211,187) dotted 2px;
  color:rgb(0, 51, 90);
  font-size: 1.4em;
  line-height: 1.7em;
}

/********************* Hide Boxes **************************/

.lefCol, 
.mainMenuSearchContainer,
.fontResizer,
.topMenu,
.searchContainer,
.headerPicture,
.contentColFooter {
display:none;
}


.centerAndRightColContainer {
  background-color:#FFFFFF;
  float:none;
  min-height:50em;
  width:100%;
}

