body {
	background-color: #103668;
	background-image: url(/images/layout/landingpg_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#landingImage {
	height: 428px;
	margin-top: 139px;
}

	#landingImage img.background {
		position: absolute;
		z-index: 1;
		margin: 40px;
	}

	#landingImage img.logo {
		position: absolute;
		z-index: 2;
		margin: 70px;
	}

#rightCol {
	position: absolute;
	background-color: #e3b52c;
	clear: left;
	float: right;
	width: 340px;
	height: 450px;
	background-image: url(/images/layout/featurebox_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 2px solid #FFF;
	text-align: center;
	font: 14px Georgia, Times New Roman, Times, serif;
	color: #000;
	margin-left: 700px;
	z-index: 2;
}

	#rightCol img {
		border: 1px solid red;
		background-color: #e09057;
		margin-bottom: 15px;
		padding: 4px;
	}

	.redBorder {
		border: 1px solid #ed1c24;
		height: 438px;
		padding: 5px;
	}

	.choiceArrow {
		background-image: url(/images/layout/choicepg_arrow.gif);
		background-position: top left;
		background-repeat: no-repeat;
		font: bold 14px Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		height: 17px;
		text-align: left;
		cursor: pointer;
		margin-left: 35px;
		margin-top: 20px;
		padding: 9px;
	}

	.choiceArrow_over {
		background-image: url(/images/layout/choicepg_arrow.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		font: bold 14px Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		height: 17px;
		text-align: left;
		cursor: pointer;
		margin-left: 35px;
		margin-top: 20px;
		padding: 9px;
	}

#footer {
	display: table;
	height: 60px;
	clear: both;
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 40px 0 10px;
}

	#footerContent {
		text-align: left;
		width: 1024px;
		font-size: 12px;
		margin: 20px auto;
		padding: 0;
	}

	#footer a:link,#footer a:visited {
		color: #FFF;
		line-height: 15px;
	}

	#footer a:hover {
		color: #9cf;
	}

	#footer .right {
		float: right;
		text-align: right;
	}

#inclind {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	clear: both;
	width: 964px;
	margin: auto;
	padding: 10px 30px;
}

	#inclind a:link,#inclind a:visited {
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #FFF;
		text-decoration: none;
	}

	#inclind a:hover {
		color: #9cf;
		text-decoration: none;
	}