body {
	background-color:#EBECEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	height: 100%;
}

img {
	border:	none;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}

#content {
	background-color:#EBECEA;
	color: #0F4C7E;
	position: relative;
	padding-bottom: 20px;
	float:left;
	width:490px;
}
	
	#content a, #content a:link, #content a:visited, #content a:hover, #content a:active {
		color: #084D83;
		font-weight: bold;
	}

	#content p {
		padding:5px 15px 5px 15px;
	}


	#content p2 {
		font-weight: bold;
		padding:5px 15px 5px 15px;
	}
	
	#content h2 {
		font-size: 14px;
		color: #084D83;
		padding:15px 15px 5px 15px;
	}

#contentRight {
	background-color:#EBECEA;
	display:inline;
	float:left;
	border-left: solid #668CAA 1px;
	width:269px;
	padding-top: 15px;
	padding-bottom: 45px;
}

	#contentRight .flash {
		border: none;
		width: 226px;
		padding-top: 5px;
		padding-left: 20px;
	}
	
	#contentRight img {
		border: none;
		padding-top: 5px;
		padding-left: 20px;
	}
	
#contentWrapper {
	width:760px;
 	margin: 0 auto;
	padding-bottom: 15px;
}
	
#footer {
	background-color: #084D83;
	clear: both;
	float: left;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	height: 20px;
}

	.footerCopy {
		float:left;
		color:#ffffff;
		padding-left: 10px;
		padding-top: 4px;
		font-size: 9px;
	}
	
	.footerLinks {
		float:right;
		color:#ffffff;
		padding-right: 10px;
		padding-top: 4px;
		font-size: 9px;
	}
	
	.footerLinks a, .footerLinks a:visited {
		color:#ffffff;
	}
	
	.footerLinks a:hover {
		color:#E0A80C;
	}

#headerWrap {
	background:url(../images/filler2.gif) repeat-x;
	padding: 0px;
	width:100%;
	height:130px;
}
	#headerLogo {
		position: absolute;
		z-index:2;
		float: left;
	}

	#headerImage {
		position: relative;
		z-index:1;
		float: right;
	}

#menuWrapper {
	background-color:#084D83;
	font-size:12px;
	height:20px;
	padding-top: 3px;
	margin:0px;
	text-align:center;
}

#topNavigation {
	width:820px;
 	margin: 0 auto;
	color:#FFFFFF;
	padding:0px;
}

	#topNavigation a, #topNavigation a:visited {
		color:#FFFFFF;
		font-weight:bold;
		padding:3px 20px 3px 15px;
	}
		
	#topNavigation a:hover, #topNavigation a#current {
		color:#E0A80C;
		font-weight:bold;
	}
	

#wrap {
	background-color:#EBECEA;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
}

html, body, #wrap {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrap {
	height: auto;
}