body {
	background-color: #000000;
	margin: 0px;
}
div.mainContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
div.headerContainer {
	background-image: url(../_images/_background/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 125px;
	padding-right: 30px;
	padding-left: 30px;
	width: 900px;
	position: relative;
}
div.headerContainer img {
	float: left;
	margin-left: 30px;
}
div.imageProtector {
	position: relative;
	z-index: 2;
	height: 413px;
	width: 960px;
	float: left;
	clear: both;
}
div.imageProtector img {
	z-index: 3;
	position: relative;
}
div.index_threeColContainer {
	width: 960px;
	clear: both;
	margin-top: 40px;
	float: left;
}
div.index_threeColContainer div.col3 {
	float: left;
	width: 280px;
}
div.index_threeColContainer div.col3#margin {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: 29px;
	margin-left: 29px;
	padding-right: 29px;
	padding-left: 29px;
}
div.footer {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 75px;
	color: #FFFFFF;
	margin-bottom: 15px;
	background-color: #1B1B1B;
}
div.footer div.footNav {
	padding: 0px;
	float: left;
	margin-top: 13px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}
div.footer div.copyInfo {
	float: right;
	width: 550px;
	margin: 7px;
	padding: 0px;
	text-align: right;
}
div.footer p {
	font-size: 80%;
	line-height: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #BFBC8A;
	font-weight: lighter;
	font-size: 125%;
	line-height: 145%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	margin-left: 0px;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-bottom: 3%;
}
a {
	outline: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #997E59;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #997E59;
	color: #FFFFCC;
}
a:hover {
	color: #F3F2DE;
	background-color: #0099FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #FFFFFF;
	background-color: #BFBC8A;
}
