body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Verdana", "Helvetica", sans-serif;
    }

.hide {
    text-indent: -9999px;
    }
    
img {
    display: block;
    border: 0;
    }
    
/* Dividers */
    
#page_container {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0;
    }
    
#content_container {
    margin: 0px;
    padding: 0px;
    border: 0;
    }
    
#header {
    border-top: #0244bd solid 0px;
    margin: 0;
    /*padding: 0 0 0 20px;*/
    height: 73px;
    background: #5badff;
    /*background-image: url(../images/bg_header.gif); */
    }
    
#logo {
    margin: 0;
    border-top: #0244bd solid 1px;
    padding: 10px 0 0 90px;
    height: 100%;
    background-image: url(../images/bg_header_vert_logo.png);
    background-repeat: repeat-y;
    }
    
#navigation {
    border-top: #f0f0f0 solid 0px;
    margin: 0;
    padding: 0 0 0 5px;
    height: 24px;
    background-image: url(../images/bg_nav.gif);
    }
    
#content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    border-top: #ffffff solid thin;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../images/bg_content.gif) no-repeat right top;
    }
    
#footer {
    border-top: #ffffff solid 0px;
    margin: 0;
    height: 45px;
    padding: 0 0 0 0;
    background: #5badff;
    }
    
#bg_dummy {
    margin: 0;
    height: 100%;
    padding: 0 0 0 0;
    background-image: url(../images/bg_header_vert.gif);
    background-repeat: repeat-y;
    }
    
#copyright {
    margin: 0;
    height: 24px;
    padding: 0 0 0 5px;
    background-image: url(../images/bg_copyright.gif);
    }
    
/* Inline Elements */

#links {
    font-size: 12px;
    color: #323232;
    letter-spacing: 1px;
    vertical-align: middle; 
    }
    
#copy {
    font-size: 12px;
    color: #323232;  
    }
    
#logo_text {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
    }
    
#slogan_text {
    font-size: 10px;
    padding-left: 5px;
    color: #ffffff;
    }
    
h1 {
    font-size: 20px;
    padding-top: 20px;
    }
    
p {
    font-size: 12px;
    width: 700px;
    margin-left: 10px;
    }
    
ul {
    font-size: 12px;
    width: 700px;
    margin-left: 10px;
    }
    
li {
    font-size: 12px;
    width: 700px;
    margin-left: 10px;
    }
    
a {
    text-decoration: underline;
    color: blue;
    }
    
a:visited {
    text-decoration: underline;
    color: blue;    
    }
    
a:hover {
    text-decoration: underline;
    color: #323232;
    }
    
#language a {
    font-size: 10px;
    color: blue;
/*    padding-left: 10%;*/
    } 