/* CSS Document */

body {
        margin: 0px;
        padding: 0px;
        background-color: #f5f5f5;
        font-size: 14px;
}

td, th, tr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:0.95em;
        font-style: normal;
        line-height: 1.3em;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
        text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
        font-family: Georgia, Times, serif;
        font-weight: bold;
}
h1 {
        font-size: 22px;
        color: #666666;
        line-height: 26px;
        font-weight: bold;
        text-align: center;
}

h2 {
        font-size: 16px;
        color: #666666;
}
h3 {
        font-size: 14px;
        color: #666666;
}

p {
}

a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-style: normal;
        line-height: 1.5em;
        font-weight: normal;
        font-variant: normal;
        color: #666;
        text-decoration: none;
}

a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-style: normal;
        line-height: 1.5em;
        font-weight: normal;
        font-variant: normal;
        color: #666;
        text-decoration: underline;
}

#masthead {
        background: url(banner.jpg) no-repeat left;
        overflow: hidden;
        border: 1px solid #660000;
        height:100px;
        margin-top: 10px;
        margin-left:10px;
        margin-right:10px;
}

#navigation{
       background-color: #ffe4b5;
       border-right: 1px solid #660000;
       border-left: 1px solid #660000;
       border-bottom: 1px solid #660000;
       margin-left: 10px;
       margin-right:10px;
       padding: 7px;
       text-align: center;
       word-spacing: 0.2em;
       letter-spacing: 0.05em;
}

.navigation{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size:1.0em;
       font-style: normal;
       font-weight: normal;
       color: #660000;
       text-decoration: none;
}

.navigation:hover{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 1.0em;
       font-style: normal;
       font-weight: normal;
       color: #ffe4b5;
       text-decoration: none;
       background-color: #660000;
}

#content {
       background-color: #ffe4b5;
       border-right: 1px solid #660000;
       border-left: 1px solid #660000;
       margin-left: 10px;
       margin-right:10px;
       padding: 20px 50px;
}

#footer{
       background-color: #ffe4b5;
       border: 1px solid #660000;
       margin-left: 10px;
       margin-right:10px;
       margin-bottom:10px;
       text-align: right;
       padding: 7px 15px;
       color: #666666;
       font-size: 0.8em;
}

.footer{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 1.0em;
       font-style: normal;
       font-weight: normal;
       color: #666666;
       text-decoration: none;
       word-spacing: 0.3em;
       letter-spacing: 0.05em;
}

.footer:hover{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 1.0em;
       font-style: normal;
       font-weight: normal;
       color: #666666;
       text-decoration: underline;
       word-spacing: 0.3em;
       letter-spacing: 0.05em;
}

.bold {
        font-family: verdana, sans-serif;
        font-size: 1.0em;
        line-height: 1.5em;
        font-weight: bold;
        color: #660000;
        font-style: normal;
        font-variant: normal;
}

.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-style: normal;
        line-height: 1.5em;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
        text-decoration: none;
}
.grey {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-style: normal;
        line-height: 1.5em;
        font-weight: bold;
        font-variant: normal;
        color: #666666;
        text-decoration: none;
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-style: italic;
        line-height: 1.3em;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
        text-decoration: none;
        text-align: center;
}
