body {
    line-height: 1.3em;
    font-family: "Lucida Grande", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    padding : 0;
    margin : 0;
    color : #444444;
    background-color : #ffffff;
}

.wrapper {position:relative;
    height: 100%;  
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 5px;
    background-repeat : repeat-x;
    background-image : url(images/header/bg.gif);
    background-color : #ffffff;
    width: auto;}

#header {
    height : 111px;
    float : left;
    width : 100%;
    padding : 0;
    margin : 0;
    background-color : #f6f6f6;
    background-image : url(images/header/top_bg.jpg);
}
.maintitle {
    height : 111px;
    float : left;
}

#top_menu {
    width : 100%;
    float : left;
    height : 42px;
    padding : 0;
    margin : 0;
    overflow : visible;
    background-color : #f7f7f7;
    background-image : url(images/header/bg_pagenav.gif);
    background-repeat : repeat-x;
}
#top_menu_inner {
    overflow : visible;
    padding-top : 5px;
    padding-right : 40px;
}
ul#mainlevel-nav {
    list-style : none;
    padding : 0;
    margin : 0;

}
ul#mainlevel-nav li {
    color : #fff;
    border-left : 1px solid #e93737;
    border-top : 1px solid #e93737;
    border-right : 1px solid #e93737;
    border-bottom : none;
    height : 34px;
    line-height : 35px;
    float : right;
    margin : 0 1px 0 1px;
    padding : 0;
    white-space : nowrap;
}
ul#mainlevel-nav li a {
    background-image : url(images/header/top_button.gif);
    background-repeat : repeat-x;
    text-align : center;
    display : block;
    padding-left : 30px;
    padding-right : 30px;
    text-decoration : none;
    color : #fff;
    font-size : 11px;
    font-weight : bold;
}
ul#mainlevel-nav li a:hover {
    background-image : url(images/header/top_button_hover.gif);
    background-repeat : repeat-x;
    color : #f8f8f8;

    white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav {
    background-image : url(images/header/top_button_hover.gif);
    background-repeat : repeat-x;
    color : #f8f8f8;

    white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
    list-style-image : none !important;
    background-image : url(images/header/top_button.gif);
    background-repeat : repeat-x;
    text-align : center;
    display : block;
    padding-left : 30px;
    padding-right : 30px;
    text-decoration : none;
    color : #fff;
    font-size : 11px;
    font-weight : bold;
}

#content_outer {
    width : auto;
    padding-top : 10px;
    padding-right : 20px;
    padding-left : 20px;
    background-repeat : repeat-x;
    background-image : url(images/header/bg.gif);
    background-color : #ffffff;
}

#sidebar {
    color: #000;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 0px 30px 0px 0px;
    text-align: left;
    width: 300px;
    height: 100%;
    }
    #sidebar a {background: none; color: #00404d;}
    #sidebar a:hover {background: none; color: #0095b3;}

#sidebar h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 4px solid #e93737;
    background: none;
    color: #4c4c4c;
    font-size: 14px;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 16px 0px 10px 0px;
    padding: 0px 0px 3px 0px;}
#sidebar ul ul li {
    color: #86abb3;
    line-height: 3.5em;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px dotted #cad6d9;}
#sidebar ul ul ul li {
    list-style-type: square;
    margin-left: 15px;
    border: none;
    color: #86abb3;}
#sidebar ul {
    color: #86abb3;
    background: none;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;}


#content {


    color: #000000;
    margin-right: 400px;
    padding: 0px 5px 0px 5px;
    text-align: left;
    width: auto;}

h1 {
    color : #4c4c4c;
    font-weight : bold;
    font-size : 24px;
    line-height : 26px;
    font-weight : normal;
}

h2 {
    color : #4c4c4c;
    font-weight : bold;
    font-size : 20px;
    line-height : 22px;
    font-weight : normal;
}

h3 {font-size:11px;font-weight:bold;color:#fff;margin-top:5px;margin-bottom:5px;}
.dynamic-tab-pane-control.tab-pane {
    position:   relative;
    width:      100%;       /* width needed weird IE bug */
    margin-right:   -2px;   /* to make room for the shadow */
}

/* ---------------------------------------------------------------------------------- */
.tab-form {  width : 300px;  text-align : left;  margin-bottom: 10px;padding: 15px; border: 1px solid #86abb3;}

/*Sitemaps*/
.header_2 {width:100%;padding:5px;border:1px solid #DDDDDD;margin-bottom:7px;}
.header_2_inner {background: #DDDDDD;padding:5px;font-weight:bold;}
.content_2 {width:100%;padding:5px;border:1px solid #DDDDDD;margin-bottom:7px;font-size:12px;}

.headerline_2 {background: #e93737;padding:5px;font-weight:bold;width:100%;color:#fff;width:200px;font-size:11px;font-weight:bold;}
.content_2_inner {padding-left:30px;padding-top:7px;padding-bottom:7px;padding-right:7px;font-size:12px;}
.sitemap {width:100%;font-size:13px; color:#000}
.border {border: 1px solid #DDD;}

TD.smallText,SPAN.smallText,P.smallText{font-family:Verdana,Arial,sans-serif;font-size:10px;}

