html
{
    font-family: "Times New Roman", Times, serif;
}

body
{
    overflow: scroll;
}

/* container for everything, incl. header and footer */
div#container
{
   margin: 0 auto;
   width: 820px;
   background: #fff;
}

div#header
{
    background:#111155 url("upitt-banner.gif") left top no-repeat;
    height: 50px;
}

div#footer
{
    clear: both;
    background:#111155;
    height: 30px;
}

/* wrapper box for main two column layout */
div#wrapper {
    margin-left: 216px;
    padding: 10px;
}

/* the contact info div */
div#contact {
    float: left;
    width: 216px;
    margin-left: -216px;
}


div#contact table {
    padding-top: 20px;
}

img#main-image
{
    display:block;
    margin-right: auto;
    margin-left: auto;
    float: left;
    padding: 1px;
    border: 1px solid black;
}

/* the main body div */
div#main {
    float: left;
    width: 580px;
    border-left: 1px solid grey;
}

div.navigation table {
    margin: auto;
}

div.navigation table td {
    text-align: center;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 22;
}

div.navigation table td a, 
div.navigation table td a:visited {
    color: #333333;
    text-decoration: none; /* no underline */
    font-variant: small-caps;
}

div.navigation table td a:hover {
    color: #111555;
    text-decoration: underline; /* underline on hover */
    font-variant: small-caps;
}

div#content p, h2, h3, h4, table {
    padding-left: 15px;
}

div#content h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

/* 2 column table, with moniker in first column */
table .tdmoniker {
    width: 100px;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
}
