/* CSS Document */

#pagecontent {
	position: absolute;
	top: 160px;
	width: 800px;
	height: 380px;
	left: 0px;
	background-color: #FFFFFF;
}

#searchbar {
	position: absolute;
	top: 160px;
	background-color: #999999;
	background-image: url(../images/search_arrow_bg.gif);
	height: 30px;
	width: 800px;
}

#footertop {
	position: absolute;
	top: 690px;
	width: 800px;
	height: 70px;
	background-color: #FFFFFF;
	background-image: url(../images/footer_top_bg.gif);
}

#footerbottom {
	position: absolute;
	top: 760px;
	width: 800px;
	height: 50px;
	background-color: #193989;
	background-image: url(../images/footer_bottom_bg.gif);
}

p {
	width: 500px;
	font-size: 11px;
	}
	
h1 {
	font-size: 12px;
	color: #193989;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size: 12px;
	color: #ef4234;
	font-family: Arial, Helvetica, sans-serif;
}

