﻿body
{
}

/* ################################### HEADER LAYOUT  #################################*/

#HeaderContainer
{
    width:100%;    
}

#Header
{
    width:900px;
    height:117px;
    margin:0 auto;
    padding:0px 0px 0px 0px;
    
}

#Logo
{
padding-top:10px;
float:left;
}

#LogoRight
{
padding-top:25px;
float:right;
text-align:right;
}

/* ################################### NAV LAYOUT  #################################*/

#NavigationContainer
{
    width:100%;    
}

#navigation
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:900px;
    height:34px;
    margin:0 auto;
    background-image:url(../images/nav_bg.gif);
    background-repeat:repeat-x;
    
}


#ctl00_MainArea_CopypageArea
{
    width:900px;
    padding:20px 0px 0px 0px;
    margin: 0 auto;
    background-color:#fff;
}


#ctl00_MainArea_leftcol
{
    width:155px;
    padding:0px 0px 10px 0px;
    float:left;
    border:solid 0px #000;
    min-height:300px;
    height:auto !important;
    height:300px;
}

ctl00_MainArea_SideMenu
{
    width:200px;
    padding:0px 0px 0px 0px;
}

#sidemenu_bottom
{
    background-image:url(../images/sidemenu_bottom.gif);
    background-repeat:no-repeat;
    height:12px;
}




#ctl00_MainArea_medcol
{
    float:left;
    border:solid 0px #000;
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 0px;
    min-height:400px;
    height:auto !important;
    height:400px;
    border:solid 0px #000;
}

#ctl00_MainArea_rightcol
{
    width:160px;
    padding:0px 0px 10px 0px;
    float:right;
    min-height:300px;
    height:auto !important;
    height:300px;
    text-align:right;
    border:solid 0px #000;
}

.NewsOverview
{
    display:block;
    margin:15px 0px 0px 0px;
    border-bottom:solid 1px #d0d0d0;
    min-height:90px;
    height:auto !important;
    height:90px;
}

#LoginTop
{
background:#2a6ebc url(../images/login_top_bg.jpg) no-repeat top;
width:242px;
padding:5px 0px 5px 5px;
}

#LoginMiddle
{
background:#ffffff url(../images/login_bg.jpg) no-repeat bottom;
padding:20px 0px 0px 0px;
width:245px;
border-left:solid 1px #dbdbdb;
border-right:solid 1px #dbdbdb;

}

#LoginBottom
{
background:#2a6ebc url(../images/login_bottom_bg.jpg) no-repeat top;
height:7px;
width:247px;
}


/*########################################FOOTER LAYOUT##############################*/


#Footer
{
    width:900px;
    margin:0 auto;
}

#footer_bar
{
   background-image:url(../images/footer_bar.jpg);
   width:900px;
   height:16px;
}

#disc
{
    float:right;
    clear:right;
    padding:10px 0px 0px 0px;
}

#sitemap
{
    float:left;
    clear:left;
    padding:10px 0px 0px 0px;
   
}




