/* CSS Document */



/*--- Footer Start --------------------*/

.footer {
        text-align: left;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        font-size: 73%;
        color: #FFFFFF;      
        background-color:#006699;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        vertical-align:bottom;
        }

.footer a {
        text-decoration:none;
        color: #FFFFFF; 
}

.footer a:hover{
        text-decoration:underline;
        color: #FFFFFF; 
        }

#footercontainer {
        text-align: left;
        padding: 0px;
        margin:0px;
        vertical-align: bottom;
        width: 770px;
        line-height: 20px;
        border-top: 2px dotted #CCCCCC;
                      }
#watermark {
background-image:url(../images/watermark.gif);
background-repeat:no-repeat;
background-position:right;
width: 770px;
height: 120px;
}

/*--- Footer End --------------------*/