body {
    font-family: verdana, arial, 'sans serif';
    font-size: 0.7em;
    color: #333333;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main {
    width: 900px;
    margin: 0 auto;
}

#headerLeft, #headerRight {
    width: 50%;
    border-bottom: 3px solid #211f5f;
    float: left;
    color: #757575;
    font-weight: bold;
    padding-bottom: 8px;
}

#headerRight {
    text-align: right;
}

#logoBox {
    width: 100%;
    clear: left;
}

#leftCol, #rightCol {
    width: 620px;
    float: left;
}

#rightCol {
    margin-left: 5px;
    width: 275px;
}

#titleBarMain, #titleBarLinks {
    background: #dde5f2 url('../images/globe.gif') no-repeat 0 0;
    color: #211f5f;
    width: 590px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 0 6px 30px;
    border-top: 2px solid #211f5f;
}

#titleBarLinks {
    width: 245px;
    background-image: url('../images/links.gif');
}

#page {
    width: 610px;
    float: left;
    padding-right: 10px;
}

#page a:link, #page a:hover, #page a:active, #page a:visited {
    color: #9ebce2;
}

#headerRight a:hover, #page a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.3em;
    color: #211f5f;
    margin: 10px 0;
}

#main #rightCol ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main #rightCol ul li {
    border-left: 25px solid #cccccc;
    margin: 1px 0 0 0;
}

#rightCol ul li a:link, #rightCol ul li a:hover, #rightCol ul li a:active, #rightCol ul li a:visited {
    color: #333333;
    text-decoration: none;
    padding: 4px 0 4px 5px;
    display: block;
    background-color: #f2f0f1;
    width: 245px;
}

#rightCol ul li a:hover, .pageSelected {
    background-color: #cccccc !important;
}

#main ul {
    list-style-type: disc;
    margin-top: 10px;
    padding-left: 15px;
}

#main ul li {
    margin-bottom: 5px;
}

ol {
    padding-left: 25px;
}

ol li {
    margin-bottom: 5px;
}

.menuSection {
    font-weight: bold;
}

.menuSubSection {
    padding-left: 15px !important;
    width: 235px !important;
}

#footer {
    width: 100%;
    border-top: 3px solid #211f5f;
    float: left;
    color: #757575;
    padding-top: 8px;
    margin-top: 30px;
    font-size: 0.9em;
}

a.greyLink:link, a.greyLink:hover, a.greyLink:active, a.greyLink:visited {
    color: #757575;
}

.report {
    background: url('../images/pdf.gif') no-repeat 0 0;
    padding: 2px 0 6px 25px;
}

a.link:link, a.link:hover, a.link:active, a.link:visited {
    color: #333333 !important;
}

#contact {
    float: left;
}

iframe {
    padding: 1px;
    border: 1px solid #cccccc;
    margin-left: 45px;
}

.tableTitleLeft, .tableTitleRight, .tableRowLeft, .tableRowRight {
    border: 1px solid #000000;
    padding: 3px;
    font-weight: bold;
    width: 802px;
    float: left;
    background-color: #cccccc;
    margin-top: 10px;
}

.tableRowLeft, .tableRowRight {
    font-weight: normal;
    border-top: 0;
    background-color: #ffffff;
    margin-top: 0;
}

.tableTitleRight, .tableRowRight {
    width: 83px;
    border-left: 0;
    text-align: center;
}

.tableRowRight {
    padding-bottom: 2px;
}

img {
    border: 0;
}

label {
    display: block;
    float: left;
    text-align: right;
    width: 90px;
    padding: 9px 10px 0 0;
}

.field {
    width: 750px;
    border: 1px solid #cccccc;
    float: left;
    margin-top: 5px;
}

#submit {
    border: 1px solid #999999;
    margin-top: 20px;
}

form {
    margin: 20px 0 0;
    float: left;
}

#addLink {
    width: 900px;
    text-align: right;
    float: left;
    margin-top: 10px;
}

#message {
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 3px;
    width: 892px;
    background-color: #fdd6d7;
    margin-top: 10px;
    float: left;
}

.lGap {
    margin-left: 20px;
}

.lGap2 {
    margin-left: 5px;
}

.tGap {
    margin-top: 15px;
    float: left;
}

dt, dd {
    float: left;
    width: 305px;
    margin: 8px 0 0;
}
