body {
	font-size: 11px;
	font-family: Arial;
	color: #133e83;
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.mainTable {
	width: 777px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	background-image: url(../images/mainBkg.jpg);
	background-repeat: repeat-x;
}

.homepageTable
{
	background-image: url(../images/HpTableBkg.gif);
	background-repeat:repeat-x;
	}

.header {	
	text-align: right;
	height: 97px;
	width:275px;	
}

.mainMenu {
	background-color: #D00016;
	height: 32px;
	background-image: url(../images/topMenuBkg.jpg);
}

.contentArea {
	background-color: #ffffff;
	height: 100%;
	width: 647px;
	margin: 5px;
}
.innerContent {
	padding:20px 10px 20px 0px;
}
.scrollingHpTicker
{
	background-color:#7F90BC;
	width:100%;
	padding:2px 0px 2px 0px;
	color:#fff;
		
}
a.scrollingHpTicker marquee 
{
	color:#ffffff;
}

.mainSiteEmail
{
	background-image: url(../Data/Images/General/contactIcon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#192162;
}

.mainLinkTitle
{
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#192162;
}
.mainLinkTitle:Hover
{
	text-decoration:underline;
}

.footer {
	clear: both;
	background-color: #fff;
	color:#193A80;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#E5E8EF;
	height: 15px;
	padding-left: 10px;
}
