/* Riverview style sheet by na studios - http://www.nastudios.com */

/* basic elements */

html {
      margin: 0;
      padding: 0;
      border: 0;
      background: #000000;
      overflow: auto;
    }

body {
      height: 100%;
      max-height: 100%;
      background: #000000 url(images/back1.png) fixed;
      margin: 0;
      border: 0;
      font-size: 10pt;
      font-family: verdana, arial, helvetica, georgia;
      color: #403223;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      line-height: 1.4;
      text-align: left;
      }

p {
      font-size: 10pt;
      font-family: verdana, arial, helvetica, georgia;
      color: #403223;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 30px;
      margin-right: 20px;
      padding: 0;
      line-height: 1.4;
      text-align: left;
    }



/* layout */


#tophead {
      position: relative;
      background: #000000; 
      margin: 0;
      top: 0;
      bottom: 0;
      left: 0;
      width: 850px;
      height: 34px;
      z-index: 1;
      float: inherit;
      }

#header {
      position: relative;
      background: #A47747; 
      margin: 0;
      top: 0;
      bottom: 0;
      left: 0;
      width: 850px;
      height: 175px;
      z-index: 1;
      float: inherit;
      }

#banner {
      position: relative;
      background: #c8af8d; 
      margin: 0;
      top: 0;
      bottom: 0;
      left: 0;
      width: 850px;
      height: 254px;
      z-index: 1;
      }

#bottomhead {
      position: relative;
      background: #000000; 
      margin: 0;
      top: 0;
      bottom: 0;
      left: 0;
      width: 850px;
      height: 18px;
      z-index: 1;
      }

#menu {
      position: relative;
      background: url(images/navback.png);
      margin: 0;
      top: 0;
      bottom: 0;
      left: 0;
      width: 850px;
      height: 26px;
      z-index: 3;
      }

#midbody {
      position: relative;
      background: #DDC096 url(images/midback.jpg) no-repeat;
      margin: 0;
      top: 0;
      bottom: 0;
      width: 850px;
      left: 0;
      z-index: 1;
      }



h1 {
      font-size: 15pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      font-style: italic;
      color: #403223;
      letter-spacing: -1px;
      margin-top: 25px;
      margin-bottom: 15px;
      margin-left: 30px;
      text-align: left;
    }

h2 {
      font-size: 8pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #DDC096;
      margin-top: 0;
      margin-bottom: 0;
      padding: 5px;
      line-height: 1.4;
      text-align: center;
    }

h3 {
      font-size: 9pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #403223;
      margin-top: 0;
      margin-bottom: 0;
      padding: 5px;
      line-height: 1.4;
      text-align: center;
    }

h4 {
      font-size: 10pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #FDF3C5;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      line-height: 1.4;
      text-align: center;
    }

h5 {
      font-size: 8pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #403223;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 5px;
      line-height: 1.4;
      text-align: center;
    }

h6 {
      font-size: 8pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #000000;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 10px;
      text-align: left;
    }


li {
      font-size: 10.0pt;
      font-family: verdana, arial, helvetica, georgia;
      color: #403223;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 20px;
      margin-right: 30px;
      padding: 0;
      text-align: left;
    }

.t1 {
      font-size: 13.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #374A25;
      letter-spacing: 0px;
      margin-top: 0px;
      margin-left:30px;
      margin-bottom: 4px;
      margin-right:0px;
      text-align: left;
    }

.t2 {
      font-size: 8pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: bold;
      color: #403223;
      margin-top: 0;
      margin-bottom: 4px;
      margin-left: 30px;
      margin-right: 0;
      text-align: left;
    }


a:link {
    text-decoration: underline;
    color: #2E58A2;
    }
a:visited {
    text-decoration: underline;
    color: #2E58A2;
    }
a:hover, a:active {
    text-decoration: underline;
    color: #79953B;
    }

input, textarea, select{
	font-size: 10.0pt;
      font-family: verdana, arial, helvetica, georgia;
      color:#403223;
	font-weight:normal;
	background:#DDC096;
	border:1px solid #403223;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding: 3px;
      vertical-align:top;
}



