body { /* this is the entire page */
    font-family: Arial, Helvetica, sans-serif;
    background-color:#C5E09B;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    height:100%;
}
#container { /* this is the holder for the page content */
    width: 887px;
    padding: 0px; /* pad the content a little */
    margin: 0px auto; /* this centers the container */
    margin-top:0px;
    height:100%;
}
#content_frame {
  margin:-4px -3px;
  background-image:url(../images/spl_secondary.gif);
  background-repeat: no-repeat;
  padding-right:5px;
}
#content_frame .title_text{
  text-align:right;
  font-size:30px;
  color:#623714;
  padding-right:40px;
  padding-top:10px;
  height:50px;
  background-image:url(../images/title_bg.jpg);
  background-position:right;
  background-repeat:no-repeat;
}
#content_frame .content_layout{
  padding-left:140px;
  padding-right:40px;
  padding-top:20px;
}
#content_frame .page_body_text{
  font-size:14px;
  font-style:normal;
}
#content_frame .page_header_text{
  font-size:22px;
  color:#623714;
}
#content_frame .page_sub_text{
  font-size:16px;
}
#contents {
    background-image: url(../images/contents_bg.gif);
    background-repeat: repeat-y;
    padding-bottom:20px;
}
#contents .contents_text {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top:10px;
    font-size:13px;
}
#contents a.contents_large_link {
    font-size:18px;
    font-family: Georgia, sans-serif;
    color:#287445;
}
#contents a.contents_large_link:hover {
    text-decoration:none;
}
#header { /* this affects the whole header */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    /* background-color: #F7E6AA; */
}
#header_navigation .img  { border:0px; margin: 0 -3px; padding:0px }
#header_navigation .img_start  {
  border:0px; margin: 0 -3px; padding:0px;width:18px;height:41px;
}
#header_newsletter {
  float:left;
  width:617px;
}
#header_newsletter .newsletter_container_large{
  text-align:left;
  height:88px;
}
#footer {
        /* border-top: 1px dotted #ffcc66;  top border of footer */
    font-size: 60%; /* make the text smaller than body */
    color: #999999; /* set the text color to gray */
    text-align: right; /* right justify the text */
}
#footer a {
    text-decoration: none;
    /* border-bottom: 1px dotted #999;  shorthand for #999999 */
    color: #999;
}
#footer a:hover { border-bottom-style: solid; }
.footer_text {
    font-family: Georgia, sans-serif;
    text-decoration: none;
    font-size:11px;
    font-style:normal;
    color: #4b4b4b;
    padding-left:165px;
}
#logo {
  float:left;
  width:270px;
}
#newsletter_container{
  width:255px;
  margin-left:340px;
  margin-top:15px;
}
#newsletter_container .newsletter_title{
  font-size:13px;
  color:#4b4b4b;
  font-style:normal;
  display:block;
}
#newsletter_container .newsletter_description{
  font-size:11px;
  color:#808080;
  font-style:normal;
  display:block;
  line-height:14px;
  padding-bottom:5px;
}
#splash { height:100%;clear:left; }
#splash .img  { border:0px; margin: -3px -3px; padding:0px }

