body {
	margin: 0px;
	padding: 0px;
	background-color: #3c4c7d;}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: none;
	background-color: #ffffff;
	border: 6px #476b6b solid;
	border-width: 0 6px 6px 6px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;}
#header {
	height: 120px;
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	background-color: #52506a;}
#leftcol {
	float: left;
	width: 205px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #a5b9b4;}
#ileftcol {
	margin: 25px 0px 25px 25px;
}
#ileftcolfooter {
	height: 25px;
	clear:  both;
	background-color: #ACA899;
}
#rightcol {
	float: right;
	width: 695px;
	background-color: #cad7d3;
}
#irightcol {
	margin: 20px 33px 20px 35px;
	padding: 18px 30px 15px 30px;
	background-color: #ffffff;
	height: expression( this.scrollHeight <400 ? "400px" : "auto" ); /* sets min-height for IE */
	min-height: 400px;
}
#footercontent {
	clear: both;
	width: 900px;
	height: 25px;
	background-color: #a5b9b4;
}