body { margin:0px; padding:0px; }
img.iepngfix { behavior: url('/basewebinterface/org/htc/iepngfix.htc'); }
a img { border:0px; }




html {
    background-color:#526D9C;
    background: url(/img/custom/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin:0px;
    padding:0px;
}

body, td { font-family:Arial, sans; font-size:13px; color:#484848; }
h1 { font-size:30px; font-family:'Times New Roman',serif;font-weight:normal; color:#9d0101; }
h2 { font-size:20px; font-weight:normal; color:#9d0101; }
h3 { font-size:15px; font-weight:bold; color:#014358; }
a { color:#000000; }
a:hover { color:#6e6565; }

.blktext { line-height:20px; }


div#page_wrapper { text-align:center; padding-top:15px; padding-bottom:15px; }
div#page { position:relative; margin:auto; text-align:left; width:900px; background-image:url(/img/custom/background-page.png); }
div#page_inner { padding:15px;  }


div#page_header {
    position:relative; 
    height:50px;
}

div#page_header_logo { 
    position:absolute;
    top:-55px;
    right:10px;
    

}




div#page_navigation {
    background-color:#DE8704;
    height:35px;
}

div#page_body { 
    background-color:#FFEDC5;
    padding:15px;
}
       
a.page_navigation_item {
    display:block;
    float:left;
    line-height:35px;
    height:35px;
    padding:0px 15px;    
    font-size:16px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
   
}
a.page_navigation_item:hover {
    color:#FFFFFF;
 
}
span.page_navigation_item_seperator { display:none; }
a.page_navigation_item_active:hover,
a.page_navigation_item_active {
    color:#A52021;
    background-color:#FFEDC5;
   
}
       
       
div#page_footer {
    position:relative;
    background-color:#44372F;
    padding: 5px;
    color:#FFFFFF;
}
div#page_footer a { color:white; }

