body {
        background: #d3deea;
        font: normal 4.5em "Lucida Grande", "Verdana", sans-serif;
        color: #394048; }

.center {
        width: 750px;
        margin: 0px auto;
        padding: 0px 10px;
        text-align:center;
}
.topnav
{
    font-size: 10px;
    font-family: verdana, none, arial, helvetica;
    text-align: left;
    width: 750px;  /* needs to match the rounded corner image width */
    background: #eee url(/1/bottom_d3deea.gif) no-repeat bottom left;
    position: relative;
}

.topnav .header
{
    margin: 0;
    padding: 4px 4px 4px 10px;
    background: #aaa url(/1/top_d3deea.gif) no-repeat top left;
    height:45px;
}

.topnav .header .title
{
    font-weight: bold;
    font-size: 18;
    color: #000000;
}
.topnav .header a {
    color: #555555;
    text-decoration: none;
    font-size:1em;
    padding: 0px;
}

.topnav .header a:hover
{
    color: black;
    background-color: #aaa;
    border: 0px solid #555555;
    padding: 0px;
}

.topnav .subheader{
    height: 40px;
}

.topnav a
{
    color: #555555;
    padding: 3px;
    text-decoration: none;
    font-size: 1.2em;
}

.topnav a:hover
{
    color: black;
    background-color: #dddddd;
    border: 1px solid #555555;
    padding: 2px;
}

.topnav .left_links{
    padding: 15px 0px 0px 10px;
}
.topnav .right_links{
    text-align:right;
    position:absolute;
    padding: 15px 10px 0px 0px;
    right: 0px;
}

