﻿/*SITE LAYOUT*/
body 
{
	margin: 0px;
}
.SiteWidthAndAlign
{
	width: 800px;
	margin: 0 auto;
}
.header
{
	height: 130px;
	
}
.content
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
}
.leftContent
{
	width: 15%;
	vertical-align:top;
	border-bottom: 2px solid white;
	background-color: #626262;
}
.middleContent
{
	width: 60%;
	vertical-align:top;
	padding: 8px;
}
.rightContent
{
	width: 20%;
	vertical-align:top;
}
.footer
{
	background: #BD2F34;
	height: 35px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
}
/*COMMON SITE STYLES*/
.tbl100
{
	width: 100%;
}
/*SITE FONTS*/
.maintxt{font: 10pt arial;}

.leftnav a:link

{
    text-decoration: none;
    color: #FFFFFF;
}

.leftnav a:visited

{
    text-decoration: none;
    color: #FFFFFF;
}

.leftnav a:active

{
    color: #FFFFFF;
    text-decoration: none;
}

.leftnav a:hover

{
    text-decoration: underline;
    color: #FFFFFF;
}

.leftnav
{
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
}
.menustyle
{
	width: 100%;
}
.NavTD

{
    width: 100%;
    height: 22px;
    padding-left: 5px;
    background: #626262;
    border-bottom: solid 3px #A0A0A0;
}
