body,
html {
   margin:0;
   padding:0;
   background:#eee;
   color:#ffc;
   font-family: Times New Roman, Times, serif;
   font-size: 16px;
}
body {
   min-width:876px;
}
#indexwrap {
   background:#6282A9;
   background-image: url('images/indexbg.gif');
   margin:0 auto;
   width:874px;
   padding-bottom: 30px;
}

#hleft, #indexleft {
   float:left;
   width:500px;
}
#indexleft p {
   padding:0 10px;
   margin-left: 50px;
}
#hleft a img {
   border: 0;
   margin-left: 50px;
}
#hright, #indexright {
   margin: 0;
   padding: 0;
   float:right;
   width:354px;
}
#hright p, #indexright p {
   padding:0 15px 0 15px;
}
#hright a img {
   border: 0;
}

#indexright p.quote {
   font-style: italic;
}

#header img {
   margin-top: 30px;
}
#header, #subheader {
   height: 120px;
   background-image: url('images/indexbg.gif');
}

#right img {
   margin: 0;
   padding: 0;
}
#indexnav {
   background:#E27737;
   background:#F6DE7C;
   width: 100%;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   clear: both;
}
#indexnav ul{
   margin: 5px 0 7px 0;
   padding:0;
   list-style:none;
}
#indexnav li{
   display:inline;
   margin:5px 0px 5px 50px;
}

#indexnav a {
   font-size: 0.80em;
   color: #000;
   text-decoration: none;
   font-family: arial;
   font-weight: bold;
}

#indexfooter {
   width: 100%;
   clear: both;
   margin-top: 10px;
}
#indexfooter p {
   color: #314965;
   font-size: 0.75em;
   font-weight: bold;
   width: 80%;
   margin: 0 auto;
   padding:5px;
   margin-bottom: 10px;
   background:#B89978;
   background:#F6DE7C;
   text-align: center;
}

