html {
    height: 100%;
}

body {
    font-family: Geneva, Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    background: #fff url(/resource_image_bg) center top;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

table {
    border: none;
}

.clear {
    clear: both;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

#logo {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 200;
}

#header a {
    color: #fff;
    line-height: 28px;
    margin-left: 10px;
}

#siteWrapper {
    width: 708px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
}

#contentWrapper {
    width: 698px;
    margin-left: 5px;
    text-align: left;
    position: relative;
}

#header {
    height: 28px;
}

#navWrapper {
    width: 426px;
    height: 94px;
    position: absolute;
    right: 0;
    top: 106px;
    z-index: 200;
}

#navigation {
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 200;
}

#navigation,
#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navigation a.menuTop {
    padding-left: 8px;
    padding-bottom: 5px;
}

#navigation li {
    float: left;
    position: relative;
    width: auto;
}

#navigation li.menu {
    background-color:#000;
    float: left;
    width: 10em;
}

#navigation li.menu a {
    padding: 5px 8px 5px 8px;
    display: block;
}

#navigation a {
    color: #fff;
    display: block;
}

#navigation a:hover {
    text-decoration: none;
}

#navigation li ul {
    position: absolute; 
    top: 1em;
    width: 10em;
    display: none;
}

#navigation li > ul {
	top: auto;
	left: auto;
}

#navigation li:hover ul,
#navigation li.over ul {
    display: block;
}

#navigation li.menu a:hover {
    background-color: #555;
}

#leftCol {
    width: 175px;
    position: absolute;
    top: 146px;
}

.leftColImage {
    margin-bottom: 15px;
}

#contentCol {
    width: 340px;
    position: absolute;
    top: 226px;
    left: 200px;
}

#rightCol {
    width: 140px;
    position: absolute;
    top: 226px;
    right: 0;
}

#newsBox {
    background-color: #4F2901;
    color: #fff;
    font-size: 10px;
}

.newsContent {
    padding: 8px;
}

.newsContent p {
    margin: 0;
}

h1, h2, h3 {
    margin-top: 0;
}

.newsContent h3 a {
    color: #fff;
    text-transform: uppercase;
}

#topicImage {
    position: absolute;
    right: 0;
    width: 445px;
    height: 95px;
}

