body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:100%;
	background-color:#00266B;
	color: #F2DFAF;
	padding:0;
	margin:0;
}

img {
 border:0px;
}

a {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}

.intro {
	text-align:center;
	margin:0 auto;
	width:884px;
}

.header {
	width:884px;
}

.footer {
	width:884px;
	text-align:left;
	margin:0;
	padding: 5px 0 0 20px;
}

.footer-left {
	width:443px;
	float:left;
}

.footer-right {
	width:441px;
	float:left;
}

.clear {
	width:884px;
	clear:both;
}