html {
    height: 100%;
}

body {
    background: black url(../img/background.jpg) repeat;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 20px;
}

h4 {
    background-color: #2d2d2d;
    padding: 10px;
    font-size: 18px;
    width: 78%;
}

h4 a:link, h4 a:visited, h4 a:active {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

h4 a:hover {
    text-decoration: underline;
}

table {
    width: 80%;
}

td {
    padding: 5px;
    border: solid;
    border-width: 1px;
    border-color: #2d2d2d;
}

th {
    text-align: left;
}

a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    border: none !important;
}

a:hover {
    text-decoration: underline;
}

.background_top {
    position: absolute;
    background: black url(../img/background-top.jpg) repeat;
    height: 249px;
    width: 100%;
    padding: 0;
}

.navbar {
    position: absolute;
    background: black url(../img/navbar.jpg) no-repeat;
    margin: 0 0 0 113px;
    width: 201px;
    padding: 0;
    min-height: 100%;
    z-index: 200;
}

.logo {
    position: absolute;
    margin: 41px 0 0 19px;
}

.navText {
    position: absolute;
    z-index: 300;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin: 260px 0 0 0;
}

.navText ul li {
    list-style: none;
    margin: 0 0 0 -20px;
    line-height: 20px;
}

.divider {
    background: black url(../img/divider.gif) repeat-x;
    height: 2px;
    width: 192px;
}

.dividerTop {
    position: absolute;
    margin: 263px 0 0 0;
    z-index: 202;
}

.dividerBottom {
    position: absolute;
    margin: 540px 0 0 0;
    z-index: 203;
}

.contentContainer {
    position: relative;
    display: block;
    margin: 0 0 0 6px;
width:600px;
    z-index: 601;
}


.contentContainer #col1 h1 {
    background-color: #2d2d2d;
    font-size: 16px;
    padding: 5px;
    margin: -50px 0 0 0;
}

.contentContainer #col2 h1 {
    background-color: #2d2d2d;
    font-size: 16px;
    padding: 5px;
    margin: -50px 0 0 0;
}


.contentContainer #col3 h1 {
    background-color: #2d2d2d;
    font-size: 16px;
    padding: 5px;
    margin: -50px 0 0 0;
}

.content {
    position: absolute;
    margin: 214px 0 0 300px;
    background: #000 url(../img/content-tip.jpg) no-repeat;
    z-index: 600;
    color: #fff;
    padding: 16px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
width:605px;
    color: #ffffff;
}

.content img {
    position: relative;
    margin: -2px 0 0 5px;
}

.greyBox {
    border: solid;
    border-width: 1px;
    border-color: #2d2d2d;
    padding: 15px;
    width: 75%;
    color: #ABABAB;
}