BODY
{
    margin: 0px;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #4D4D4D;
}

H1
{
    color: #9e0b0f;
    font-size: 19px !important;
    font-weight: bold;
    margin: 0px;
}
H2
{
    color: black;
    font-size: 15px !important;
    font-weight: bold;
    margin: 0px;
}
H3
{
    color: #9e0b0f;
    font-size: 13px !important;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
}
H4
{
    color: #9e0b0f;
    font-size: 13px !important;
    font-weight: bold;
    margin: 0px;
}
H5
{
    color: black;
    font-size: 13px !important;
    font-weight: bold;
    margin: 0px;
}

#backgroundtable
{
    background-attachment: scroll;
    background-color: #e5b73f;
    background-image: url(/templateimages/rock_bg_high.jpg);
    background-position: center top;    
    background-repeat: repeat-y;
}

#topbannercell
{
    background-image: url(/templateimages/top_banner_home.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 158px;
    width: 100%;
    background-color: Black;
}

#navigationcell
{
    height: 38px;
    width: 100%;
    background-attachment: scroll;
    background-image: url(/templateimages/nav_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

#taglinecell
{
    height: 32px;
    width: 100%;
    background-color: #e5b73f;
    background-attachment: scroll;
    background-image: url(/templateimages/your_world_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

#bottomlinecell
{
    height: 32px;
    width: 100%;
    background-attachment: scroll;
    background-attachment: scroll;
    background-image: url(/templateimages/bottom_line_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

#contenttable
{
    background-image: url(/templateimages/content_bg_90.png);
    background-repeat: repeat;
    border-left: solid 1px black;
    border-right: solid 1px black;
    height: 400px;
    width: 700px;
}

A, A:visited
{
    color: #9e0b0f;
    text-decoration: none;
}
A:hover, A:active
{
    color: #9e0b0f;
    text-decoration: underline;
}

.separator
{
    background-image: url(/templateimages/dotted_line_vert.gif);
    background-position: center;
    background-repeat: repeat-y;
}

.pageheader
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.textarea
{
    padding: 10px;
}

.blackborder
{
    border: solid 1px black;
}

.whiteborder
{
    border: solid 1px white;
}

.copyright
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 4px;
}