@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}
body {
	background-color: #FAFAFA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
	
}
a:link {
	color: #005D98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007BC4;
}
a:hover {
	text-decoration: none;
	color: #007BC4;
}
a:active {
	text-decoration: none;
	color: #007BC4;
}
.topMainArea {
	background-image: url(images/topShadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 41px;
	width: 760px;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	top: 156px;
}
.MainArea {
	background-image: url(images/bgShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 760px;
	background-color: #FFFFFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #E1E1E1;
	position: absolute;
	top: 197px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	height: 40px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.MainArea_table {
	position: relative;
	left: 50px;
}

.headerArea {
	position: absolute;
	top: 0px;
	width: 760px;
}
.navTable {
	color: #005B94;
	display: table;
	position: absolute;
	height: 41px;
	width: 532px;
	left: 228px;
}
