html {
}
body {
    width: 960px;
    margin: 0 auto;
    margin-top: 5px;
    font-family: Verdana, Arial, sans-serif;
}
#outer-container {
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}
#header-container {
    position: relative;
}
#main-container {
    background-image: url('../images/site/home-background-1.jpg');
    background-repeat: repeat-x;
    padding: 10px;
}
#footer-container {
    clear: both;
    background-color: #CD0102;
    color: white;
}
#subscription-form {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 100;
}
#subscription-form input[type=text] {
    border: 1px solid black;
    color: gray;
    font-size: 12px;
}
.header-menu {
    cursor: pointer;
}
.header-submenu {
    display: none;
    position: absolute;
    background-color: #102C8E;
    color: white;
}
.header-submenu a {
    color: white;
    text-decoration: none;
}
.header-submenu a:hover {
    color: white;
    text-decoration: underline;
}
#header-submenu1 {
    top: 190px;
    left: 203px;
    width: 233px;
}
#header-submenu2 {
    top: 190px;
    left: 436px;
    width: 266px;
}
#header-submenu3 {
    top: 190px;
    left: 702px;
    width: 248px;
}
#actioncenter {
    float: right;
    margin-bottom: 10px;
}
#actioncenter h1 {
    font-size: 18px;
    color: #757374;
    margin: 0;
}
#body-container {
    background-color: white;
    border: 1px solid gray;
    padding: 5px;
    padding-left: 10px;
    width: 600px;
}
#body-container h1 {
    font-size: 22px;
}
#body-container h2 {
    font-size: 18px;
}
#body-container h3 {
    font-size: 14px;
}
#body-container p {
    font-size: 12px;
}
#body-container th {
    font-size: 12px;
}
#body-container td {
    font-size: 12px;
}
#body-container .list-icon-doc {
    list-style-image: url('/images/site/icon-doc.gif');
}
#body-container .list-icon-pdf {
    list-style-image: url('/images/site/icon-pdf.gif');
}
#body-container .list-icon-xls {
    list-style-image: url('/images/site/icon-xls.gif');
}
#body-container .list-icon-graphic {
    list-style-image: url('/images/site/icon-image2.gif');
}
#body-container .form-toggler-on {
    color: red;
    font-weight: bold;
}
#footer-address {
    float: right;
    padding-top: 15px;
    padding-right: 10px;
    font-size: 12px;
}
#footer-address a {
    color: white;
    text-decoration: none;
}
#footer-address a:hover {
    text-decoration: underline;
}
#footer-menu {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
}
#footer-statement {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
    font-size: 12px;
}
#footer-menu a {
    color: white;
    font-weight: normal;
    text-decoration: none;
}
#footer-menu a:hover {
    text-decoration: underline;
