body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: white;
        margin: 0px;
        padding: 0px;
}
h1 {
        color: #D2232A;
        margin-bottom: 0px;
        margin-top: 7px;
}
h2 {
        color: #D2232A;
        margin-left: 60px;
        margin-top: 6px;
}
h3 {
        color: #D2232A;
        margin-bottom: 6px;
        font-style: italic;
}
h4 {
        color: #D2232A;
        margin-bottom: 0px;
        font-style: italic;
}
.container {
        color: #FFFFFF;
        width: 100%;
}
table {
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #333;
        margin-bottom: 14px;
}
td {
        padding: 0px;
        vertical-align: top;
}
#yellow {
        background-color: #FFD200;
        height: 200px;
}
#postertxt {
        font-size: 14px;
        color: #333;
        background-color: transparent;
        width: 580px;
        font-weight: bold;
        margin-left: 102px;
        padding-bottom: 35px;
}
#fulltxt {
        font-size: 14px;
        color: #333;
        background-color: transparent;
        margin-left: 40px;
        margin-right: 40px;
        padding-bottom: 35px;
}
#fulltxt2 {
        font-size: 14px;
        color: #333;
        background-image: url(imgs/question_marks_bkgnd.gif);
        background-repeat: no-repeat;
        margin-left: 40px;
        margin-right: 40px;
        padding-bottom: 35px;
}
#footer {
        font-size: 12px;
        color: #333;
        background-color: transparent;
        text-align: center;
        padding: 7px;
}

.redtxt {
        color: #D2232A;
        font-weight: bold;
}
#headimg {
        height: 202px;
        width: 760px;
        background-image: url(imgs/head1.gif);
}
#headwidth {
        width: 760px;
        background-image: url(imgs/yellow_band.gif);
}
#navbar {
        border: 1px solid white;
        color: White;
        background-color: black;
        width: 680px;
        position: relative;
        top: 180px;
        margin-left: 36px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding: 2px;
}
#navbar2 {
        color: White;
        background-color: black;
        width: 680px;
        margin-left: 36px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding: 2px;
}
a:link, a:visited {
        color: #FFD200;
        text-decoration: none;
}
a:hover {
        color: white;
}
table.ctr {
        border: none;
        margin: 20px;
}
#sidenav {
        padding: 40px 20px 10px;
        width: 180px;
        font-size: 12px;
}
#sidenav a:link, #sidenav a:visited {
        color: #175EDB;
}
.top a:link, .top a:visited, li a:link, li a:visited {
        color: #175EDB;
}
#sidenav a:hover,li a:hover {
        color: white;
}
#sidenav ul {
        margin: 0px;
        padding-left: 12px;
}
#tabtxt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #333;
        background-color: transparent;
        padding-bottom: 35px;
        padding-right: 30px;
}
blockquote {
        margin-top: 0px;
}
td#credit {
   color: #333;
   font-size: 9px;
   text-align: center;
}
#credit a:link, #credit a:visited {
   color: blue;
}
#credit a:hover {
   color: #E9761F;
   text-decoration: underline;
}