﻿body
{	
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
}

div
{
	position: relative;
}

.PageLayout
{
	margin: auto;
	width: 750px;
}

.Copyright
{
	font-size: xx-small;
	color: Gray;
}

.NavBar
{
	text-align: right;
	background-image: url(../images/top_bar.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 22px;
	padding: 3px 8px 0px 0px;
}

.NavBarItem a
{
	font-weight: bold;
	text-decoration: none;
	margin: 0px 4px;
}

.NavBar a:hover
{
	text-decoration: underline;
}

a
{
	color: #3A7474;
}

a:visisted
{
	color: #2E8B57;
}

a:hover
{
	color: #993333;
}

.Footer
{
	text-align: center;
}

.CompanyLogo
{
	float: left;
}

.CompanyTagLine
{
	float: right;
	text-align: right;
}

.PageBanner
{
	margin-top: 4px;
	margin-bottom: 20px;
}

.BottomLinks
{
	list-style-type: none;
	/*display: block;*/
	margin: 0%;
	padding: 0%;
	width: 100%;
}

.BottomLinks li
{
	float: left;
}

div.Paragraph
{
	margin: 2% 0% 2% 0%;
}