@charset "utf-8";
/* CSS Document */

html {margin: 0; padding: 0}
body {margin: 0; padding: 0}

#line {background-image: url(images/line.jpg); height: 25px; text-align: center; font-family: verdana; font-size: 14px; color: #000000}
#main {background-image: url(images/bg.jpg); background-position: top; background-repeat: no-repeat; padding: 20px 40px 15px 60px; font-family: verdana; font-size: 12px; color:#663300}

#footer {padding: 20px; text-align: center; font-family: verdana; font-size: 10px; background-image: url(images/bg2.jpg); background-position: top, center; background-repeat: no-repeat}
#footer a {color: #000000; font-weight: normal}
#footer a:hover {color: #D30007}

/* structure & nav */
#container {}

#navcontainer {width: 150px; float: left; margin-top: -10px}
#navlist li {list-style-type: square; color: #D30007; margin-bottom: 5px; margin-left: -20px; border-bottom: 1px solid #D30007; padding-bottom: 3px; font-family: 'century gothic', verdana; font-size: 15px}
#navlist li a {text-decoration: none; color: #000000; font-weight: normal}
#navlist li a:hover {color: #D30007; font-weight: bold}

.undermenu {text-align: center; background-color: #D30007; font-family: verdana; font-weight: bold; font-size: 12px; color: #ffffff; padding: 10px 5px 10px 5px; line-height: 20px; margin: 20px 0 15px 10px}
.undermenu a {text-decoration: none; color: #ffffff}
.undermenu a:hover {text-decoration: underline; color: #ffffff}
.undermenupic {margin-top: 10px; border: 1px solid #ffffff}

#content {margin-left: 180px}

h2 {font-size: 22px; font-weight: bold; color: #996633}
h3 {font-size: 16px; font-weight: bold; font-style: italic; color: #996633}

.pullquote {font-size: 115%; font-style: italic; font-weight: bold; color: #D30007}
.pullquote a {color: #D30007}
.pullquote a:hover {color: #000000}

.smallerindent {font-size: 11px; padding: 0 30px 0 30px; text-align: justify; margin-top: -10px}

.rightobj {float: right; margin-left: 15px}
.leftobj {float: left; margin-right: 14px}

.tableheader {padding: 5px; background-color: #D30007; color: #ffffff; font-weight: bold; text-align: center; font-size: 14px}
.tablecell {padding: 10px; font-size: 11px; text-align: center; border-top: 1px solid #D30007; border-right: 1px solid #D30007}
.table {border-bottom: 1px solid #D30007; border-left: 1px solid #D30007}

form {margin-top: 30px}

li {margin-bottom: 7px}

a {color: #663300; font-weight: bold}
a:hover {color: #D30007}
