body {
	background-color:#f0f5d8;
	background-image: url(images/ICS_Background.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}


.container {
	width: 782px;
	position: relative;
	margin: 0 auto;
	text-align:left;
	z-index:0;
	/*border-top: thin solid #006666;
	border:dashed; FOR TESTING PURPOSES*/
}

.header {
	position:absolute;
	top: 0px;
	width:782px;
	text-align:center;
	z-index:1;
}
.headText {
	position:absolute;
	z-index:2;
	top:140px;
	left:30px;
	font-size:18px;
	width:450px;
}

.main {
	position:absolute;
	background-color:#FFFFFF;
	top:348px;
	left:0px;
	width:782px;
	text-indent:30px;
	padding-top:5px;
}

.footerLinks {
	position:absolute;
	top:610px;
	width:782px;
	color:#FFFFFF;
	font-size:14px;
}
.footerLinks a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footerLinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footerLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

