/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #002953;
	text-align: center;
}
p {
	color: #ffffff;
	font-size: 55%;
	margin-top: 0em;
	padding: 0.5em 0px .5em;
	text-align: center;
	letter-spacing: 0.005em;
	text-decoration: none;

}
a:link {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-size: 1em;
	text-decoration: underline;
}
#left {
	width: 218px;
	height: 45px;
	position: absolute;
	left: 0px;
}
#center {
	width: 390px;
	height: 45px;
	position: absolute;
	left: 225px;
	height: 48px;

}

#right {
	width: 218px;
	height: 45px;
	position: absolute;
	left: 620px;

}
