body {
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}

.page_margins {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background: url(Images/PageShaddow.gif) no-repeat 2px 6px;
}

.page {
	width: 980px;
	background: #fff;
}

.header {
	width: 100%;
	height: 100px;
	position: relative;
	padding-bottom: 3px;
	border-bottom: 4px solid #fc0416;
}

.CssHeaderImageContainer {
	height: 100px;
	width: 750px;
	float: right;
	background: #fff url(Images/Headerimage.png) no-repeat left top;
}

.CssWhitenessContainer {
	position: absolute;
	top: 13px;
	right: 30px;
	font-size: 10px;
}

.CssHeaderLogo {
	padding-top: 20px;
	padding-left: 35px;
	position: absolute;
}

.main {
	background: url(Images/ContentTop.jpg) no-repeat left top;
	position: relative;
	height: 460px;
	overflow: hidden;
}

.col1 {
	width: 230px;
	float: left;
	height: 460px;
	margin: 0px;
	padding: 0px;
}

.col1_content {
	padding-top: 29px;
}

.CssContentImageContainer {
	position: absolute;
	bottom: -3px;
	left: 1px;
}

.col2 {
	width: 750px;
	float: right;
	height: 420px;
	margin: 0px;
	padding: 50px 0px 0px;
	position: relative;
	background: url(Pagemodules/Navigation/Images/Lines.gif) repeat-y left top;
}

.col2_content {
	padding-left: 105px;
	width: 620px;
	overflow: auto;
	height: 380px;
	padding-bottom: 10px;
}

.ie_clearing {
	clear: both;
}

.footer {
	padding-top: 10px;
	text-align: right;
	padding-right: 50px;
	font-size: 10px;
}
