body {
	margin:					0;
	padding:				0;
	font-family:			"Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size:				0.9em;
}

#Body {
	width:					710px;
	position:				absolute;
	left:					50%;
	margin-left:			-355px;
}

#BannerBg {
	height:					160px;
	background-image:		url('/img/ezBlue/header_bg.png');
	background-repeat:		no-repeat;
	background-position:	0 100%;
}
#BannerBg.resources {
	background-image:		url('/img/ezBlue/header_bg_sunrise.png');
	background-repeat:		no-repeat;
}
#BannerBg .bar {
	margin-top:				0px;
	padding:				15px 20px 0 20px;
	height:					40px;
	background-image:		url('/img/ezBlue/header_bluebar.png');
	background-repeat:		no-repeat;
}
#BannerBg .logo {
	width:					428px;
	position:				absolute;
	left:					50%;
	margin-left:			-214px;
	margin-top:				6px;
	height:					92px;
	background-image:		url('/img/ezBlue/header_logo.png');
	background-repeat:		no-repeat;
	background-position:	50% 0;
}
#TopLinks {
	width:					670px;
	position:				absolute;
	top:					4px;
	left:					50%;
	margin-left:			-335px;
}
#TopLinks a {
	margin:					4px 8px;
	color:					#FFFFFF;
	font-family:			"Trebuchet MS", sans-serif;
	font-size:				13px;
	font-weight:			bold;
	text-decoration:		none;
}
#TopLinks .right {
	float:					right;
}
#NavLinks {
	text-align:				center;
}
#NavLinks, #NavLinks a {
	font-family:			"Trebuchet MS", sans-serif;
	font-size:				13px;
	font-weight:			bold;
	font-style:				italic;
	color:					#B1737F;
	margin-bottom:			8px;
	text-decoration:		none;
}
#NavLinks a:hover {
	color:					#1B59BF;
}
#MainContent {
	padding:				4px 16px;
}
