﻿<!--
.leftmainhome
{ 
background-image: url('../images/main-bg-home.jpg');
background-repeat: no-repeat;
background-position: bottom center;
background-repeat: repeat-x;
}

.leftmain
{
background-image: url('../images/main-bg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
background-repeat: repeat-x;
}

.wrapper
{
background-color: #ffffff;
}

body 
{ 
margin: 0px 0px 0px 0px;
background-repeat:repeat-x;
background-color: #cccccc;
}

img
{
border: none;
}
 
.maintable 
{ 
background-color: #ffffff;
}


.staffheader
{ 
background-color: #c5beac;
font-family: arial;
font-size: 12pt;
font-weight: 600;
color: #6e2425;
padding-left: 5px;
}


.navbg
{ 
background-color: #530412;
}


.rightsidebg
{ 
background-color: #530412;
}
 
td
{
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

.textError
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #ff0000;
}

.sideheader
{
 font-family: arial;
 font-size: 10pt;
 font-weight: bold;
 color: #642425;
}

td.sidelocations
{
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
padding: 0px 0px 0px 10px;
}

.header
{
font-family: arial;
font-size: 18pt;
font-weight: 600;
font-style: italic;
color: #000000;
}


a.navlinks:link, a.navlinks:visited, a.navlinks:active 
 {
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 color: #642425;
 text-decoration: none; 
}

a.navlinks:hover
 {
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 color: #ffffff;
 text-decoration: none; 
}

.footer
{
font-family: arial;
font-size: 7pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: middle;
padding-left: 10px;
}

.topaddress
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
} 

a:link, a:visited, a:active  {
 color: #0055A5;
 text-decoration: underline; 
}
 
a:hover {
 color: #5697D8;
 text-decoration: none; 
}


 
a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
 {
 font-family: arial;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
 text-decoration: none; 
}

div#MAIN {
    width:100%;
    text-align:center;
}
img#MAINPIC {
    border: solid white 1px;
    height: 380px;
}
span#MAINTEXT {
    font-size: 14pt;
    font-weight: bold; 
    color: #6f2325;
}
div#THUMBS {
    text-align: center;
}
div#THUMBS img {
    border: none;
    height: 75px;
    width: 75px;
}
-->