body, html {
	overflow:hidden;
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position: absolute;
	top: 4px;
	left: 1%;
	width: 97%;
}
#titles {
	position: absolute;
	height: 40px;
	width: 99%;
	left: 0px;
	top: 10px;
	font-size: 130%;
	font-weight:bold;
}
#headerTitle1, #headerTitle2 {
	position:absolute;
	white-space:pre;
	font-size: 150%;
	left:50%;
}
#headerTitle1 {
	margin-left:-153px;
	top:5px;
	color:#FFF;
}
#headerTitle2 {
	margin-left:-152px;
	top: 6px;
	color:#444;
}
#content {
	position:relative;
	width:100%;
	overflow:visible;
	height:1500px;
}
#background {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow:visible;
}
.transparent0 {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.transparent1 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.transparent2 {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.transparent3 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.strip {
	position: absolute;
	width: 100%;
	left: 0px;
	background-color:#FFF;
}
#pageTitle {
	position: absolute;
	left: 30px;
	top: 19px;
	font-size: 240%;
	font-weight:bold;
	color:#104780;
	font-variant: normal;
	text-transform: capitalize;
}
.title {
	color: #241F59;
	font-size: 120%;
}
.small {
	font-size:85%;
	font-weight:normal;
}