/* CSS Document */

body {
	background-color: #0e2055;
	margin:0px;
	padding:0px;
}

#TopBar {
	width:1002px;
	height:122px;
	margin:0px;
	padding:0px;
}

#container {
	position:absolute; 
	left:50%; 
	top: 0px; 
	margin-left:-501px; 

	background-color:#0A348A;	
}

#Content {
	width:1002px;
	height:470px;
	top:0px;
	border-bottom:4px solid #cd171e;
	bottom:50px;
	margin-bottom:-50px;
}

#ContentText {
	position:relative;
	top: 150px;
	left:385px;
	width:580px;
}

#Logos {
	position:relative;
	width:1002px;
	height:50px;
	bottom:30px;

}

#Logos img{
	margin-left:50px;
	margin-bottom:10px;
}

#ContentText p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}

#ContentText p.white {
	color:#ffffff;
}