﻿body, td, div 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
}

.salesHeader
{
	font-weight: bold;
	font-size: 14px;
}

.contactHeader
{
	font-weight: bold;
	font-size: 12px;
}

input, select, input.button
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #2C2C2C;
	font-size: 11px;
}

input.button
{
	font-weight: bold;
}

a
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

body
{
	background-color: #212121;
}

#Site
{
	clear: both;
	width: 100%;
}

#Content
{
	clear: both;
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #0071B9;
	padding: 15px 0px 0px 0px;
}

.Navigation
{
    height: 30px; 
    background: url('../Images/NavBar.gif') repeat-x;
}

.Navigation a
{
	display: block;
	float: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 20px 0px 40px;
	font: normal bold 15px Georgia, Tahoma, Verdana, Sans-Serif;
	color: #fff;
	text-decoration: none;
}

.Navigation a:hover,
.Navigation a.Selected
{
	color: #82B9DD;
}

#Logo
{
	float: left;
	padding: 15px 0px 0px 30px;
}

#LogoText
{
	float: left;
	padding: 20px 0px 0px 225px;
}

.LeftBody
{
    background: url('../Images/LeftBody.gif') repeat-y 100% 0;
}

.RightBody
{
    background: url('../Images/BodyRight.gif') repeat-y;
}

.BottomRepeat
{
    height: 15px; 
    background: url('../Images/BottomRepeat.gif') repeat-x;
}

.TopRepeat
{
    background: url('../Images/TopRepeat.gif') repeat-x;
}

#Footer
{
    clear: both;
    padding: 10px 0px 0px 0px;
    width: 300px;
}
