@charset "UTF-8";/* CSS Document */body {	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 1.5;	color: #000000;	/* used to replace default browser settings so that the page will look the same on all browsers (hopefully!) */		margin: 0px;	padding: 0px;	background-color: #000033;}#wrapper {	border: thin;	background-color: #ffffff;	text- align: left;	width: 960px;	margin-top: 5px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;	}	#header {	background-color: #000033;	margin-top: 0px;	margin-bottom: 1px;	border-bottom:thick #000033;	padding-bottom: 5px;	}		#footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 1.5;color: #555555;	margin-top: 6px;	margin-bottom: 10px;	clear: both;	padding-top: 50px;	padding-bottom: 5px;	}