html {
    height: 100%;
}

body {
    background-color: white;
    min-width: 900px;
    min-height:100%;
    height: auto !important;
    height: 100%;
    margin:0px;
    padding:0px;
    position:relative
}

body,input,textarea,th,td,select,button {
    font-size:12px;
    font-family:"Bitstream Vera Sans",Verdana,Helvetica;
}

div#header {
    background:url(/images/icons/header-back.png) repeat-x 0% 0%;
    height:120px; 
}

img#logo {
    position:absolute;
    top:0px;
    left:0px;
}

img {
    border-width:0px;
}

#tabfloat {
    position:absolute;
    top:44px;
    width:100%;
}

ul#primary-links {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

ul#primary-links li {
    _width:0px;
    list-style-type:none;
    float:right;
    padding:0px 0px 0px 0px;
    margin:0px 1px 0px 1px;
    background:url(/images/icons/header-tab1.png) no-repeat 0% 0%;
}

ul#primary-links li a {
    display:block;
    padding:4px 8px 0px 8px;
    margin:0px;
    height:20px;
    background:url(/images/icons/header-tab2.png) no-repeat 100% 0px;
    white-space:nowrap;
    font-weight:bold;
    color: white;
    text-decoration:none;
}

ul#primary-links li:hover {
    background-image:url(/images/icons/header-tab1.png);
    background-position:0% -24px;
}
ul#primary-links li:hover a {
    background-image:url(/images/icons/header-tab2.png);
    background-position:100% -24px;
}

a {
    border-style:none;
    text-decoration: none;
    color: #5555dd;
}

a:hover {
    text-decoration: underline;
    color: #116ea8;
}

span#breadcrumb {
    position: absolute;
    top: 90px;
    float: left;                                                                
    color:#000;
    font-size:85%;
    left: 1%; 
}

#footer {
    background:url(/images/icons/footer.png) repeat-x 0% 0%;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
}

#footer span {
    position: relative;
    top: 10px;
    right: 1%;
    float: right;
}

#content {
    margin-left: 260px;
    padding-right: 1%;
    padding-bottom: 4em;
}

div#languages {                                                                                         
    position:absolute;                                                                                  
    top: 10px;                                                                                           
    right: 10px;                                                                                         
}                                                                                                       
	                                                                                                            
div#languages img {                                                                                     
    border-width:0px;                                                                                   
    padding-left: 5px;                                                                                  
}

#navigation {
    position: absolute;
/*    float: left;  */
    left:10px;                                                                                                                                                                                                                                                                                                                                                                                                        
    width: 235px;                                                                                                                                                                                                   
    font-size:1.1em;                                                                                                                                                                                                
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                    
#navigation .content {                                                                                                                                                                                            
    background-color: #DFEDF7;                                                                                                                                                                                      
    border:solid #90C2E1;                                                                                                                                                                                           
    border-width:0px 1px 1px 1px;                                                                                                                                                                                   
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                    
#navigation .content .w1 {                                                                                                                                                                                        
    background:url(/images/icons/block-br.png) no-repeat 100% 100%;                                                                                                                                                 
    position:relative;                                                                                                                                                                                              
    top:1px;                                                                                                                                                                                                        
    left:1px;                                                                                                                                                                                                       
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                    
#navigation .content .w2 {                                                                                                                                                                                        
    background:url(/images/icons/block-bl.png) no-repeat 0% 100%;                                                                                                                                                   
    position:relative;                                                                                                                                                                                              
    padding:5px;                                                                                                                                                                                                    
    height:auto !important;                                                                                                                                                                                         
    height:0px;                                                                                                                                                                                                     
    left:-2px;                                                                                                                                                                                                      
    top:0px;                                                                                                                                                                                                        
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                    
#navigation h2 .w1 {                                                                                                                                                                                              
    display:block;                                                                                                                                                                                                  
    background:url(/images/icons/block-tl.png) no-repeat 0% 0%;                                                                                                                                                     
    position:relative;                                                                                                                                                                                              
}                                                                                                                                                                                                                   
#navigation h2 .w2 {                                                                                                                                                                                              
    display:block;                                                                                                                                                                                                  
    background:url(/images/icons/block-tr.png) no-repeat 100% 0%;                                                                                                                                                   
    position:relative;                                                                                                                                                                                              
    padding:3px 5px 2px 5px;                                                                                                                                                                                        
}                                                                                                                                                                                                                   
#navigation h2 {                                                                                                                                                                                                  
    background-color:#0174BB;                                                                                                                                                                                       
    margin:0px;                                                                                                                                                                                                     
    font-size:1.0em;                                                                                                                                                                                                
    font-weight:bold;                                                                                                                                                                                               
    color:white;                                                                                                                                                                                                    
    text-align:center;                                                                                                                                                                                              
}                     
