BODY {
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

/* A seperate div is necessary because firefox and IE don't agree on how to implement the border on mainbox itself */
DIV.borderbox {
  border: 1px solid #00253A;
  width: 790px;
  margin: 0px auto;
}

DIV.mainbox {
  width: 790px;
  margin: 0px auto;
	text-align: left;
  background-color: #FFFFFF;
  overflow: auto;
}

DIV.topbannerbox {
  width: 790px;
  height: 26px;
  background-image: url('images/bg_topstrip.gif');
  background-repeat: repeat;
  overflow: auto;
}

DIV.topbannerbox_text {
  margin-top: 5px;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

DIV.midbox {
  width: 790px;
  overflow: auto;
  background-image: url('images/bg_midbox.gif');
  background-repeat: repeat-y;
  background-position: left;
}

DIV.leftcol {
  width: 170px;
  float: left;
  overflow: auto;
  padding: 0px;
}

DIV.rightcol {
  width: 620px;
  background-color: #FFFFFF;
  float: right;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

DIV.blurbbox {
  width: 620px;
  height: 232px;
  background-image: url('images/bg_blurbbox.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  overflow: auto;
}

DIV.topstrip {
  background-color: #00324E;
  overflow: auto;
  height: 22px;
}

DIV.topstrip_text {
  margin-top: 4px;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
}

A.striplink:link {
  color: #B3C2CA;
  text-decoration: underline;
}

A.striplink:visited {
  color: #B3C2CA;
  text-decoration: underline;
}

A.striplink:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

DIV.contentarea {
  width: 580px;
  margin: 20px;
  overflow: auto;
}

H1 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}

H2 {
  color: #666666;
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 3px 0px 3px 0px;
}

DIV.threecol_holder {
  width: 580px;
  overflow: auto;
  margin-bottom: 20px;
  background-image: url('images/bg_3col.gif');
  background-repeat: repeat-y;
  background-position: top left;
}

DIV.col_one {
  width: 170px;
  float: left;
  background-image: url('images/bg_letter_excerpts.gif');
  background-repeat: no-repeat;
  background-position: top left;
  overflow: auto;
  margin-right: 35px;
  text-align: center;
}

DIV.excerpt {
  width: 130px;
  margin: 52px 10px 20px 20px;
  color: #5C2F06;
  font-style: italic;
  font-size: 11px;
  text-align: left;
  line-height: 12px;
}

DIV.collink_holder {
  margin-bottom: 8px;
  font-size: 11px;
}

A.col1link:link {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #744019;
  padding: 1px 5px 1px 5px;
}

A.col1link:visited {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #744019;
  padding: 1px 5px 1px 5px;
}

A.col1link:hover {
  color: #744019;
  text-decoration: none;
  background-color: #CC9A69;
  padding: 1px 5px 1px 5px;
}

DIV.col_two {
  width: 170px;
  float: left;
  overflow: auto;
  margin-right: 35px;
}

DIV.blog_title {
  background-image: url('images/bg_blog_title.gif');
  background-repeat: no-repeat;
  background-position: top left;
  height: 33px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-left: 44px;
  overflow: auto;
  margin-bottom: 10px;
}

DIV.blog_excerpt {
  font-size: 11px;
  color: #333333;
  margin-bottom: 5px;
}

DIV.blog_link_holder {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: right;
  margin-right: 2px;
}

DIV.col_three {
  width: 170px;
  float: left;
  background-image: url('images/bg_info.gif');
  background-repeat: no-repeat;
  background-position: top center;
  overflow: auto;
  text-align: center;
}

DIV.info_title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
  margin-top: 54px;
}

DIV.info_text {
  color: #333333;
  font-size: 11px;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 5px;
}

A.col3link:link {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00324E;
  padding: 1px 5px 1px 5px;
}

A.col3link:visited {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00324E;
  padding: 1px 5px 1px 5px;
}

A.col3link:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #004A13;
  padding: 1px 5px 1px 5px;
}

DIV.leftnav {
  width: 170px;
  background-color: #004A13;
  background-image: url('images/bg_nav.gif');
  background-repeat: repeat-x;
  background-position: top left;
  overflow: auto;
  padding: 6px 0px 6px 0px;
}

DIV.leftnavitem {
  border-bottom: 1px solid #275733;
  margin: 2px 10px 0px 5px;
  padding: 0px 5px 2px 0px;
  font-size: 12px;
  color: #FFFFFF;
}

A.leftlink:link {
  color: #C2D1C5;
  text-decoration: none;
}

A.leftlink:visited {
  color: #C2D1C5;
  text-decoration: none;
}

A.leftlink:hover {
  color: #FFFFFF;
  text-decoration: none;
}

div.c21holder {
  font-family: verdana, arial, sans-serif;
  text-align: center;
  margin: 10px 10px 10px 10px;
  font-size: 9px;
  color: #666666;
  line-height: 9px;
}

div.c21address {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 10px;
}

TD {
  font-family: arial, sans-serif;
  font-size: 12px;
}

TD.quotes {
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

DIV.letter {
  font-family: arial, sans-serif;
  font-size: 14px;
}

A:link {
  color: #00324E;
  text-decoration: underline;
}

A:visited {
  color: #00324E;
  text-decoration: underline;
}

A:hover {
  color: #006600;
  text-decoration: underline;
}

HR {
  height: 1px;
  color: #000000;
}

DIV.pagelinks {
  font-size: 13px;
  margin: 3px;
}

DIV.disclaim {
  font-size: 10px;
  color: #000000; }

DIV.pagehdr {
  color: #006600;
  font-weight: bold;
  font-size: 22px;
  font-family: verdana, arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCE0CC;
}
  
DIV.hdr {
  font-size: 18px;
  font-weight: bold;
  color: #006600;
}

DIV.errortext {
  color: #CC0000;
  font-wieght: bold;
}
.contactfield {
  border: 1px solid #006600;
  background-color: #FFFFFF;
  color: #006600;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
input.submitbutton {
  border: 1px solid #006600;
  background-color: #80B380;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 5px;
  cursor: hand;
}
.star {
  font-weight: bold;
  color: #CC0000;
}

DIV.nav_link_div {
  background-color: #D0E0CC;
  font-size: 11px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #A0C199;
  text-align: left;
}

A.nav_link:link {
  color: #5B6259;
  text-decoration: none;
}

A.nav_link:visited {
  color: #5B6259;
  text-decoration: none;
}

A.nav_link:hover {
  color: #1F201F;
  text-decoration: none;
}

DIV.bottomnav {
  border-top: 1px solid #006600;
  margin: 30px 20px 5px 20px;
  padding: 10px;
  text-align: center;
  font-size: 10px;
  overflow: auto;
}

A.bottomnavlink:link {
  color: #006600;
  text-decoration: none;
}

A.bottomnavlink:visited {
  color: #006600;
  text-decoration: none;
}

A.bottomnavlink:hover {
  color: #000066;
  text-decoration: underline;
}

DIV.char_hdr {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }

LI {
  margin-bottom: 5px;
}

DIV.excerptcredit {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}

DIV.readmore {
  text-align: right;
}

.smgrey {
  font-size: 10px;
  color: #666666;
}

DIV.seo_terms {
  font-size: 8px;
  color: #CCCCCC;
  margin-top: 5px;
  line-height: 9px;
  margin-bottom: 5px;
}

.gal {
  border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}
