

body {
    font-family : "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size : 11px;
    color: #3d3d3d;
    background-color : white;
    background-image : url('images/bg.jpg');
    background-position : top;
    background-repeat : repeat-x;
    padding : 0px;
    margin : 0px;
  }

img {
    border : 0px;
  }


a {
    color: #3d3d3d;
    text-decoration : none;
    font-size : 13px;
  }


a:hover {
    color : black;
    text-decoration : underline;
  }


h1 {
    color : #5d9311;
    font-size : 13px;
    font-style : italic;
    margin-bottom : 0px;
    margin-left : 19px;
    margin-right : 10px;
    margin-top : 10px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : left;
  }


h2 {
    background-image : url('images/announcement-bg.jpg');
    background-repeat : repeat-x;
    font-size : 15px;
    height : 27px;
    width : 400px;
    font-weight : normal;
  }


p {
    font-size : 13px;
    margin-bottom : 0px;
    margin-left : 19px;
    margin-right : 10px;
    margin-top : 5px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : left;
  }


#nav {
    background-image : url('images/nav-bg-real.jpg');
    background-position : top left;
    background-repeat : repeat-x;
    height : 28px;
    margin-left: 5px;
    margin-right: 5px;
    padding : 0px;
    line-height: 12px;
  }


#nav a {
    font-size : 12px;
    margin-bottom : 0px;
    margin-left : 1px;
    margin-right : 1px;
    margin-top : 0px;
    text-decoration : none;
    display:block;
    float:left;
    text-align: center;
    padding : 7px 5px;
  }


#nav a:hover {
    color : black;
    text-decoration : underline;
  }


#nav-highlight {
    background-image : url('images/nav-bg-float.jpg');
    background-position : top left;
    background-repeat : repeat-x;
  }


#bottom-nav {
    background-image : url('images/logo-bottom.jpg');
    background-position : top center;
    background-repeat : no-repeat;
    float : absolute;
    height : 182px;
    text-align : center;
    font-size : 11px;
  }


#bottom-nav a {
    margin : 0px 6px;
    font-size : 11px;
    color : #606060;
    text-decoration : none;
  }


#bottom-nav a:hover {
    color : black;
    text-decoration : underline;
  }

#contact {
    font-size : 16px;
  }


.photos {
    background-image : url('images/photos.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    width : 120px;
    height : 238px;
  }


.main-nav {
    background-image : url('images/nav-bg.jpg');
    background-position : top left;
    background-repeat : repeat-x;
  }


.main {
    background-image : url('images/main-bg.jpg');
    background-position : top left;
    background-repeat : repeat-x;
  }


.main a {
    text-decoration : underline;
  }

.main em {
    color : #6CA411;
    font-size : 11px;
  }

.title {
    margin-top: 17px;
    margin-left: 19px;
    margin-bottom : 10px;
    display : block;
  }

.table-green {
    border: 1px solid #A3CE15;
  }

.dotted-line-r {
    border-right: 1px dashed #A3Ce15;
  }

.dotted-line-l {
    border-left: 1px dashed #A3Ce15;
  }