@charset "utf-8";
/* CSS Document */

body {
	background: #E7EAF1 url(/img/backbg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	text-align: justify;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 12px 25px;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both
}
.fltRt {
	float: right;
	clear: right;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 40px;
	display: block;
}
.fltLt {
	float: left;
	clear: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.widthExempt {
	width: auto!important;
}
#wrp {
	width: 794px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #fff center;
	border: 4px solid #1A2751;
	margin-top: 12px;
}
#header {
	background: url(/img/topimage2.jpg) no-repeat center bottom;
	height: 340px;
	position: relative;
	width: 794px;
}
#mainMenu {
	float: left;
	position: relative;
	width: 160px;
	margin-top: 16px;
}
#mainMenu li a {
	display: block;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #535B7F;
	text-transform: uppercase;
	background: url(/img/arrow.gif) no-repeat right center;
	padding: 6px 20px 6px 6px;
	text-align: right;
	border-bottom: 1px solid #CACED9;
}
#mainMenu li a:hover {
	color: #fff;
	background-color: #535B7F;
}
#mainMenu li ul li a {
	background: #F2F3F7;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-right: 4px;
}


#content {
	width: 580px;
	float: left;
	position: relative;
	margin-left: 24px;
}
#content h2 {
	margin-left: 24px;
	margin-right: 24px;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color: #2B3453;
	margin-top: 16px;
}
#content h4 {
	margin-left: 24px;
	margin-right: 24px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #2B3453;
	margin-top: 16px;
}
#content p {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #36426A;
}


#logo {
	display: block;
	padding: 5px;
	position: absolute;
	top: 8px;
	left: 8px;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer p {
	font-size: 12px;
	text-align: center;
	width: 400px;
	margin-left: 200px;
	color: #36426A;
}

#footer ul {
	background: #1A2751;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 12px;
	border-top: 5px solid #1A2751;
	border-bottom: 5px solid #1A2751;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px 14px;
	border-top: 5px solid #1A2751;
	border-bottom: 5px solid #1A2751;
}
#footer ul li a:hover {
	background: #fff;
	border-top-color: #F2F3F7;
	border-bottom-color: #F2F3F7;
	color: #1A2751;
}
.genericLst {
	list-style: none;
	margin-left: 12px;
	padding-left: 28px;
	margin-right: 28px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.genericLst li{
	background: url(/img/bullet.gif) no-repeat left center;
	padding-left: 26px;
	margin: 0px 0px 6px;
	text-align: justify;
}
#fm {
	color: #666666;
	text-decoration: none;
	float: right;
	margin-top: 10px;
	margin-right: 12px;
	background: url(http://www.freshmango.com/img/brand/ftLogoWht.gif) no-repeat left center;
	padding-left: 20px;
	font: 11px Arial, Helvetica, sans-serif;
}
#fm:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #FF6600;
}
