body {
    font-family:Verdana, sans-serif;
    font-size: 12px;
    background: #DDD;
}
h2 {
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    margin: .25em 0;
}
h3 {
    line-height: 18px;
    font-size: 13px;
    text-align: left;
}
p {
    font-size: 12px;
    line-height: 1.2;
}
p#email {
    margin-bottom: 0em;
    text-align: center;
}
table p {
}
div#main {
    margin: auto;
    margin-top: 13px;
    padding: 10px;
    background: #FFF;
    width: 673px;
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}
div#navbox {
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    background: #FFF;
    width: 75px;
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}
hr {
    height: 3px;
    border: 0;
    color: #005990;
    background: #005990;
    background-color: #005990;
}
hr#invis {
    color: #FFF;
    background: #FFF;
    border-color:#FFF;
}
img {
    padding-right: 0px;
    margin-bottom: 0px;
}
a:link {
    color: #900000;
    text-decoration: none;
}
a:visited {
    color: #900000;
    text-decoration: none;
}
a:active {
    color: #149761;
}
a:hover {
    color: #149761;
    text-decoration: underline;
}
.left {
    width: 80%;
    float: left;
}
.right {
    width: 20%
    float: right;
}
.full {
    width: 100%;
    float: left;
}
