body {
    font-size: 16px;
    font-family:arial,helvetica,sans-serif;
}
hr {
    height:4px;
    background-color: #000000;
}
img {

    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
a {
    text-decoration:none;
    color:blue
}
a:hover {
    color:#ffffff;
}
a:visited {
    color:blue;
}
#header {
    margin:0;
    padding:20px;
}
#header img {
    margin:0px 0px 20px -3px;
}
#header #nav {
    background-color:#a7c1d0;
    margin:0px -22px -20px -20px;
    overflow:hidden;
}
#nav li {
    float:left;
    list-style:none;
    border-right:solid 1px #b4c7d2;
    border-left:solid 1px #91aab9;
    padding: 3px 15px 5px 15px;
    width:50px;
    margin:0px 10px 10px -10px;
    font-size:14px;
}

#content {
    margin:0px;
    background-color:#e2e5e6;
    padding:20px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}
#content p {
       margin:10px 30px 10px 0px;
}
#footer {
    background-color:#a7c1d0;
    margin:0;
    padding:21px;
    height:20px;
}
#footer li {
    float:left;
    list-style:none;
}
#footer p {
    margin:0px 0px 0px 0px;
}
.footertext {
     font-size:10px;
}
