body {
	background: url(/images/bgGradient.jpg) top center repeat;
	margin-top: -5px;
	overflow:;
	font-family: arial, serif;
	color: #022f51;
	background-color: #306c9f;
	font-size: 12px;
}

#wrapper {
	width:960px; 
	margin: 0 auto;

}

#pageContainer {
	background: url(/images/contentBG_Inside.jpg) no-repeat;
	width:960px;
	min-height: 501px;	
	margin: 0 auto;
	float:left;
	
	
}

#nav {
	float:right;
	font-size: 18px;
	font-weight: bold;
	padding-top: 23px;
}

#nav a {
	color: #ffffff;
	text-decoration:none;
	margin-right: 20px;	
}

#nav a:hover {
	cursor:pointer;
}
#flashContent {
	width:960px;
	height: 300px;
	margin: 0 auto;
	float:left;
	margin-top: 19px;
}

#gap {
	width: 960px;
	background-color: #306c9f;
	height: 10px;
	float:left;
	margin-top: 23px;
	position:relative;
	z-index: 9999;
}

#mckHome {
	margin-top: 387px;
	margin-left: 15px;
	position: relative;
	z-index: 99999;
}

#content {
	background-color: #ffffff;
	width: 930px;
	min-height: 500px;
	float:left;
	margin-top: 0px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

#content a {
	color: #022f51;
	text-decoration:none;
}

#content a:hover {
	text-decoration: underline;
}

#content .box1, .box2 {
	background-color: #184c74;
	margin-right: 14px;
	float:left;
	width: 290px;
	padding: 5px;

}

#content .box3 {
	background-color: #184c74;
	float: left;
	width: 290px;
	padding: 5px;
}

