
#header{
    background-color: white;
    margin: 0px 0px 0px 0px;        
    padding: 5px 5px 5px 5px;
    z-index: 100;
}

#logo{
    top: 10px;
}

#content{      
    background-color: white;
    width: 100%;        
    z-index: 150;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #666666;
    font-size: 14px;
}

#col-left{
    width: 130px;
    float: left;
    background-color: white;
    color: #cccccc;
}

#main{        
    margin:0 134px;       
    padding: 5px 5px 5px 5px;
    background-color: white;
}

#col-right{
    width: 130px;
    float: right;
    background-color: white;
    color: #cccccc;
}

#footer{
    clear: both;
    background-color: white;
    padding: 5px 5px 5px 5px;
    z-index: 200;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 10px;
    vertical-align: middle;
    color: #666666;
    font-weight: normal;
    font-variant: normal;
    text-align: justify;
}

#footer-links {
    float: left;
    vertical-align: middle;
}

#footer-copyright {    
    vertical-align: middle;
    text-align: right;
}

.breadcrumbs{
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    border-top-color: silver;
    border-bottom-color: silver;
    border-left-color: silver;
    border-right-color: silver;
    background-color: #f4f0f0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

body {  
    margin-right: 0px; 
    margin-left: 0px; 
    margin-top: 0px; 
    margin-bottom: 0px;
    background-color: white;
    text-align: justify;
}

a:link {  
    color: #000099; 
    text-decoration: none
}

a:visited {  
    text-decoration: none; 
    color: #0000cc;
}

a:hover {  
    color: #0000FF; 
    text-decoration: underline;
}
