﻿* { padding: 0; margin: 0;
}

body  
{
    background-color: #E2F5FB;
    font-size: large;
    background-image: url('image/cmp0062.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}
    

#header 
{   
    border: 20px ridge #00FFFF;
    background-color: #FFFFFF;
    height: 90px;
    width: 800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
}
#first-box {
    border: 20px none #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 15px;
    width: 600px;
    height: 60px;
}

#h1 
{
    padding-left: 100px;
    text-align: left;
    padding-top: 20px;
    font-size: xx-large;
    height: 60px;
    width: 400px;
    text-indent: 20px;
}
 
 
        
#right_column 
{
    border: 10px none #66FFFF;
    text-align: center;
    height: auto;
    color: #000099;
    margin-top: 70px;
    margin-right: 20px;
    margin-left: 310px;
    width:70%;
}
#left_column {
    border: 10px none #009999;
    width: 175px;
    height: auto;
    font-weight: bold;
    color: #000099;
    float: left;
    text-align: left;
    font-size: 16px;
    background-image: url('image/bg_gra_w04.gif');
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 45px;
    margin-right: 40px;
    margin-left: 30px;
}
          
        
#left_column a:link
{
    color: #000099;
    font-size: 16px;
}

#left_column a:visited
{
    color: #330099;
    font-size: 16px;
}

#left_column a:hover
{
    color: #000099;
    text-decoration: underline
    font-size: 16px;

}

#footer 
{
    border: 20px none #FFFFFF;
    height: 153px;
    clear : both;
    background-color: transparent;
    text-align: center;
    color: #003366;
    margin-top: 20px;
}




#right_column a:link
{
    color: #330099;
    text-decoration: underline;}
    
#right_column a:visited
{
    color: #330099;
}

#right_column a:hover
{
    color: #330099;
    text-decoration: underline

}


