* { padding: 0; margin: 0; border: 0; }

body
{
    background-color: #000830;
}

div.menu
{
    /*background-image: url('../images/header_pic.jpg');*/
    background-repeat: no-repeate;
    
    width: 756px;
    height: 268px;
    
    text-align: left;
}

div.menu table
{
    margin-top: 5px;
}

div.menu table td
{
    text-align: left;
    padding-left: 50px;
}

div.container
{
    background-image: url('../images/content_bg.jpg');
    background-repeat: repeate-y;

    width: 756px;
    padding-top: 10px;
    
    height: auto;
       
    background-color: #ffffff;
}

div.news_subscr img
{
    float: right;
}

div.news_subscr
{
    width: 100%;
    height: 15px;
    
    margin-top: 0px;
    border: 0px solid green;
}

div.news_subscr input
{
    float: right;
}

div.news_subscr input.mail
{
    border: 1px solid black;
    height: 12px;
    
    margin-right: 3px;
    font-size: 12px;
}

div.submenu
{
    float: left;
    text-align: left;
    margin-top: 25px;
    
    width: 150px;
}

div.submenu a
{
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    
    background-color: #000830;
    border-top: 1px solid #999cac;
    border-right: 1px solid #999cac;
    
    text-decoration: none;
    
    padding: 0px 2px 0px 2px;
}

div.submenu br
{
    margin-bottom: 15px;
}

div.submenu a:hover, div.submenu a.current 
{
    color: #000000;
    
    background-color: #fef5ce;
    border-top: 1px solid #999cac;
    border-right: 1px solid #999cac;
    border-bottom: 1px solid #000830;
    
    text-decoration: none;
}

div.submenu a.level_href
{
    color: #000000;
    
    background-color: #ffffff;
    border-top: 0px solid #999cac;
    border-right: 0px solid #999cac;
    border-bottom: 0px solid #000830;
    
    text-decoration: underline;
} 

div.footer
{
    clear: both;
    width: 756px;
    height: 31px;
    
    position: relative;
    left: 0px;
    
    background-image: url('../images/bottom.jpg');
    background-repeat: no-repeate;
}

div.footer img
{
    margin-right: 35px;
    margin-top: 10px;
}
/*----------------------------------------------------*/
div.main_content
{
    float: left;
    width: 485px;
    
    margin-top: -28px;
    text-align: left;
    
    border: 0px solid;
}

div.main_content div.content_header
{
    height: 50px;
    border: 0px solid #000830;
}

div.main_content img.square
{
    float: left;
    margin-right: 24px;
}

div.main_content p
{
    margin-bottom: 10px;
}

div.main_content p, div.main_content ul, div.main_content td, div.main_content th, div.main_content a
{
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
}

div.main_content ul
{
    list-style-type : disc !important;
    list-style-position : inside;
}

div.main_content th
{
    background-color: #cccccc;
    padding: 2px 5px 2px 5px;
}

div.main_content ul li
{
    list-style-type : disc;
}
/*-----------------------------------------------------*/

div.sponsors
{
    text-align: left;
    padding-left: 0px;
    
    padding-top: 75px;
    padding-bottom: 10px;
}

div.sponsors table
{
    width: 100%;
}

div.content_header h1
{
    font-family: Tahoma, sans-serif;
    font-size: 35px;
    font-weight: lighter;
    
    text-align: left;
}

span.date
{
    color: #000000;
    font-weight: bold;
}

