/* CSS Document */

  /*main body*/

    body {
        width:780px;
        margin-left:auto; 
        margin-right:auto;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align:center;
        font-family: Palatino Linotype, Palatino, Clas Garamond, Garamond, Book Antiqua, Times New Roman, serif;
        font-size: 12pt;
        background-color: #c8c1a0;
        border-width:3px 1px 0 1px; 
        border-color:#97755A; 
        border-style:solid; 
    }
    
    h1 {
        color: #97755A;
        text-align:center;
    }
    
    h2 {
        color: #97755A;
        text-align:left;
        margin-bottom:-9px; 
        font-variant: small-caps;  
    }
    
    h3 {
        color: #97755A;
        margin-bottom:2px;
    }

    fieldset{
        position:static;
        padding-left:1em;
        width:315px;
        -moz-border-radius: 8px; border-radius: px;
    }

    legend {
        color: #97755A;
        font-size:14pt;
        position:static;
        top:-.5em;
        left:.5em;
    }
    
    #header{
        position: static;
        top: 0px;
        left: 0px;
    }

    #footer {
        position: static;
        left: 0px;
        border-width:0px 0 1px 0; 
        border-color:#0377A8; 
        border-style:solid;
        top:115%;  

    }

    
    #container {
        position: static;
        background-color:white;
        color: black;
        width: auto !important; /*IE6 hack*/
        width:800px; /*IE6 hack*/
        margin:auto; /*center hack*/
        text-align:left; /*center hack*/
    }
    
    #textbox {
        position:static;
        width: 72%;
        float:left;
        font-family: Palatino Linotype;
        font-size: 1em;
        text-align: left;
        background-color:white;
        margin-left:20px;
        margin-top:10px;
    }

    #imls {
        position:static;
        margin: 5px 0 5px 607px;
    }

    #pics{
        float: right;
        background-color:#d2def5;
        margin: 7px;
        border-width: 1px 2px 2px 1px;
        border-color:#97755A;
        border-style:solid;
        text-align:center;
        padding:10px 10px 0 10px;
        color:white;
        font-weight:bold;
        font-size:14pt;      
    }

    #pics a {
        color: white;
    }
    
    body#home a#homenav {
        background-color: #e8edea;
        color: black;
    }
    
    .textlink a:hover{
        background-color: #97755A;
        color: white;
        margin: 2px 2px 0 2px;
    }
    
    .curr {
        font-size:18pt;
        font-weight:bold;
        color:#5d2e2e;
     }

    .img {
        border-width:2px; 
        border-color:white; 
        border-style:solid;
        margin-bottom:10px;
        width:133px;
        height:100px;
    }

    .box {
        background-image:url(images/boxbg2.jpg);
        position:static;
        width:550px;
        height: 104px;
        border-width:1px 2px 2px 1px; 
        border-color:#97755A; 
        border-style:solid;
    }

    .boxpic {
        position:static;
        width:133px;
        height:100px;
        float:left;
        margin-right:10px;    
        border-width:2px; 
        border-color:#B2CCFF; 
        border-style:solid;
    }

    .field {
        float:left;
        margin: .4em 0 0 0;
        position:static;
        width:315px;
    }

    .button{
    color:white;
    font-weight:bold;
    font-size: 10pt; 
    font-family: "Palatino Linotype"; 
    cursor:pointer;
    width: 80px;
    height:22.5px;
    background-color:#97755A;
    margin-left:10px;
    }

    
/* Links */

   #navcon ul{
        width:780px;
        padding-left: 0em;
        margin-left:0em;
        margin-right:0em;
        margin-top:-5px;
        margin-bottom:0px;
        background-color: #97755A;
        font-family: "Palatino Linotype";
        font-size: 11pt;
        float:left;
        border-bottom: 1px solid #0377A8;
    }
    
    #navcon ul li { 
        display: inline; 
    }
    
    #navcon ul li a{
        padding: 0.6em 31.3px;
        background-color: #97755A;
        color: white;
        text-decoration: none;
        float: left;
        font-weight: bold;
        height:20px;    
         
    }
    
    #navcon ul li a:hover{
        background-color: #e8edea;
        color: black;
    }
    
  /*Link Decoration*/

    a {
        text-decoration: none;
    }

    a:link {
        color: #005C96;
    }

    a:visited {
        color: #005C96;
    }
    
    a:hover {
        color: #820921;
    }

    a:active {
        color: #B6B6B6;
    }
