body {
	background: url(/images/bgGradient.jpg) top center repeat-x;
	margin-top: -5px;
	overflow:;
	font-family: arial, serif;
	color: #ffffff;
	background-color: #306c9f;
	font-size: 12px;
}

#wrapper {
	width:960px; 
	margin: 0 auto;

}

#pageContainer {
	background: url(/images/contentBG.jpg) no-repeat;
	width:960px;
	min-height: 600px;	
	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;
	margin: 0 auto;
	float:left;
	margin-top: 19px;
}

#mckHome {
	margin-top: 23px;
	margin-left: 16px;
	position: relative;
	z-index: 99999;
	float:left;
}

#content {
	background-color: #022f51;
	width: 930px;
	min-height: 300px;
	float:left;
	margin-top: 40px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

#content a {
	color: #ffffff;
	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;
}

