body
{
    margin: 0px;
    text-align: center;      
    font-family: Arial;
    font-size: 9pt;
    color: #000000;   
    background-color: #090948;                  
}

input,textarea,select
{
    font-family: Arial;
}

form
{
    margin: 0px;
}

td,div,p
{
    font-size: 9pt;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #34006d;
}
   
.main
{
    position:relative;
    margin: 0 auto;
    width: 993px;   
    background-color: #FFFFFF;
}
      
      
.content
{
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    height: 365px;
    border-right: 1px solid #FFFFFF;
    vertical-align: top;
    padding-left: 28px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.topleft
{
    background-image: url('../images/topleft.gif');
    background-repeat: no-repeat;
    height: 22px;
    width: 15px;
}

.top
{
    background-image: url('../images/top.gif');
    background-repeat: no-repeat;
    height: 22px;
    width: 891px;           
}

.topright
{
    background-image: url('../images/topright.gif');
    background-repeat: no-repeat;
    height: 22px;
    width: 15px;
}

.logo
{
    border-left: 1px solid #FFFFFF;     
    border-right: 1px solid #FFFFFF;     
}

.menu
{
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    height: 365px;
    width: 156px;
    border-left: 1px solid #FFFFFF;
    background-image: url('../images/menu_bottom.gif');
    background-color: #FF690b;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    vertical-align: top;
}

.footer
{
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 3px;
    background-color: #34006d;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 8pt;     
}

.shadowleft
{
    background-image: url('../images/shadow_left.gif');
    width: 39px;
    background-repeat: repeat-y;
}


.shadowright
{
    background-image: url('../images/shadow_right.gif');
    width: 35px;
    background-repeat: repeat-y;
}

.shadowbottom
{
    background-image: url('../images/shadow_bottom.gif');
    height: 25px;
    background-repeat: no-repeat;
}

.menuitemselected
{
    background
}                 

.menuitem
{
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    display: block;    
    border-bottom: 1px solid #FFFFFF;
    padding: 4px;
    padding-left: 5px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.sub
{
    padding-left: 15px;
    border-bottom: 0px;
}

.lastsub
{                          
    border-bottom: 1px solid #FFFFFF;
}


.selected
{
    background-color: #fbb77c;
    color: #34006d;
}

.extralinks a
{
    font-size: 8pt;
    color: #FFFFFF;
}

.whitetext
{
    color: #FFFFFF;
}

.bottom_menu_padding
{
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    padding-left: 5px;
}
