/* GENERAL STYLES */
body, html
{
    width: 100%;
    height: 100%;
    background: URL("/Graphics/background.jpg");
    text-align: center;
    margin: 5px 0px 0px 0px;
    font-family: Verdana;
    font-size: 12px;
}

td.menu_box_item_section
{
 font-weight: bold;
 height: 16px;
 vertical-align: bottom;
 cursor: pointer;
}

a:active, a:link, a:visited {
 text-decoration:underlined;
 color: #000000;
}

a:hover {
 color: #007598;
 text-decoration:underlined;
}


td 
{
    font-family: Verdana;
    font-size: 12px;
    vertical-align: top;
}

td.top_menu_item
{
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
    cursor: pointer;
}

td.top_menu_item_hover
{
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
    background: URL("../Graphics/top_box_hover.jpg");
    vertical-align: top;
    cursor: pointer;
}

#main_container
{
    width: 808px;
    margin: 0px auto;
    text-align: left;
}

#top_container
{
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}

#top
{
    width: 100%;
    height: 102px;
}

#top_left
{
    width: 19px;
    height: 100%;
    background: URL("../Graphics/top_left.gif");
}

#top_right
{
    width: 19px;
    height: 100%;
    background: URL("../Graphics/top_right.gif");
}

#top_center
{
    width: 760px;
    height: 100%;
    vertical-align: middle;
    background: URL("../Graphics/top_center.jpg");
    cursor: pointer;
}

#top_logo
{
    float: left;
    width: 100px;
    height: 91px;
    background: URL("../Graphics/top_logo.jpg");
    position: relative;
    top: 1px;
    left: 20px;
}

#top_text
{
    float: left;
    width: 613px;
    height: 74px;
    background: URL("../Graphics/top_text.jpg");
    position: relative;
    left: 40px;
    top: 13px;
}

#top_menu
{
    float: left;
    height: 28px;
    position: relative;
    left: 40px;
}

#top_menu_left
{
    width: 11px;
    height: 100%;
    background: URL("../Graphics/top_box_left.gif");
}

#top_menu_right
{
    width: 11px;
    height: 100%;
    background: URL("../Graphics/top_box_right.gif");
}

#top_menu_center
{
    height: 100%;
    background: URL("../Graphics/top_box_center.jpg");
    vertical-align: middle;
}

#top_search
{
    float: right;
    height: 28px;
    position: relative;
    right: 40px;
}

#top_search_left
{
    width: 11px;
    height: 100%;
    background: URL("../Graphics/top_box_left.gif");
}

#top_search_right
{
    width: 11px;
    height: 100%;
    background: URL("../Graphics/top_box_right.gif");
}

#top_search_center
{
    height: 100%;
    background: URL("../Graphics/top_box_center.jpg");
    vertical-align: top;
}

div.textbox
{
    background: URL("../Graphics/textbox_center.jpg");
    height: 20px;
}

div.textbox_left
{
    background: URL("../Graphics/textbox_left.jpg");
    width: 6px;
    height: 100%;
    float: left;   
}

div.textbox_right
{
    background: URL("../Graphics/textbox_right.jpg");
    width: 6px;
    height: 100%;
    float: right;       
}

input.textbox
{
    border: 0px;
    float: left; 
    height: 14px;
    margin-top: 2px;
    font-size:11px;
}

#top_search_icon
{
    width: 14px;
    height: 16px;
    background: URL("../Graphics/top_search_icon.jpg");
    float: right;   
    margin: 2px 0px 0px 2px;
    cursor: pointer;
}

#menu_box
{
    width: 205px;
}

#menu_box_1
{
    width: 205px;
}

#news_box
{
    width: 180px;
}

#content_box
{
    height: 75%;
    width: 411px;
    background: #ffffff;
    margin: 0px 14px 0px 14px;
}

#content_box_middle_center
{
    width: 371px;
}

div.box_header 
{
    height: 25px;
    width: 138px;
    background: URL("../Graphics/box/header.jpg");
    font-weight: bold;
    text-align: center
}

#bottom_container 
{
    width: 808px;
}

#bottom_left
{
    width: 7px;
    height: 36px;
    background: URL("../Graphics/bottom_left.gif");
}

#bottom_right
{
    width: 8px;
    background: URL("../Graphics/bottom_right.gif");
}

#bottom_center
{
    width: 788px;
    background: URL("../Graphics/bottom_center.jpg");
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

/* EDITOR PROPERTIES */

