﻿HTML
{
    font: 10px Verdana;
}
body
{
    background-color: #f4f4f5;
}
#page_body
{
    margin-left: auto;
    margin-right: auto;
    width: 870px;
    height: 600px;
}
#header_top
{
    height: 110px;
}
#header_top_logo
{
    width: 261px;
    height: 110px;
    overflow: hidden;
    float: left;
    outline: none;
}
#header_top_utility
{
    width: 423px;
    height: 63px;
    background-color: #f4f4f5;
    float: right;
}
#header_bottom
{
    clear: both;
    background-image: url('../../App_Themes/isetsports_red/images/iset_admin_logo_footer.png');
    background-repeat: no-repeat;
    height: 10px;
}
#header_middle
{
    background-image: url('../../App_Themes/isetsports_red/images/iset_admin_01.png');
    background-repeat: no-repeat;
    height: 52px;
    font-size: 22px;
    color: #FFFFFF;
    padding-top: 11px;
    padding-left: 24px;
}
#main_body
{
    margin-left: 21px;
}
#footer
{
    height: 50px;
    margin-left: 21px;
    clear: both;
}
#footer_top_bar
{
    height: 4px;
    background-color: #7f7f82;
}
#footer_content
{
    height: 46px;
    background-color: #9d1817;
    margin-left: 0px;
}
#PageTitle
{
    color: White;
    font-family: Kozuka Gothic Pro EL, Verdana;
    font-size: 28px;
    padding-top: 37px;
    margin-left: 38px;
}
h1, p
{
    font-family: Verdana;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}
h1
{
    color: #790026;
    font-variant: small-caps;
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 16px;
}
p
{
    font-size: 12px;
    color: #595a5a;
}
.nav_link a
{
    font-size: 15px;
    margin-right: 15px;
    float: right;
    color: #ffffff;
    text-decoration: none;
}
.nav_link a:hover
{
    text-decoration: underline;
}

