* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Arial, Helvetica, sans-serif;
	line-height: 145%;
	padding-top: 35px;
	background-color: #01009a;
	color: #ffffff;
}
html>body {font-size: 12px;}

a {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
	border: none;
}


#pagewrapper {
	width: 850px;
	margin: 0px auto;
	background: url(images/new-back.jpg) no-repeat center;
	height: 500px;
}

#content {
	float: left;
	width: 170px;
	padding-top: 280px;
	padding-left: 295px;
	padding-right: 80px;
	padding-bottom: 30px;
}

#content ul {
	padding-top: 35px;
}
#content li {
	float: left;
	list-style: none;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
}
#content li a {
	text-align: center;
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	color: #3366CC;
	font-weight: normal;
	text-decoration: none;

}

#content li a:hover {
	color: #ffffff;
	padding-bottom: 3px;
}	


/* ===== Footer ===== */

#footer {
	background: url(images/footer.gif) no-repeat;
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	color: #33037D;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 360px;
	height: 47px;

