﻿body 
{
    background-color: #222;
    font-family: Arial;
    font-size: .8em;
    margin: 1em 0px 0px 0px;
    padding: 0px;
}
#mainbody
{
    width: 800px;
    border: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    }
#header
{
    width: 800px;
    height: 168px;
    background-image: url( '../img/master/header.jpg' );
    }
#buttonrow
{
    width: 800px;
    height: 61px;
    background-color: #353535;
    text-align: center;
    /*background-image: url( '../img/master/button-row.jpg' );*/
    }
#content
{
    width: 788px;
    background-color: white;
    padding: .5em;
    }
#footer
{
    width: 789px;
    height: 64px;
    background-color: #353535;
    font-family: inherit;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
    padding: .5em;
    }
#news
{
    float: right;
    background-color: #f5f5f5;
    width: 360px;
    height: 100%;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    }
#newsfooter
{
    width: 100%;
    height: 30px;
    background-color: #e1e3e2;
    font-size: 90%;
    font-family: inherit;
    font-weight: bold;
    text-align: right;
    color: #222;
    text-align: right;
    
    }
input.btn
{
    background-image: url('../img/master/button.jpg');
    background-repeat: no-repeat;
    width: 136px;
    height: 24px;
    text-align: center;
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 94%;
    border: 0px;
    }
.footerlinks
{
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    background-color: #454545;
    width: 100%;
    height: 20px;
    }
.footerlinks a:visited
{
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    font-size: 90%;
    color: #eee;
    }
.footerlinks a
{
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    font-size: 90%;
    color: #eee;
    }
/*--Text Style ---------------------*/
h1
{
    font-family: Arial;
    font-size: 150%;
    color: #690d05;
    font-weight: normal;
    margin-bottom: 0em;
    margin-top: 0em;
    }
h2
{
    font-family: Arial;
    font-size: 100%;
    color: #3e403d;
    font-weight: bold;
    margin-top: -.2em;
    }
h3
{
    font-family: Arial;
    font-size: 100%;
    color: #353535;
    font-weight: bold;
    border-bottom: 1px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-style: dotted;
    border-color: #690d05;
    width: 100px;
    
    }
.smlwhite
{
    font-family: inherit;
    color: #fff;
    font-size: 80%;
    text-align: right;
    }  
.smlgrey
{
    font-family: inherit;
    color: #353535;
    font-size: 90%;
    font-weight: bold;
    } 
.date
{
    font-family: inherit;
    color: #353535;
    font-size: 80%;  
    }
.result
{
    font-family: inherit;
    color: #3366cc;
    font-weight: bold;
    font-size: %110;
    }
.result2
{
    font-family: inherit;
    color: #ff0000;
    font-weight: bold;
    font-size: %110;
    }
/*---- LINK STYLES --*/

a 
{
    font-family: inherit;
    font-size: inherit;
    color: #3366cc;
    }
a:visited
{
    font-family: inherit;
    font-size: inherit;
    color: #3366cc;
    }
/*---- RSS -------*/

a.rss
{
    color: #3366cc;
    font-size: 90%;
    font-family: inherit;
    text-decoration: none;
    }
a.rss:hover
{
    color: #690d05;
    text-decoration: none;
    }
a.rss:visited
{
    color: #3366cc;
    font-size: 90%;
    font-family: inherit;
    text-decoration: none;
    }
.rssdescription
{
    color: #333;
    font-size: 92%;
    font-family: inherit;
    }
.pubdate
{
    color: #555;
    font-size: 90%;
    font-family: inherit;
    font-style: italic;
    }
.rsstitle
{
    color: #690d05;
    font-family: inherit;
    font-size: 95%;
    font-weight: bold;
    }