﻿html, body, form
{
    background-image: url('../images/Background-Stripe_org.png' );
    background-attachment: fixed;
    background-color: Black;
    background-position: top;
    background-repeat: repeat;
    /* font-family: arial,sans-serif; */
    font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    min-height: 100%;
}


img, a
{
    border-style: none;
}


h1
{
   margin: 5px;
}
div#contentWrapper
{
    width: 900px;
    min-width: 900px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    height: auto !important;
    height: 100%;
    background-image: url('../images/test.jpg' );
    border-left: 2px solid black;
    border-right: 2px solid black;

}

div#Header
{
    width: 900px;
    height: 208px;
    position: relative;
    background-image: url('../images/Header.jpg' );
    background-repeat: no-repeat; /*  background-attachment: fixed; */
    background-position: top;
    left: 0px;
}

div.content
{
    margin: 5px;
    width: 620px;
    padding-left: 5px;
}

div.content p
{
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: 2px black;
    border-bottom-style: ridge;
    width: 600px;
    display:table;
    padding-left: 5px;
}

div.content p img
{
    border: 2px solid black;
}

div.content a.ArticleHead
{
    font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;    
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration:underline;
}
div#rnav
{
    width: 249px;
    min-width: 249px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    height: auto !important;
    height: 100%;
    background-color: #ce530c;
    float: right; /* border-left: 2px solid black; */
}

.rnavtable
{
    padding: 0px;
    margin: 10px auto 0px auto;
}

.rnavhead
{
    color: #eeddbb;
    height: 10px;
    display: table;
    background-image: url('../images/NavHeader.jpg' );
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 auto 0 auto;
    width: 200px;
    border-top: 1px solid black;
    padding: 3px;
}

.rnavhead p
{
    margin: 5px;
}

.rnavlink
{
    background: #bc4c0c;
    width: 200px;
    border-top: 1px solid #923b09;
    border-bottom: 1px solid #923b09;
}

.rnavlink ul
{
    list-style-type: disc;
    list-style-image: url('../images/arrow4.gif' );
    margin: 3px;
    padding-left: 40px;
}

.rnavlink ul li
{
    padding-top: 5px;
}

.smallText
{
    font-size: 14px;
    color: #444444;
    width: 200px;
    margin: 0 auto 0 auto;
    padding-top: 15px;
    text-align: center;
}


.rnavlink ul li a:link
{
    color: white;
    text-decoration: none;
}

.rnavlink ul li a:visited
{
    color: White;
    text-decoration: none;
}
.rnavlink ul li a:hover
{
    color: #CCCCCC;
    text-decoration: underline;
}

.rnavlink ul li a:active
{
    color: #EEEEEE;
    text-decoration: none;
}


a.TopLink:link
{
    color: Black;
    text-decoration: none;
}

a.TopLink:visited
{
    color: Black;
    text-decoration: none;
}
a.TopLink:hover
{
    color: #999999;
    text-decoration: underline;
}

a.TopLink:active
{
    color: Black;
    text-decoration: none;
}


a.ArticleHead:link
{
    color: Black;
    text-decoration: none;
}

a.ArticleHead:visited
{
    color: Black;
    text-decoration: none;
}
a.ArticleHead:hover
{
    color: #999999;
    text-decoration: underline;
}

a.ArticleHead:active
{
    color: Black;
    text-decoration: none;
}


.radwindow
{
    z-index: 8000 !important;
}

label
{
    display: block;
    font-style: italic;
}

.Date
{
    font-style: italic;
    font-size: 12px;
    padding-left: 5px;
}


.ImageFloatLeft
{
    float: left;
    margin: 5px;
}

.ImageFloatRight
{
    float: right;
    margin: 5px;
}

.ImageText
{
    font-size: 11px;
    color:white;
    text-align: center;
}
