body {
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #424242;
}

img {
    border: none;
    display:block;
    margin: 0px auto;
}

a {
    color: #424242;
    text-decoration: none;
    border-bottom: #424242 1px dotted;   
}


#leftbar, #rightbar, #maindiv { float: left; }
#leftbar, #rightbar { width: 130px; padding-top: 20px; text-align: center; }
#leftbar { text-align: right; }
#rightbar { text-align: left; }
#maindiv { width: 438px; }

a:hover {
    border-bottom: #424242 1px solid; 
}

a.noborder, a:hover.noborder, li.noborder { border: none!important; }

#page {
    width: 698px;
    margin: 0px auto;
    padding: 0px;
    background-repeat: no-repeat;
    border-left: #ACACAC 1px solid;
    border-right: #ACACAC 1px solid;
    height: auto!important;
    height: 400px;
    min-height: 400px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 35px 0px 10px 0px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
}

li {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

li.doublemargin { margin: 30px 0px 0px 0px; }

#menu {
    width: 695px;
    height: 24px;
    line-height: 23px;
    background-image: url(../images/menufade.gif);
    font-size: 10px;
    font-family: Arial Narrow;
    margin: 0px;
    padding: 0px 3px 0px 0px;
    overflow: hidden;
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -349px;
}

#menu li {
    display: inline;
    padding: 0px 6px 0px 4px;
    border-right: #ACACAC 1px solid;
}

#menu a, #menu a:hover { border: none; }
#menu a:hover { text-decoration: underline; }

#footer {
    margin: 0px auto;
    width: 700px;
    height: 13px;
    background-image: url(../images/down.gif);
}