﻿body
{
    background: #f3ffce url('images/body_bg.jpg') repeat-x;
    margin: 0;
    padding: 0;
}

#header
{
    height: 166px;
}

#header_inner
{
    height: 166px;
    width: 1000px;
    margin: 0 auto;
    background-image: url('images/header_bg.jpg');
    background-repeat: no-repeat;
    position: relative;
}

#header_inner_register
{
    position: absolute;
    top: 24px;
    left: 859px;
    height: 121px;
    width: 124px;
}

#header_inner_register img
{
    border: none;
}

#menu
{
}

#menu_inner
{
    margin: 0 auto;
    width: 1000px;
    height: 80px;
}

#menu_inner a:link,
#menu_inner a:visited
{
    font-family: 'Century Gothic' , 'Trebuchet MS' , Arial;
    color: #FFFFFF;
    font-size: 24pt;
}

#menu_inner a:hover
{
}

.menu_item
{
    width: 330px;
    height: 40px;
    background-image: url('images/menu_tab_up.jpg');
    padding: 20px 0;
    margin: 0;
}

.menu_item:hover,
.menu_item_selected
{
    background-image: url('images/menu_tab_down.jpg');
}

#submenu
{
}

#submenu_inner
{
    margin: 0 auto;
    padding: 12px 20px;
    background-color: #002761;
    width: 960px;
    height: 26px;
}

#submenu_inner a:link, #submenu_inner a:visited
{
    font-family: 'Century Gothic' , 'Trebuchet MS' , Arial;
    color: #FFFFFF;
    font-size: 16pt;
}

#submenu_inner a:hover
{
    cursor: pointer;
    color: #3399FF;
}

#image_rotator
{
    margin: 0 auto;
    width: 1000px;
    height: 320px;
}

#news_ticker
{
}

#news_ticker_inner
{
    margin: 0 auto;
    background-color: #333;
    height: 22px;
    width: 960px;
    font-family: 'Century Gothic' , 'Trebuchet MS' , Arial;
    color: #999999;
    font-size: 14pt;
    padding: 14px 20px;
}

#news_ticker_inner a:link,
#news_ticker_inner a:visited
{
    color: #CCCCCC;
    text-decoration: none;
}

#news_ticker_inner a:hover
{
    text-decoration: underline;
    color: #333333;
}

#content
{
}

#content_inner
{
    width: 1000px;
    margin: 0 auto;
    color: #666666;
    font-family: arial, Helvetica, sans-serif;
    text-align: justify;
}

#content h1
{
    font-size: 22pt;
    font-weight: normal;
}

#sponsors
{
    background-color: #ccc;
    min-height: 250px;
}

#sponsors_inner
{
    width: 1000px;
    min-height: 250px;
    margin: 0 auto;
}

#sponsors_inner h4
{
    font-family: 'Trebuchet MS' , Arial;
    color: #666666;
}

#sponsors_inner img
{
    border: 0;
}

#footer
{
    background-color: #9c0;
    min-height: 120px;
}

#footer_inner
{
    width: 1000px;
    margin: 0 auto;
}

#footer_left
{
    float: left;
    width: 600px;
}

#footer_left_left
{
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
}

#footer_left_right
{
    width: 200px;
    float: right;
    margin: 0;
    padding: 0;
}

#footer_left_center
{
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
}

#footer_right
{
    float: right;
    text-align: right;
    color: #FFFFFF;
    font-family: 'Century Gothic' , 'Trebuchet MS' , Arial;
    width: 400px;
}

#footer_right a:link,
#footer_right a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#footer_right a:hover
{
    text-decoration: underline;
}

h4
{
    color: #FFFFFF;
    font-family: 'Century Gothic' , 'Trebuchet MS' , Arial;
}

ul.footer
{
    margin: 0;
    padding: 0;
}

ul.footer li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer li a:link,
ul.footer li a:visited
{
    color: #FFFFFF;
    font-family: 'Century Gothic', Arial;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}