

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: verdana, helvetica;
    font-weight: normal;
}

a { color: #668; text-decoration: none; font-weight:normal; } 

h1{
    margin: 0px;
}

#banner {
    margin: 0px;
    padding: 10px 0 15px 0;
    background-color: #000033;

}

#banner a {
    color: #fff;
    font-size: xx-large;
    font-weight: bold;
    text-decoration: none;
}

#banner h1 {
    padding: 0 0 3px 13px;
    color: #fff;
}

#banner .description {
    color: #88c;
    font-size: small;
    font-weight: bold;
    margin-left: 30px;
}	

#content {
    margin: 20px 20px 20px 20px;
    position: absolute;
    left: 170px;
}


#links {
    background-color: #000033;
    padding-right: 10px;
    padding-top: 10px;				
    position: absolute;
    left: 0px;
    width: 160px;
    height: 100%;
}


#links li, #links li a{
    list-style-type: none;
    color: #fff;
    font-size: small;
    font-weight: bold;
    padding: 0 0 2px 0px;
    margin-top: 15px;
}

#links a:hover{
	text-decoration:underline;
}



#sflogo {
    position: absolute;
    right: 15px;
    top: 15px;
}




