body {
	background-color: #E1F4FC;
	background-position : top center;
	background-repeat: no-repeat;
}

.site {
	width: 798px;
}

	.siteBackground {
		display: none;
	}

.header {
}

	.mainMenu {
		width: 788px;
	}

.footerContainer {
}

	.footer {
		width: 788px;
	}

.body {
	width: 788px;
}

.flashContainer{
	width: 788px;
	height: 309px;
	margin-bottom:5px;
}

.highlightContainer{
	width: 260px;
	height: 115px;
	float:left;
}

	.highlightBk{
		position:absolute;
		width: 260px;
		height: 115px;
		background:url('../../../images/highlightHomeBk.png');
		-moz-opacity: 0.9;
		opacity: .9;
		filter: alpha(opacity = 90);
	}

	.highlightContent{
		position:absolute;
		width: 260px;
		height: 115px;
	}

	.highlightHeader{
		margin-bottom:14px;
		padding-top:4px;
	}

		.highlightHeader p{
			color:#4f503e;
			font-size: 22px;
			margin-top:10px;
			margin-left:6px;
			margin-bottom:0;
		}

	.highlightContentText{
		height: 32px;
		color:#4f503e;
		font-size: 14px;
	}

		.highlightContentText p{
			color:#4f503e;
			font-size: 11px;
			margin:0px 6px 8px 6px;
			height: 40px;
		}

		.highlightContentText img{
			padding: 0px;
			margin-left: 6px;
			cursor: pointer;
		}
