

body {
    font-family : 'sans-serif'}


#logo {
    background-color: #fffbd6;
  }


#leftsidebar {
    width: 200px;
    float: left;
    background-color: #fffbd6;
  }


#maincontent {
    margin-left: 210px;
  }


#rightsidebar {
    width: 200px;
    margin-left: 10px;
    float: right;
  }


#footer {
    clear: both;
    text-align: center;
  }


#centercolumn {
    margin-right: 200px;
  }


#pagecontainer {
    background-color : #FFFFFF;
    background-image : url(/images/background.gif);
    background-position : left;
    background-repeat : repeat-y;
    font-family : 'sans-serif';
    font-size : medium;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : auto;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : left;
    width : 800px;
  }

/* the vertical nav */


#navlist {
    padding: 0 1px 1px;
    margin-left: 0;
    font: bold 0.9em;
    background: #FFFBD6;
    width: 100%;
  }


#navlist ul {
    list-style: none;
  }


#navlist li {
    margin: 0;
    border-top: 1px solid gray;
    /*border-bottom: 1px solid gray;
    */list-style: none;
  }


#navlist li a {
    display: block;
    width: auto;
    padding: 0.25em 0.5em 0.25em 0.75em;
    border-left: 1em solid #990000;
    text-decoration: none;
  }


#navlist li a:link {
    color: #990000;
  }


#navlist li a:visited {
    color: #B25C5C; /*old #667*/
  }


#navlist li a:hover {
    border-color: #006A35;
    color: #fff;
    background: #990000;
  }


#navlist li a.current:visited {
    color: #006A35;
  }


#navlist li a.current:hover {
    background: #FFFBD6;
  }


.callout {
    background-image : url(/images/callout_r.gif) no-repeat right bottom;
    font-size : 90%;
    font-style : italic;
    margin-left : 30%;
    text-align : right;
    padding-right: 4px;
    border:1px solid #006A35;
  }


.callout p {
  }


#indentp p {
    margin-left : .25in;
  }


a:link {
    color : #990000;
  }

a:visited {
    color : #B25C5C
}

a:hover, a:active {
    color : #006A35
}