@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #003366;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;
}
#Logo {
	position:absolute;
	left:37px;
	top:22px;
	width:825px;
	height:160px;
	z-index:5;
}
#Navigation {
	position:absolute;
	left:37px;
	top:181px;
	width:825px;
	height:50px;
	z-index:7;
	background-image: url(Assets/Graphics/Button%20Background.png);
}
#White {
	position:absolute;
	width:825px;
	height:1120px;
	z-index:4;
	left: 37px;
	top: 233px;
	background-color: #FFFFFF;
	font-size: 14px;
}
#text1 {
	position:absolute;
	left:50px;
	top:50px;
	width:725px;
	height:599px;
	text-align:justify;
	font-size:14px;
}
.title1 {
	text-align:left;
	font-weight:bold;
	font-size:16px;
}
.title2 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.title3 {
	text-align:left;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
#table {
	position:absolute;
	left:50px;
	top:690px;
	width:725px;
	height:116px;
}
.data {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	border-spacing:0px;
}
.dcell {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding:3px;
	border-spacing:0px;
}
#text2 {
	position:absolute;
	left:50px;
	top:800px;
	width:725px;
	height:291px;
	text-align:justify;
	font-size:14px;
}
#copyright {
	position:absolute;
	left:37px;
	top:1353px;
	width:825px;
	height:40px;
	z-index:1;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	background-color: #003366;
}
