﻿body 
{
  background-color:#444444;
  padding-top: 1%;
  padding-left: 10%;
  padding-right: 10%;  
  padding-bottom: 1%;
}
h3 
{
    font-family: Century Schoolbook, Century, Palatino Linotype, Times New Roman, Serif;
    font-size:12pt;
    font-weight: bold;
    }
p  
{
    font-family: Century Schoolbook, Century, Palatino Linotype, Times New Roman, Serif;
    font-size:12pt;
}
img
{
    border: none;
}
a
{
    border: none;
}
td
{
    position: relative;
}
.container
{
    position: relative;
    width: 100%;
}
.billboard
{
    position: relative;
    background-color:#E0C882;
    background-image: url('Assets/Wood-Background-L.jpg');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
}
.topnav
{
    position: relative;
    text-align: center;
    background-color: #813E37;
    width: 100%
}
.lhmargin
{
    position: relative;
    background-image: url('Assets/Wood-Background-L.jpg');
    background-repeat: repeat-x;
    width: 200px;
}
.rhmargin
{
    position: relative;
    background-image: url('Assets/Wood-Background-R.jpg');
    background-repeat: repeat-x;
    width: 200px;
    
}
.lhnav
{
    position: relative;
    background-color: #A0A0A0;
    padding-top: 18px;
    padding-bottom: 30px;
    padding-left: 15px;
    text-align:left;
    vertical-align: top;
    width: 180px;
}
.bodycopy
{
    position: relative;
    background-color: #A0A0A0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:left;
    vertical-align: top;
}
.bodycopy_1col
{
    position: relative;
    background-color: #A0A0A0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:left;
    vertical-align: top;
}
.footer
{
   background-color: #813E37;
    color: #E0C882;
    vertical-align:top;
    padding: 5px;
    font-family: Century Schoolbook, Century, Palatino Linotype, Times New Roman, Serif;
    font-size:10pt;
}
.fill
{
    width:100%;
    height:auto;
}
.vertical-fill
{
    width:auto;
    height:100%;
}
.invisible
{
    display:none;
}
.trelliscorner
{
    position: relative;
    height: 15px;
    width: 15px;
    background-color:#E0C882
}
