﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
}
#main
{
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
}
#content
{
    margin: 10px 20px;
    overflow: auto;
}
#left
{
    float: left;
    width: 60%;
}
#right
{
    float: right;
    width: 38%;
    text-align: center;
}
#right img
{
    margin-bottom: 10px;
}

h3
{
    margin: 0;
    padding: 0;
}
/* nav bar */
#navbar
{
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
}
#navbar li
{
    float: left;
}
#navbar li a
{
    width: 134px;
    display: block;
    text-align: center;
    height: 24px;
    line-height: 1.75;
    background: url(images/menu_button_normal.jpg) no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    color: #3E2354;
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bolder;
}
#navbar li a:hover
{
    background: url(images/menu_button_over.jpg) no-repeat;
}
#navbar li a:active
{
    background: url(images/menu_button_down.jpg) no-repeat;
}
#navbar li a.selected
{
    background: url(images/menu_button_selected.jpg) no-repeat;
}
/* end nav bar */

#footer
{
    background-color: Black;
    width: 940px;
    height: 20px;
    margin: 10px auto 0 auto;
    color: White;
    text-transform: uppercase;
    overflow: auto;
    font-size: 8pt;
    line-height: 1.8;
    font-weight: bold;
}

/* home page teasers */
#teasers
{
    overflow: auto;
    margin: 15px 0;
}
.teaser
{
    float: left;
    width: 33%;
}
.teaser img
{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.teaser .txt
{
    float: left;
    width: 95%;
}
.teaser .hdr
{
    font-family: Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}
.teaser a
{
    color: Black;
    text-decoration: none;
}
.teaser a:hover
{
    text-decoration: underline;
}
/* end home page teasers */

.err
{
    color: Red;
    font-weight: bold;
}
.pop
{
    color: #8F7810;
}