body {font-family: Verdana, Arial, sans-serif;padding:0;margin:0;}
td, th {vertical-align: top;}
.center {text-align:center;}
h1, h2, h3, h4 {color:#c00;}
h3 {
    font-size: 1.5em;
    border-bottom: 2px solid #aaa;
    margin-top: 0;
    padding-bottom: .25em;
    margin-bottom: .5em;
}
h4 {
    font-size: 1.15em;
    margin:.15em 0;
}

form table th {text-align:right;}
ul {
list-style: none;
}

#banner {
    padding:0;
    background-color: #000;
    color:#fff;
    text-align: left;
}

#menu {
    width: 12em;
    border-right: 1px solid #000;
    padding: .5em 0 .5em 0;
    float: left;
    position: relative;
    vertical-align: middle;
    margin-bottom: 1em;
    font-family: arial;
    background-color: #90bade;
    color:#333;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#menu li{
    border-bottom: 1px solid #90bade;
    margin: 0;
}
#menu li a {
    background-color: #2175bc;
    color: #fff;
    display: block;
    padding: 5px 5px 14.8px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    text-decoration: none;
    width: 100%;
}
body #menu li a {width: auto;}
#menu li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e1;
    background-color:#2586d7;
    color: #fff;
}

#content {
    margin:0 1em 0 12.5em;
    padding:.5em;
    border-left: 1px solid #eee;
}

#footer {
    text-align:center;
    clear:both;
    border-top:1px solid #888;
    font-size:12px;
    font-weight:700;
}
#footer table a {
    text-decoration:none;
    color: #000;
}
#footer table {
    background-color: #ccc;
    color: #000;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}
#footer table td {vertical-align: middle;text-align:left;}
#footer img {
    border:0;
    vertical-align:middle;
}
#footer div {font-size: .75em;}

#columnright{
        float: left;
        width: 650px;
        }

