﻿
#MainContent
{
	background-color: #FFFFFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0; 
	width: 984px;
	background-image: url(../../Images/WrapperBackground.jpg); 
	background-position: left;
	background-repeat: repeat-y; 
	text-align: left; 
	background-color: #F4F4F4;
}

#HeaderContent
{
	width: 918px;
	padding-left: 42px;
}

#Header
{
	height: 90px;
	width: 918px;
	
}

#Logo
{
	width: 220px;
	margin: 0px;
	border: 0;
	padding-bottom: 8px;
}

#Menubar
{
	background-color: #FFFFFF;
	border-top: solid 1px #DDDDDD; 
	border-bottom: solid 1px #DDDDDD; 
	text-align: center; 
	height: 20px;
}

.MenuItem 
{
	font-size: 8pt;
	color: #003388;
	font-family: 'Verdana';
	text-decoration: none;
	text-align: left;
}

.MenuItem IMG 
{
	padding-left: 20px;
}


#CenterContent
{
	height: 100%;
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 72px;
}

#FooterContent
{
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}

#PageTitle
{
	border-top: solid 1px black;
	width: 900px;
}

#PageContent
{
	padding-left: 20px;
}

.HiddenColumn
{
    display: none;
    width: 0px;
}

.HiddenTextBox
{
    display: none;
}

.ImageRightBottomPad
{
	padding-right: 15px;
	padding-bottom: 10px;
}

.ImageRightPad
{
	padding-right: 20px;
}

