body {
	background-color: #e9e9e9;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	color:#000;
	font:12px "Lucida Sans", Arial, Helvetica, sans-serif;
	margin-top:0px;
	
}

.wrapper	{
	width:772px;
	margin:0px auto;
	background:#fff;
	}

.flash_holder	{
	position:absolute;
	top:0px;
	left:787px;
	}

/* ------ Main Nav Styles -------*/
.mainNavWrap	{
	background:url(../images/main_nav_bg.jpg);
	border-left:1px solid #92A0B5;
	border-right:1px solid #92A0B5;
	width:770px;
	height:29px;
	}

.mainNavWrap a	{
	display:block;
	height:23px;
	color:white;
	padding:6px 10px 0px 10px;
	float:left;
	text-decoration:none;
	font-size:11px;
	}

.mainNavWrap a:hover	{
	text-decoration:underline;
	}

.mainNavWrap img	{
	float:left;
	}

/*------- Banner Styles ----- */
.bannerWrap	{
	width:770px;
	height:116px;
	border-left:1px solid #92A0B5;
	border-right:1px solid #92A0B5;
	}

.bannerLeft	{
	background:url(../images/home_left_banner.jpg) no-repeat;
	float:left;
	height:116px;
	width:250px;
	}

.bannerLeft h2	{
	padding:80px 0px 0px 15px;
	color:#DB7F32;
	font-size:16px;
	}

.bannerLeft h2 a	{
	color:#DB7F32;
	text-decoration:none;
	}
	
.bannerLeft h2 a:hover	{
	color:#E29432;
	text-decoration:none;
	}

.bannerLeft h2 a:visited	{
	color:#DB7F32;
	text-decoration:none;
	}

.bannerLeft h2 a:visited:hover	{
	color:#E29432;
	text-decoration:none;
	}

.bannerRight	{
	float:right;
	width:520px;
	}
	
/* ------- Page Head Styles ---- */
.pageHeadWrap {
	width:770px;
	height:51px;
	clear:both;
	border-left:1px solid #92A0B5;	
	border-right:1px solid #92A0B5;
	}

.pageHeadLeft	{
	float:left;
	width:237px;
	height:51px;
	background: url(../images/home_left_bottom.jpg); 
	padding-left:15px;
	font-size:11px;
	}
	
.pageHeadLeft a	{
	color:#1F4B8A;
	}
	
.pageHeadLeft a:hover	{
	color:#E29432;
	text-decoration:none;
	}
	
.pageHeadLeft a:visited	{
	color:#1F4B8A;
	}
		
.pageHeadLeft a:visited:hover	{
	color:#E29432;
	text-decoration:none;
	}
	
.pageHeadRight	{
	float:right;
	width:518px;
	height:51px;
	}

.pageHeadRight h1	{
	font-size:22px;
	color:#1F4B8A;
	font-weight:normal;
	padding-left:10px;
	margin-top:5px;
	}

/* ------ Main Page Styles ----- */
.mainPageWrap	{
	width:770px;
	border-left:1px solid #92A0B5;	
	border-right:1px solid #92A0B5;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.mainPageLeft	{
	float:left;
	width:252px;
	}
	
.mainPageNews	{
	background-color:#DB7F32;
	padding:5px 5px 5px 15px;
	width:225px;
	color:#fff;
	font-size:11px;
	}

.mainPageNews a	{
	color:#fff;
	}

.mainPageNews h1	{
	font-family: "Lucida Sans", Arial, sans serif;
	font-size:16px;
	margin-bottom:10px;
	}

.mainPageNews p	{
	font-size:11px;
	}	
	
.mainPageNewsFoot	{
	height:57px;
	background:url(../images/home_left_very_bottom_bg.jpg);
	width:245px;
	}	
	
.mainPageRight	{
	float:right;
	width:508px;
	padding:0px 5px 0px 5px;
	}

.mainPageRight h3	{
	font-size:13px;
	}

/* ----- Footer styles ---- */
.footerWrap	{
	clear:both;
	border-left:1px solid #92A0B5;	
	border-right:1px solid #92A0B5;
	border-bottom:1px solid #92A0B5;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px 0px 0px;
	}

.footerTextWrap	{
	border-top:1px solid #7E99BE;
	border-bottom:1px solid #7E99BE;
	}

.footerText	{
	color:#1F4B8A;
	font-size:10px;
	padding:5px;
	float:left;
	}

.footerLinks	{
	float:right;
	padding:5px;
	color:#1F4B8A;
	}

.footerLinks a	{
	color:#1F4B8A;
	font-size:10px;
	text-decoration:none;
	}

.footerWrap img	{
	clear:both;
	}

.outlookIcon	{
	border:none;
	position:relative;
	top:4px;
	}