body {
    margin: 0;
    padding: 0;

    font-family: "Trebuchet MS", Arial, sans-serif !important;

    background-image: url("/images/imagex.jpg") !important;
}

#hdrCurrent {
    position: absolute;
    top: 21px;
    left: 18px;

    z-index: 3;
}

#navLinks {
    position: absolute;
    top: 0px;
    left: 274px;

    width: 475px;
    height: 65px;

    background: #363636 url("../images/navbg.png") repeat-x;

    z-index: 2;
}

.youAreHere {
    position: relative;
    display: block;

    height: 65px;
    width: auto;

    margin: 0;

    font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;

    text-decoration: none;

    color: #999999;

    padding: 20px 8px 20px 16px;
}

span:hover.youAreHere {
    cursor: crosshair;
}

#shareRSS {
    position: absolute;
    top: 0px;
    left: 749px;

    width: 51px;
    height: 65px;

    background: #363636 url("../images/navbg.png") repeat-x;

    z-index: 2;
}

.icon {
    margin: 24px 7px 0 0;
}

#hdrPage {
    position: absolute;
    top: 65px;
    left: 0px;

    width: 800px;
    height: 208px;

    z-index: 2;
}

ul#menu {
    position: relative;
    display: block;

    height: 65px;
    width: auto;

    margin: 0;
    padding: 0;

    list-style-type: none;

    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

ul#menu li {
    display: block;
    float: left;

    margin: 0;
    padding: 0;
}

ul#menu li a {
    display: block;
    float: left;

    height: auto;
    width: auto;

    color: #999999;

    font-weight: bold;
    text-decoration: none;

    padding: 20px 8px 20px 16px;
}
    
ul#menu li a:hover {    
    color: #FFFFFF;
}

.topLinkHover {
    color: #F02222 !important;
    text-decoration: none !important;
}

a:hover.topLinkHover {
    text-decoration: underline !important;
}

.contenttitle {
    font-family: "Trebuchet MS", Arial, sans-serif !important;
}

.contenttitle h2 {
    font-family: "Trebuchet MS", Arial, sans-serif !important;
}

.contentbody a {
    color: #F02222 !important;
    text-decoration: none !important;
}

.contentbody a:hover {
    text-decoration: underline !important;
}

.contentbody em {
    font-style: normal !important;
    font-weight: bold !important;
}

#copyrights small {
    font-size: 8pt;
    color: #989898;
}

