﻿* {
    margin: 0;
}
body, html
{
	/*font-family: Arial Narrow, Arial, Sans-Serif;*/
font-family: Tahoma, Geneva, sans-serif;
/*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-family: 'Bookman Old Style', serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
    height: 100%;
	margin: 0;
}
.headerLeft
{
	background-image: url('/Images/headerLeft.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 116px;
}
.headerRight
{
	background-image: url('/Images/headerRight.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 116px;
}
.headerTable
{
	margin-bottom: -116px;
}
.header
{
	background-image: url('/Images/header2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 116px;
	position: relative;
	top: 0;
	left: -3px;
}
.header a
{
	width: 172px;
	height: 95px;
	top: 8px;
	left: 34px;
	position: absolute;
}

.bodyAnchor
{
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	width: 930px;
	
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -54px;
}

.footer, .push 
{
	height: 54px;
}

.footerLeft
{
	background-image: url('/Images/footerLeft.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 54px;
}
.footerRight
{
	background-image: url('/Images/footerRight.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 54px;
}
.footerContent
{
	background-image: url('/Images/footer.jpg');
	color: White;
	height: 54px;
	left: 6px;
	position: relative;
	text-align: right;
	width: 930px;
}
.footerLinks
{
	position: relative;
	top: 18px;
	left: -40px;
}
.footerLinks a, .footerLinks a:visited
{
	color: White;
	text-decoration: none;
	margin: 0 10px;
}
.footerLinks a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
}
.footerTable
{
	margin-bottom: -54px;
}

.topNav
{
	font-size: 19px;
	margin: 5px 0 20px 221px;
}
.topNav a, .topNav a:visited
{
	color: #2b2b2b;
}
.topNav a:hover
{
	color: #545454;
}
.topNav .selected, .topNav .selected:hover
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.topNav a
{
	margin-right: 60px;
}
.leftMenuDiv
{
	position: relative;
	top: 6px;
	padding: 0 10px 0 0;
}
.leftMenuDiv a, .leftMenuDiv a:visited
{
	color: #2b2b2b;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
.leftMenuDiv a:hover
{
	color: #545454;
	display: block;
}
.leftMenuDiv .selected, .leftMenuDiv .selected:hover
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
h1
{
	clear: both;
	margin: 0 0 10px 0;
}
.hr
{
	background-image: url('/Images/hr.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 680px;
	position: relative;
	top: -10px;
	margin-right: -5px;
}
.contentCell
{
	padding-right: 34px;
}
.hidden
{
	display: none;
}
.labelCell, .dataCell
{
	padding: 0 0 6px 0;
	vertical-align: top;
}
.labelCell
{
	width: 450px;
}