﻿body 
{
    font-family: Verdana;
    font-size: small;
}
.smalltext
{
    font-size: smaller;
}
a
{
    color: #5EAAFF;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #0051AD;
}
img
{
    border: 0;
}
.fatimg
{
    padding: 2px 0px 0px 2px;
}
#footer
{
    width: 1024px;
}
#leftfooter
{
    width: 497px;
    float: left;
}
#rightfooter
{
    width: 526px;
    vertical-align: baseline;
    text-align: right;
    float: right;
}
#footertext
{
	font-size: large;	
}
#container 
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;  
}
#infoheader
{
    text-align: right;
    font-size: smaller;
    margin-bottom: 3px;
}
#navmain
{
    border: solid 1px black;
    width: 1024px;
    height: 96px;
    background-image: url('../images/banner.png');
}
#navlinksbox
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #EFEFEF;
    width: 1024px;
}
#navlinks
{
    padding: 5px 5px 5px 5px;
    color: Gray;
}
.navlink
{
    color: Black;
}
.navlink:visited
{
    color: Black;
}
.title
{
    font-size: medium;
}
.contentmain
{
    width: 95%;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFEFEF;
    border: solid 1px gray;
}
#content
{
    float: none;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
}
.tooltip
{
    font-size: smaller;
}
.textfloat
{
    float: left;
}
.textfloatright
{
    float: right;
}
.imagefloat
{
    float: right;
}
.datetime
{
    text-align: right;
}