body {
    font-family: 'maiandra gd', 'arial';
    background-color: #5aa8cc;
    color: #1d2953;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #5aa8cc;
}
a:hover {
    color: white;
}
#content a:hover {
    color: #1d2953;
}
img {
    border: 0px;
}
.clearfix {
    height: 1px;
    clear: both;
    line-height: 1px;
}
table.centered th,
table.centered td {
    text-align: center;
}
.back_to_top {
    display: block;
    text-align: right;
}

#header_wrapper,
#subheader_wrapper,
#nav_wrapper,
#content_wrapper,
#footer_wrapper {
    width: 100%;
    clear: both;
}
#header,
#subheader,
#nav,
#content,
#footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header_wrapper {
    background-color: #242a4e;
    color: white;
}
#header {
    height: 116px;
}
#header_banner {
    display: block;
    width: 1000px;
    height: 116px;
}

#subheader_wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #242a4e;
    color: white;
}
#subheader {
    padding: 3px;
    font-size: large;
    line-height: 30px;
}
.vr {
    vertical-align: middle;
}
#book_appointment {
    float: right;
}

#nav_wrapper {
    background-color: #242a4e;
    color: white;
    height: 30px;
}
.nav_link {
    display: block;
    float: left;
    width: 180px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.nav_link_compact {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.nav_sublinks {
    display: none;
    position: absolute;
    background-color: #242a4e;
    width: 180px;
    padding-bottom: 10px;
}
.nav_link:hover .nav_sublinks {
    display: block;
}
.nav_sublinks a {
    display: block;
    padding: 5px;
    margin-top: 10px;
    font-size: medium;
}

#content_wrapper {
    min-height: 400px;
    background-color: white;
    background-image:url('../img/gradient.gif');
    background-repeat:repeat-x;
}
#content {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 990px;
}
.p {
    margin-bottom: 10px;
    text-align: justify;
}
.citation {
    text-align: right;
    padding-right: 20px;
    font-size: small;
}

#footer_wrapper {
    background-color: #242a4e;
    color: white;
}
#footer {
    padding: 5px;
    font-size: small;
}
#footer a {
    border-bottom: 1px dotted #5aa8cc;
    margin: 3px;
    padding: 3px;
    line-height: 25px;
}
#footer_left {
    float: left;
}
#footer_right {
    float: right;
}
#footer_copyright {
    clear: both;
    margin-top: 80px;
}