body {
    margin-left: auto;
    margin-right: auto;
    width: 884px;
    height: 100%;
    background-color: #ffffff;
}

html {
    height:100%;
}

a {
    margin: 0;
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}

#header {
    margin-top: 25px;
    width: 884px;
}

#main {
    width: 878px;
    border-left: 2px solid #004998;
    border-right: 2px solid #004998;
    overflow: hidden;
    background-color: #ffffff;
}
.middle_blue {
    background-color: #004998;
    background-image: url(../images/menu_button_top2.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

.middle_white {
    background-color: #ffffff;
    background-image: url(../images/menu_button_top.jpg);
    background-repeat: repeat-x;
    text-align: center;
}
.menu_cat {
    cursor: pointer;
}
.submenu {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    width: 1px;
    height: 28px;
    border-bottom: 2px solid #004998;
}

.submenu_last {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    border-bottom: 2px solid #004998;
    width: 600px;
}

.submenu_image_left {
    width: 1px;
    height: 28px;
    border-bottom: 2px solid #004998;
    border-left: 2px solid #004998;
    background-color: #ffffff;
}

.submenu_image_right {
    width: 1px;
    height: 28px;
    border-bottom: 2px solid #004998;
    border-right: 2px solid #004998;
    background-color: #ffffff;
}

.submenu_first {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    height: 28px;
    border-bottom: 2px solid #004998;
    width: 40px;
}
.submenu_spacer {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    height: 28px;
    border-bottom: 2px solid #004998;
    width: 20px;
}
.submenu_100 {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    height: 28px;
    border-bottom: 2px solid #004998;
    width: 110px;
}
.submenu_180 {
    background-color: #ffffff;
    /*background-image: url(../images/strip_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    height: 28px;
    border-bottom: 2px solid #004998;
    width: 210px;
}

.hidden {
    display: none;
}
.visible {
    display: block;
}

td .small {
    width: 5px;
}

a.menu_link_white {
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

a.menu_link_blue {
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #004998;
    text-decoration: none;
}

a.submenu_link {
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #004998;
    text-decoration: none;
}
a:hover.submenu_link {
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff6600;
    text-decoration: none;
}

#footer {
    margin-bottom: 25px;
}

#footer_text {
    width: 858px;
    height: 16px;
    padding: 12px;
    background-color: #004998;
}

#footer_text a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 15px;
    font-family: Calibri, Verdana, Arial;
}

#search {
    border: none;
    background-color: #ffffff;
    color: #004998;
    font-size: 14px;
    font-family: Calibri, Verdana, Arial;
}


