body {
    background:#4C6C9D;
    color:#153F87;
    margin:0px;
    padding:0px;
    font-family:arial,helvetica,sans-serif;
}

#header {
    width:769px;
    height:198px;
}

#header img {
    width:769px;
    height:198px;
}

#nav {
    background:#FCC13F;
    width:769px;
    height:33px;
    line-height:29px;
    overflow:hidden;
    margin:0px;
}

#nav a:link, #nav a:visited, #nav a:active {
    color:#153F89;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    padding:0px 7px 0px 13px;
    border-left:1px solid #153F89;
}
#nav a:hover {
    text-decoration:underline;
}
#content {
    width:769px;
    text-align:left;
    margin:0px;
    padding:0px;
    background:white;
}
#padme {
    margin:20px;
}
#content p {
    font-size:75%;
}
#content li {
    font-size:75%;
}
#content h1 {
    font-size:115%;
    background-color:#FFFFFF;
}
#content h2 {
    font-size:110%;
}
#content h3 {
    font-size:105%;
}
#content h4 {
    font-size:95%;
}
#content h5 {
    font-size:85%;
}
#content h6 {
    font-size:75%;
}

#foot {
    font-size:10px;
    padding:5px;
    text-align:center;
    margin-top:20px;
    background:#658DC0;
    color:white;
}