@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	background-image: url(images/FP-BODY.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	background-image: url(images/SW-Header.gif);
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	padding: 0;
	height: 50px;
	margin: 0 0;
	background-image:url(images/FP-Nav-BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation ul{
	list-style:none;
	position: relative;
	margin: 0 auto;
	padding: 12px 10px;
	left: 0;
	bottom: 0;
	width: 550px;
}
 #navigation li{
	float: left;
	padding: 0 15px;
	margin: 0;
}

#navigation a{
	padding: 0 10px;
	font-size:16px;
	line-height: 20px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	float: left;
	display:block;
}
#navigation a:hover{
	color: #FFFFFF;
}
#navigation a:active{
	color: #666666;
	
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: -9000px;
}

#mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/FP-BODY.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainContent p {
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#mainContent h1 {
	font-size: 14px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#mainContent h2 {
	font-size: 13px;
	line-height: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

#mainContent li {
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: square;
}

#mainContent img {
	padding: 0px 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mainContent a {
	font-size: 12px;
	font-size-adjust: none;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007DC3;
	text-decoration: none;
}

#small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	color:#333333;
}
#FP-color {
	color:#007DC3;
}

#footer {
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/FP-FOOT.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: text-top;
	text-align: center;
	font-size: 10px;
	
}
#footer ul{
	list-style:none;
	position: relative;
	margin: 0 auto;
	padding: 12px 10px;
	left: 0;
	bottom: 0;
	width: 650px;
}
 #footer li{
	float: left;
	padding: 0 10px;
	margin: 0;
	font-size:12px;
	line-height: 20px;
}

#footer a{
	padding: 0 10px;
	font-size:12px;
	line-height: 20px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #007DC3;
	float: left;
}
#footer a:hover{
	color: #333333;
}
