html {
    background-image:url(/media/gfx/background.gif);
    background-repeat: repeat-y;
    background-color:#E1E5EE;    
    padding: 0;
    color: #727272;
}
body {
    padding: 0;
    margin: 0;
    padding-top:10px;
}

form {
    margin:0px;
}

body, select, input, textarea {
    font-family: Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:12px;    
}

/* navigation */ 
    div.subnav {
        background-color:#B2BFD4;
        margin-bottom:1px;
        padding:1px;
    }
    
    #navigation {
        margin-top:5px;
        clear:both;
    }
    #navigation .tab {
        font-weight: bold;
        color: white;
        float:left;
        height:24px;
    }
    
    #navigation .back {
        font-size: 11px;
        height:18px;
        padding-top:6px;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:0px;
    }
    #navigation .sub {
        font-weight: normal;
        padding-top:6px;
        height:18;
        padding-right:10px;
        padding-left:10px;
    }
    
    #navigation a {
        text-decoration:none;
        color: white;
    }    
    
    #tabBottom {
        font-size: 11px;
        background-color:#0042B0;
        padding-top:6px;
        padding-left:16px;
        height:20px;
        color: white;
        clear:left;
    }

    #footer_nav a{
       text-decoration:none;
       color: #727272;
    }

    #footer_nav a:hover{
       text-decoration:underline;
       color: #727272;
    }
    
/* clearfix */    
        
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .clearfix {
        display: inline-table;
    }    
    
    
/* content */
    
    #content {
        font-size:12px;
        line-height: 1.4em;
        margin-top:10px;
    }
    #content h1 {
        font-size: 1.1em;
        line-height: 1.2em;
        font-weight:bold;  
        color: #0042B0;
        padding-bottom:3px;
        border-bottom: 1px solid gray;
              
    }
    
    #content h2 {
        font-size: 1.0em;
        line-height: 1.4em;
        font-weight:bold;
        margin:0px;
    }
    
/* search */
    #search {
        float:right;
        vertical-align:top;
        border: 1px solid blue;
        position: relative;
    }
    
    #header input, select {
        font-size:11px
    }
    
    #header:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    #header {
        display: inline-table;
    }    
    
    #content a {
        text-decoration: none;
        color: #727272;
        background-image:url(/media/gfx/link.gif);
        padding-left: 14px;
        background-repeat: no-repeat;
    }

    #content a.more {
        color:#0042B0;
        background-image:url();
        padding-left: 0px;
        background-repeat: no-repeat;
    }

    
    #content a:hover {
        text-decoration: underline;
    }
    
    #layout {
        margin-left: 40px;
        background-color:white;
        width:820px;
        height:100%;
    }
   
    #content a.subnav {
        color:white;
        background-image:url(/media/gfx/arrow_white.gif);
        padding-left: 14px;
        background-repeat: no-repeat;
    }