﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana , arial, sans-serif;
    font-size: 0.8em;
    background-image: url(images/bkgnd.jpg);
    background-repeat: repeat;
    color: #FFFFFF;
}
		
#header
{
    height: 68px;
    background-image: url(/images/rhco_site_logo2.jpg);
    background-repeat: no-repeat;
    background-color: #000032;
    text-align: right;
}
#top
{
    margin-bottom: 10px;
    background-image: url(images/fadebar.jpg);
    background-repeat: repeat-x;
    line-height: 20px;
}
#top2 
{
    float: left;
}
#top p
{
    float: right;
}


		
#nav
{
    float: left;
    width: 25%;
    height: 100%;
    margin-bottom: 10px;
}
		
#content
{
    float: left;
    margin-left: 5%;
    width: 65%;
    height: 100%;
    margin-bottom: 10px;
}
		
#footer
{
    clear: both;
    height: 50px;
    margin-bottom: 10px;
}
#footer ul
{
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 2px;
}

#footer ul li
{
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
}
div#breadcrumbs .node
{
    background-position: 0px 0px;
    background-image: url(images/right_arrow.gif);
    background-repeat: repeat-y;
}

 /* fonts */
a:link
{
    color: #FFFFFF;
    font-weight: bold;
}    /* unvisited link */
a:visited
{
    color: #FFFFFF;
    font-weight: bold;
}    /* visited link */
a:hover
{
    color: #0099CC;
    font-weight: bold;
}   /* mouse over link */
a:active
{
    color: #FFFFFF;
    font-weight: bold;
}   /* selected link */

h1
{
    color: #33CCFF;
    font-size: 1.4em;
}
h2
{
    color: #33CCFF;
    font-size: 1.3em;
}