body {
	background: #F4F3F8 url(/images/common/bg.jpg) repeat-x top left;
	font: normal 12px/12px "Trebuchet MS", "Lucida Sans", Arial, sans-serif; 
	text-align: center;
}
h4 {
	font: bold 14px/12px "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #091545;
	margin-top: 0px;
	margin-bottom: -10px;
}
html>body h4 {
	margin-top: 4px;
}
a {
	color: #EC008C;
	line-height: 20px;
}
a:hover {
	text-decoration: none;
}
.siteMapCells {
	padding: 5px;
}
.siteMapCells a {
	line-height: 15px;
}
/*-------------------------------------------------CONTAINER----------------------------------------------*/
#main {
	background: #ffffff url(/images/common/header.gif ) no-repeat top left;
	color: #000;
	margin: 40px auto 10px auto;
	padding: 0;
	border: 2px solid #000;
	width: 682px;
	position: relative;
	padding-top: 155px;
}
html>body #main {
	padding-top: 145px;
}
/*---------------------------------------------END CONTAINER----------------------------------------------*/
/*------------------------------------------------------NAVBAR--------------------------------------------*/
.navTab {
	position: relative;
	float: left;
	background: #283B89;
	border-left: 1px solid #000;
	border-right: none;
	width: 10px;
	height: 27px;
}
#navcontainer {
	position: absolute;
	margin: 10px auto;
	width: 568px;
	height: 27px;
	top: 131px;
	left: 60px;
	z-index: 3;
	border: 1px solid #000;
	border-left: none;
	background: #fff;
	padding: 0;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #DFE2ED;
	width: 90px;	
	height: 27px;
	border-left: 1px solid #000;
	border-right: none;
	padding: 0;
	color: #091545;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 14px/26px "Trebuchet MS", "Lucida Sans", Arial, sans-serif; 
}

#navcontainer ul li a:hover {
	color: #fff;
	background: #283B89;
}
/*-----------------------------------------------------END NAVBAR-----------------------------------------*/
/*-------------------------------------------------MAIN CONTENT-------------------------------------------*/
#content {
	margin: 10px auto;
	width: 660px;
	z-index: 2;
	background: #F9FAFE;
	border: 1px solid #000;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
}
html>body #content {
	padding-top: 15px;
}
#content p {
	margin-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 14px/15px "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	letter-spacing: 0px;
}
#content span {
	font-weight: bold;
	font: bold 18px/20px "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	letter-spacing: 0px;
}
#content img {
	float: right;
	margin: 10px;
	margin-top: 5px;
}
#content li {
	margin-bottom: 2px;
}
.faqBlock {
	margin-bottom: -10px;
	margin-left: 0px;
	background: #DFE2ED;
	border: 1px solid #000;
	padding: 3px;
	width: 623px;
	display: block;
	font-weight: bold;
}
/*---------------------------------------------END MAIN CONTENT-------------------------------------------*/
/*----------------------------------------------------------FOOTER----------------------------------------*/
.footerImageFirst {
	float: left;
	width: 160px;
	height: 140px;
	border: 1px solid #000;
	background: #DFE2ED;
	margin: -5px 5px 0px 5px;
	text-align: center;
}
html>body .footerImageFirst {
	width: 160px;
	margin: -5px 4.75px 0px 10px;
}
html>body .footerImageFirst img {
	margin-top: 6px;
}
.footerImage {
	float: left;
	width: 160px;
	height: 140px;
	border: 1px solid #000;
	background: #DFE2ED;
	margin: -5px 5px 0px 0px;
	text-align: center;
}
html>body .footerImage {
	width: 160px;
	margin: -5px 4.75px 0px 0px;
}
html>body .footerImage img {
	margin-top: 6px;
}
.footerHeader {
	float: left;
	background: #ffffff;
	border: 1px solid #000;
	border-top: none;
	width: 146px;
	height: 12px;
}
html>body .footerHeader {
	width: 146px;
}
.footerTab {
	float: left;
	background: #283B89;
	border-right: none;
	border-bottom: 1px solid #000;
	width: 6px;
	height: 12px;
}
#bottomLinks {
	margin-bottom: 2px;
	text-align: center;
	color: #091545;
}
#bottomLinks a {
	color: #091545;
	font-weight: bold;
}
/*----------------------------------------------------------END FOOTER------------------------------------*/