﻿body
{
    background-image: url(images/t_paper.jpg);
    margin: 50px 5%;    
}
.head
{
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}
.logo
{
    background-image: url(images/jrs.gif);
    background-repeat: no-repeat;
}
.nav
{
    background-image: url(images/nav.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 10pt;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: baseline;
    text-align: center;
    font-family: Arial, 'Times New Roman';
}
.staticMenuItem
{    
    color: black;  
}
.staticHover
{
    color: olive;
}
.staticSelect
{
    color: #996600;    
}
#content
{
    margin-left: 10%;
    margin-right: 10%;
}
#linkPage A:hover
{
    color: gray;
}
#linkPage A:link
{
    color: black;
}
#linkPage A:visited
{
    color: #336600;
}
.path
{
    clear: right;
    float: right;
    background-image: url(images/nav.jpg);
    background-repeat: repeat-x;
    margin-top: 50px;
    margin-right: 10%;
    font-size: 8pt;
    font-family: Arial, 'Times New Roman';
}
.rootNode
{
    color: black;
}
.currentNode
{
    color: #996600;
}
#footer
{
    border-top: black solid;
    margin-top: 100px;
    font-size: 8pt;
    margin-left: 10%;
    margin-right: 10%;
    font-family: Arial, 'Times New Roman';
}
#footer P.left
{
    clear: left;
    float: left; 
}
#footer P.right
{
    clear: right;
    float: right;
}
.contact
{
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    font-family: Arial, 'Times New Roman';
}
.linkPage
{
    font-size: 8pt;
}
#underLogo
{
    font-size: 8pt;
    color: #996600;
    font-family: Arial, Sans-Serif;
    padding-bottom: 50px;
    font-weight: bold;
}
#underLogo .left
{
    clear: left;
    float: left;
    text-align: left;    
}
#underLogo .right
{
    clear: right;
    float: right;
    text-align: right;
}
#infoHead
{
    font-size: 8pt;
    color: black;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}
#infoHead .left
{
    clear: left;
    float: left;
    text-align: left;
}
#infoHead .right
{
    clear: right;
    float: right;
    text-align: right;
}
#underLogo .right A:visited
{
    color: olive;
}
#underLogo .right A:active
{
    color: #336600
}
#underLogo .right A:link
{
    color: black;
}
#footer A:visited
{
    color: olive;
}
#footer A:active
{
    color: #336600
}
#footer A:link
{
    color: black;
}
#infoHead .right A:visited
{
    color: olive;
}
#infoHead .right A:active
{
    color: #336600;
}
#infoHead .right A:link
{
    color: black;
}
#introLink A:link
{
    color: #996600;
}
#introLink A:visited
{
    color: #336600;
}
#introLink A:hover
{
    color: olive;
}