﻿.homepage 
{
    background-color: #663300;
    background-image: url(../graphics/tartan2.jpg);
    background-repeat: repeat;
}

.introtext
{
    width: 480px;
    height: 400px;
    background-color: transparent;
    font-size: 14px;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    line-height: 15px;
}

.pagecontent
{
    font-size: 10pt;
    color: white;
    font-family: Arial;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.pagecontent table
{
    font-size: 10pt;
    color: white;
    font-family: Arial;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.pagecontent img
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}


#maingraphic
{
    background-image: url(../graphics/homepage1.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.shadow
{
    background-image: url(../graphics/shadow1.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
}
.shadow2
{
    background-image: url(../graphics/shadow2.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
}
.hometable
{
    background-color: #330000;
    border-right: black 1px solid;
    border-top: #ffcc99 1px solid;
    border-left: #ffcc99 1px solid;
    border-bottom: black 1px solid;
}

.navrow
{
    background-color: #997b57;
}
.navbutton
{
    background-color: #997b57;
    height: 20px;
    float: left;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    display: inline;
    border-right: sienna thin outset;
    border-top: sienna thin outset;
    border-left: sienna thin outset;
    border-bottom: sienna thin outset;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

.subheading
{
    font-size: 16pt;
    font-family: Arial;
    color: white;
    text-align: center;
    font-style: italic;
    margin-top: 15px;
    margin-left: 15px;
}
.footnote
{
    font-size: 10px;
    font-family: Arial;
    color: white;
    text-align: center;
}
.btnfootnote
{
    font-size: 14px;
    font-family: Arial;
    color: white;
    text-align: center;
}
a
{
    color: white;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a:hover
{
    color: white;
    text-decoration: underline;

}

h2
{
    font-weight: bold;
    font-size: 14pt;
    color: white;
}

