/* basic formats */

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    background: url(../images/symbols/extlink_1.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 13px;
    text-decoration: none;
    color: #00af00;
}

a:hover {
    color: #FF3300;
    text-decoration: underline;
}

/* mail links */

a[href^="mailto"] {
    background: url(../images/symbols/mail.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 19px;
}

/* pdf links */
a[href$=".pdf"] {
    background: url(../images/symbols/pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 15px;
}

/* doc links */
a[href$=".doc"] {
    background: url(../images/symbols/doc.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 25px;
}


ul {
    list-style-type: none;
    padding: 0 0 0 0px;
    margin: 10px 0 10px 10px;
}

li {
    background: url(../images/symbols/bullet_1.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}

hr {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 10px 0;
}

h2 a {
    background: none;
    padding: 0;
}

/* images */

img {
    padding: 15px;
}

.align_right {
    float: right;
    padding-left: 15px;
}

.align_left {
    float: left;
    padding-right: 15px;
}
/* header */

#header a {
    background: none;
    padding: 0;
}

.headerimage {
    margin: 0;
    padding: 0;
    width: 1023px
}

.headerimage img {
    margin: 0;
    padding: 0;
}

.headerbar {
    position: absolute;
    margin: -23px 0 40px 0;
    padding: 0px 3px 0px 3px;
    width: 1023px;
    height: 40px;
    z-index: 2;
}

.headerbc {
    float: left;
}

.headerclock {
    float: right;
    text-align: right;
    background-color: #fff;
    opacity: 0.7;
}

/* main content with left navigation */

#main {
    width: 1023px;
    display: table;
    margin-top: 10px;
}

/* navigation */

div.nav {
    width: 200px;
    display: table-cell;
    padding-right: 30px;
}

div.nav a {
    background: none;
    padding: 0;
}

div.nav img {
    padding: 0;
}

div.navline {
    border-top: 1px solid rgb(221, 221, 221);
    margin: 15px 0 0 0;
}

div.navitem {
    margin: 5px;
    padding: 0;
    background: url(../images/symbols/nav_link_0.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

div.navitem a {
    color: #00af00;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 11px;
    text-decoration: none;
    background: none;
    padding: 0;
}

div.navitem:hover {
    font-weight: normal;
    text-decoration: underline;
    background-color: #D3ED7D;
    background-image: url(../images/symbols/nav_link_1.gif);
}

div.navitem-1 {
    padding: 0 0 0 15px;
    background-position: 0 0;
}

div.navitem-1.active {
    font-weight: bold;
    background: url(../images/symbols/nav_link_2.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

div.navitem-2 {
    padding: 0 0 0 30px;
    background-position: 15px 0;
}

div.navitem-2.active {
    font-weight: bold;
    background: url(../images/symbols/nav_link_2.gif);
    background-repeat: no-repeat;
    background-position: 15px 0;
}

div.navitem-3 {
    padding: 0 0 0 45px;
    background-position: 30px 0;
}

div.navitem-3.active {
    font-weight: bold;
    background: url(../images/symbols/nav_link_2.gif);
    background-repeat: no-repeat;
    background-position: 30px 0;
}

/* the content itself */

div.content {
    display: table-cell;
}

/* footer */

#footer {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 1024px;
}
.footerlinks {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    text-align:center
}

.footerlinks a {
    padding: 0 10px 0 10px;
    background: none;
}