body {
	margin: 0px;
	font-family: Tahoma, sans-serif ;
	font-size: 14px;
	color: Black;
	background-color: #3d5056;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#headerBackground {
	width: 100%;
	height:128px;
	background-image:url(images/headerBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}
#header {
	width: 960px;
	height:128px;
	margin: 0 auto 0 auto;
}
#header-logo {
	background-image:url(images/fpcpm-logo.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:90px;
	float:left;
}
#top-tag {
	float:left;
	padding: 6px 0 0 0;
	height:21px;
	width:710px;
	font-size:12px;
	font-weight:bold;
}
#title {
	height:38px;
	width:250px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
#tag {
	width:710px;
	height:28px;
	font-weight:bold;
	margin-left:250px;
	text-align:center;
	padding-top:10px;
}
#nav {
	height:63px;
	width:710px;
	float:right;
	text-align:left;
}
#container {
	margin: 0 auto 0 auto;
	width:960px;
}
#content-top {
	margin: 0 45px 0 45px;
	padding: 0;
	width:870px;
	height:35px;
	background-image:url(images/content-top.png);
	background-repeat:no-repeat;
}
#content {
	background-image:url(images/content-tile.png);
	background-repeat:repeat-y;
	width: 800px;
	margin: 0 45px 0 45px;
	padding: 0 35px 0 35px;
}
#content-bottom {
	margin: 0 45px 0 45px;
	padding: 0;
	width:870px;
	height:35px;
	background-image:url(images/content-bottom.png);
	background-repeat:no-repeat;
}
#footerBackground {
	width:100%;
	height:70px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;	
}
#footer {
	width:960px;
	margin: 0 auto 0 auto;
	height:70px;
}
#footer-top {
	width:100px;
	height:70px;
	float:left;
}
#footer-info {
	width:250px;
	height:60px;
	float:right;
	background:#FFF;
	border: 1px solid #000;
	padding-left:2px;
	padding-top:4px;
}
#footer-images {
	float:right;
	padding: 9px 5px 0 0;
}
#sub-footer {
	margin:auto;
	width:960px;
	padding: 10px 0 10px 0;
	text-align:center;
	background-image:url(images/sub-bg.png);
	color:#2cbfed;
}
h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Helvetica, sans-serif;
	font-size : 24px;
	text-decoration: bold;
	color: #25a197;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Helvetica, sans-serif;
	font-size : 20px;
	text-decoration: bold;
	color: #25a197;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 150%;
}
a {
	text-decoration: none;
	color: #3d5056;
	font-weight: bold
}
a.footer {
	text-decoration: none;
	color: #3d5056;
	font-weight: bold
}
a:hover {
	text-decoration: underline overline;
	color: #3d5056;
	font-weight: bold
}
a .listingNav{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold
}
a.listingNav:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
	font-weight: bold	
}
.listing {
	font-family: Tahoma, sans-serif;
	font-size:  14px;
	color: #000;
	font-weight: bold;
}
.listing_a {
	font-family: Tahoma, sans-serif;
	font-size:  14px;
	color: #000;
	font-weight: bold;
}
.listing_var {
	font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	color: White;
	font-weight: bold;
		background-color: Black;
}
#content li {
	line-height: 150%;
	padding: 0 0 5px 0;
}
