@charset "UTF-8";
/* CSS Document */

body {
	background: #0b2046 url(/media/images/site-art/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
#pageWrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#topBar {
	background: #01386a url(/media/images/site-art/topbar-background.png) no-repeat;
	height: 26px;
	width: 961px;
	margin: 0px;
	padding: 0px 19px 0px 0px;
	text-align: right;
	overflow: hidden;
}
.topbarMenuItem {
	font: italic bold 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	padding: 6px 6px 6px 14px;
	margin-left: 72px;
	background: url(/media/images/site-art/red_arrow.png) no-repeat left center;
}
.topbarMenuItem a:link, .topbarMenuItem a:visited {
	color: #FFF;
	text-decoration: none;
}
.topbarMenuItem a:hover, .topbarMenuItem a:active {
	color: #B7C6E8;
	text-decoration: none;
}
#headerWrapper {
	margin: 0px;
	padding: 0px;
	height: 248px;
	width: 980px;
	background: #0758a3 url(/media/images/site-art/header-background.jpg) no-repeat left top;
	position: relative;
}
#menuContainer {
	width: 910px;
	position: relative;
	top: 174px;
	left: 46px;
	height: 70px;
	text-align: center;
	overflow: hidden;
}
#contentAreaWrapper {
	background: #003b6f url(/media/images/site-art/content-background.png) repeat-x;
	margin: 0px;
	padding: 0px;
	width: 980px;
	position: relative;
	min-height: 410px;
	overflow: hidden;
}
#rightContent {
	width: 425px;
	margin-bottom: 40px;
	position: absolute;
	top: 25px;
	right: 25px;
	min-height: 345px;
	overflow: hidden;
}
#copyright {
	margin-bottom: 5px;
	position: absolute;
	bottom: 0px;
	right: 25px;
	font: italic bold 10px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6da8f0;
	text-align: right;
}
#contentTitleBox {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #a5bae3;
	padding: 10px 264px 10px 45px;
	width: 425px;
	margin-bottom: 15px;
}
#leftContent {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px 0px 20px 45px;
	width: 425px;
}
#footerWrapper {
	background: #e8ecf5 url(/media/images/site-art/footer-background.png) repeat-y;
	margin: 0px;
	width: 910px;
	padding: 15px 25px 10px 45px;
}
#Facebook, #YouTube {
	padding-right: 15px;
}
#FooterNav {
	font: 10px/10px Arial, Helvetica, sans-serif;
	color: #003b6f;
}
#FooterNav a:link {
	font: normal 10px/20px Arial, Helvetica, "sans-serif normal";
	color: #003b6f;
	text-decoration: underline;
}
#FooterNav a:hover, #FooterNav a:active {
	color: #000;
	text-decoration: underline;	
}
#FooterNav a:visited {
	color: #0f2957;
	text-decoration: underline;	
}
#CampaignToolkit, #WC211 {
	padding-left: 15px;
}

