html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

/* HEADER */

div#fpheader {
	position: relative;
	top: 0;
	left: -1px;
	width: 100%;
	height: 60px;
	background: url(header.background.jpg) top left no-repeat #fff;
}

div#fposaLogo {
	position: relative;
	float: left;
}

div#fpsearchBox {
	position: relative;
	left: 135px;
	top: 0;
	width: 340px;
	height: 60px;
	background: #c00;
}

.moduletable_fpsearch {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 290px;
}

.moduletable_fpsearch h3 {
	margin: 1px 5px 0 0;
	padding: 0;
	float: left;
	color: #fff;
}

.inputbox_fpsearch {
	border: 1px solid #ebebe8;
}

.button_fpsearch {
	vertical-align: bottom;
}

/* CONTENT */

div#content {
	font-size: 120%;
	margin: 10px 10px 30px 10px;
}

div#content a {
	color: #ce0202;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}


/* FOOTER */

div#fpfooter {
	border-top: 1px dashed rgb(200, 200, 200);
	border-bottom: 1px dashed rgb(200, 200, 200);
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 100%;
}

div#fpfooter div {
	padding: 5px 10px;
}

div#fpfooter a {
	color: #ce0202;
}
	


