body
{
    background-color: #5b5b5b;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #464646;
}

#header
{
    width: 961px;
    height: 150px;
    background: url(images/header_bg.png);
    overflow: hidden;
    padding-top: 50px;
    padding-left: 50px;
}

#menu
{
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial;
    padding-top: 32px;
    color: #dbdbdb;
    margin-left: -10px;
}
#menu a
{
    text-decoration: none;
    color: #c0c0c0;
    margin: 0 6px;
}

#menu a:hover
{
    color: #0eaab5;
}


#content
{
    width: 921px;
    background: url(images/content_bg.png) repeat-y;
    overflow: hidden;
    padding: 20px 40px 20px 50px;
}

h1
{
    font-size: 18px;
    color: #585858;
    line-height: 27px;
}

h2
{
    font-size: 12px;
    color: #0d97a0;
    line-height: 18px;
}

#mainText
{
    width: 560px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    line-height: 18px;
        font-size: 12px;
}

#mainText img
{
    padding: 2px;
    margin: 5px 5px 5px 5px;
    direction: ltr;
}

#mainText a
{
    color: #0d8b93;
    text-decoration: none;
}

#mainText a:hover
{
    text-decoration: underline;
}


#updatesBox
{
    float: left;
    width: 300px;
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 5px 10px 10px 15px;
}

#venueBox
{
    float: left;
    width: 300px;
    background-color: #dcf9fe;
    overflow: hidden;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
}

#venueBox a
{
    color: #0d8b93;
    text-decoration: none;
}

#venueBox a:hover
{
    text-decoration: underline;
}



#footer
{
    background: url(images/content_bg.png) repeat-y;
    color: #6D6D6D;
    height: 40px;
    overflow: hidden;
    padding-top: 30px;
}

#footerImage
{
    height: 80px;
    width: 60px;
    float: left;
    padding-left: 360px;
}

#footerText
{
    width: 280px;
    margin-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 10px;
}

#bottom
{
    width: 1010px;
    height: 28px;
    background: url(images/bottom_bg.png) repeat-y;
    overflow: hidden;
}


.BulletedList
{
    list-style-image: url(images/bullet_right.png);
    margin: 10px 10px 10px -15px;
    vertical-align: top;
    line-height: 16px;
}

