@charset "utf-8";
.container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
			
}
.flashMenu {
	background-color: #FFCC00;
	float: left;
	height: 150px;
	width: 800px;
}
.headerImage {
	float: left;
	height: 245px;
	width: 800px;
	background-image: url(images/header-yellow_logo.jpg);
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	float: left
}



.content {
	background-color: #131444;
	float: left;
	height: 100%;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(images/ManiBG-x-600.jpg);
}
.footer {
	float: left;
	height: 100px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/footer02.png);
	background-repeat: no-repeat;
}
.contentMain {
	float: left;
	height: 100%;
	width: 590px;
}


.cellbg {
	height: auto;
	width: auto;
	background-color: #006699;
}
.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.images {
	border: thin solid #FFFFFF;
}
.navText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FFFF;
	text-decoration: none;
}
.cellbg:hover {
	background-color: #003366;
	height: auto;
	width: auto;
}
.cellbgTop {
	height: auto;
	width: auto;
	background-image: url(images/services-header.png);
	background-repeat: no-repeat;
}
.footerNav {
	float: left;
	height: 20px;
	width: 185px;
	background-image: url(images/footer02.png);
	background-repeat: no-repeat;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.footerTextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyTextMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66FFFF;
	text-decoration: none;
}
.linkText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
.table {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
