@charset "utf-8";

body {
	background-image: url(../images/TopBkgd.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	min-height: 772px;
	top: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 28px;
}

#wrapper {
	text-align: center;
	width: 100%;
	min-width: 900px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 750px;
}

#top {
	clear: both;
	min-height: 450px;
	text-align: left;
	max-width: 1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	background-image: url(../images/MenuBar.png);
	background-repeat: repeat-x;
	height: 27px;
	border: solid #82b0e3 1px;
	margin: 2% 0 1.5% 5%;
	width: 480px;
	color: #E7F5FE;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: right;
	line-height: normal;
}

#fpContent {
	border: solid #82b0e3 1px;
	background-repeat: no-repeat;
	min-height: 400px;
	width: 787px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 15px;
	background-position: 95% 75%;
	position: relative;
	z-index: 100;

}

#fpContent p {
	margin: 30px 45px 35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}

#footer {
	background-image: url(
../images/BtmBkgd.png);
	background-repeat: repeat-x;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-image: url(../images/BtmBkgd.png);
	z-index: 110;
}

#footer #logo {
	position: relative;
	margin: -65px 0 0 0;
	
	
}

a {
	text-decoration: none;
	color: #E7F5FE;
}
#fpContent h1 {
	text-align: center;
	margin: 10px;
	font-size: 2.2em;
	color: rgba(5,89,188,1);
	font-family: Arial, Helvetica, sans-serif;
}

#fpContent ul {
	list-style-type: none;	
	list-style-image: url(../images/check_mark.gif);
}

#fpContent ul li {
	font-size: 20px;
	margin-left: 70px;
	line-height: 34px;


}
