﻿/*Main Structure*/
body 
{
    background-image: url('bg.jpg');
}

table.body
{
    background-color: White;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
tr
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
td.header
{
    text-align: right;
    vertical-align: bottom;
    background-image: url('logo.gif');
    width: 700px;
    height: 150px;
}
td.quicklinks
{
    background-image: url('bgquicklinks.gif');
    background-repeat: repeat-y;
    width: 200px;
    text-align: center;
    vertical-align: top;
}
td.main
{    
    width: 500px;
    text-align: left;
    vertical-align: top;
    background-image: url('bgmain.gif');
    background-repeat: repeat-y;
    background-position: 0% 0%;
}
td.legal
{
    border-style: solid;
    border-width: thin;
    border-color: Black;
    background-color: #bfbfbf;
}
tr.header img.navtop
{
    vertical-align: bottom;
}

/*Archives Formatting*/
table.archives
{
    border-style: groove;
    border-width: medium;
    border-color: Green;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
}
td.archives
{
    width: 150px;
}

/*Text Formatting*/
p
{
    margin: 0px 20px 0px 20px;
    font-family: Arial;
    font-size: 10pt;
}
p.center
{
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
}
ul
{
    margin-left: 20px;
    font-family: Arial;
    font-size: 10pt;
}
div.bold
{
    font-weight: bold;
}
div.center
{
    text-align: center;
}
div.boldcenter
{
    text-align: center;
    font-weight: bold;
}
p.alert
{
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: Red;
}

/*Image Formatting*/
img
{
    text-align: center;
    border-style: none;
}
img.navtop
{
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}