html, body {margin: 0; padding: 0;}

body {background: white url('images/Banner6.jpg') no-repeat 50% 10px; 
      color: black; 
      font: 1em Arial, Helvetica, sans-serif;
     }

img {border: none;}

#container {position: relative;
            width: 760px;
            min-width: 600px;
            top: 0;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            }

#left {position: absolute;
       top: 110px;
       left: 5px;
       width: 215px;
      }

#right {position: absolute;
        width: 535px;
        min-width: 450px;
        top: 110px;
        left: 225px;
        border-left: black solid 1px;
       }

#menu {display: block;
       margin-top: 2.5em;
      }
       
div#footer {font-family: Arial, Helvetica, sans-serif;
            font-size: .75em;
            font-weight: normal;
            text-align: center;
            padding-top: 2em;
           }

div#footer p {line-height: .75em;}

div#menu b {display: none;}

div#menu a {display: block;
            color: #b22222;
            text-decoration: none;
            font-size: .85em;
            line-height: 2em;
            padding-left: 3px;
            }

div#menu a:hover {color: #000;
                  background-color: #eee;
                  text-decoration: none;
                  border-left: black solid 3px;
                  border-right: black solid 3px;
                  padding-left: 3px;
                  }

div#menu a#current {display: block;
                    color: black;
                    background-image: url('images/arrows.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    text-decoration: none;
                    font-size: .85em;
                    line-height: 2em;
                    padding-left: 3px;
                    margin-right: 15px;
                    border: 0 none;
                    }
                         
div#menu a:hover#current {display: block;
                          color: black;
                          background-color: white;
                          background-image: url('images/arrows.gif');
                          background-position: center right;
                          background-repeat: no-repeat;
                          text-decoration: none;
                          font-size: .85em;
                          line-height: 2em;
                          padding-left: 3px;
                          border: 0 none;
                         }

h1 {font-size: 2em;}

h2 {font-family: "Bell MT", "Times New Roman", "serif";
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 0;
    padding-top: 0;
    padding-left: .5em;
    }
    
h3 {font-family: "Bell MT", "Times New Roman", "serif";
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    background-color: #b22222;
    letter-spacing: .1em;
    margin: 1em 0em .5em .75em;
    padding-top: 0;
    padding-left: .15em;
    }
    
h4 {font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    letter-spacing: .1em;
    margin: 1em 0em 0em 1.25em;
    padding-top: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    }
    
ul {margin-top: 0;
    margin-left: 2em;
    }
    
ul li {line-height: 1.5em;}

#right p {margin: 0em 0em 1em 1.5em;
          line-height: 1.25em;
          }

.noshow {display: none;}

.disclaimer, .credit {font-size: 0.7em;
                      padding-left: 10px;
                      color: #999;
                      }
