﻿body 
{
    padding: 0px;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #83929c;
}
#main
{
    margin-left: auto;
	margin-right: auto;
    background-color: #ffffff;
    background-image: url(images/back-middle.gif);
    background-repeat: repeat-y;
    background-position: center top;
    width: 780px;
    color: inherit;
    text-align: justify; 
}
#mid
{
    background-color: #ffffff;
    color: inherit;
    background-image: url(images/back-middle.gif);
    background-repeat: repeat-y;
    background-position: center top;
    padding: 0px 24px 0px 22px;
}
#top
{
    background-image: url(images/back-top.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: inherit;
    height: 150px;
    font-size: 12px;
    padding: 0px 15px 0px 22px;
}
#top a:link {
	color: #83929c;
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #83929c;
}
#top a:hover {
	text-decoration: underline;
	color: #83929c;
}
#top a:active {
	text-decoration: none;
	color: #83929c;
}
#bottom
{
    background-image: url(images/back-bottom.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #83929c;
    height: 46px;
    font-size: 12px;
    text-align: center;
    padding: 0px 24px 0px 22px;
}
#bottom a:link {
	color: #83929c;
	text-decoration: none;
}
#bottom a:visited {
	text-decoration: none;
	color: #83929c;
}
#bottom a:hover {
	text-decoration: underline;
	color: #83929c;
}
#bottom a:active {
	text-decoration: none;
	color: #83929c;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    display: inline;
}
hr
{
    background-color: White;
    color: #83929c;
    height: 1px;
    text-align: center;
    border: 0;
}
img
{
    border-style: none;
}
.floatright
{
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    border-style: none;
    text-align: center;
}
.floatleft
{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    border-style: none;
    text-align: center;
}
.tablemainheader
{
    background-color: #83929c;
    font-weight: bold;
    color: #ffffff;
}
.tablesubheader
{
    background-color: #83929c;
    font-weight: bold;
    color: #ffffff;
}
.button
{
    background-color: #ffffff;
    color: #83929c;
    border: solid 1px #83929c;
    border-style: solid;
    border-width: 1px;
    border-color: #83929c;
}