@charset "UTF-8";
.header {
	padding: 5px;
	height: 75px;
	background-color: #002245;
	text-align: center;
	filter:alpha(opacity=60);
  	opacity:0.6;
}
.content {
	background-color: #FFF;
	width: 800px;
	float: none;
	align:center;
	position: absolute;
	top: 160px;
	height: 421px;
	background-repeat: repeat;
	text-indent: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	font-weight: lighter;
}
.heading {
	height: 60px;
	width: 800px;
	text-align: left;
	top: 92px;
	position: absolute;
	left: 1px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}

