* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3c4c7d;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;}

#container {
	margin: 0 auto 0 auto;
	width: 900px;
	background-color: #000000;
	border: 6px #476b6b solid;
	border-width: 0 6px 6px 6px;
	}
#header {
	background-image: url(../graphics/header.jpg);
	width: 900px;
	height: 144px;
	background-color: #a5b9b4;
	background-repeat: no-repeat;}
#menu {
	height: 20px;
	position: relative;
	top: 118px;
	background-color: #4e62a3;}
#content {
	width: 900px;
	clear: both;
	background-color: #cad7d3;
}
#colleft {
	width:613px;
	float: left;
}

/*  height/min-height statements creates a minimum height independent of amount of content in #contentleft */
#icolleft {
	margin: 20px 15px 20px 30px;
	height: expression( this.scrollHeight < 393 ? "393px" : "auto" ); /* sets min-height for IE */
	min-height: 393px; /* sets min-height value for all standards-compliant browsers */
	background-image: none;
	background-color: #ffffff;
	}

/* height/max-height statements create a fixed height div. extra text will be hidden.  to allow all text, remove statements */
#contentleft {
	height: expression( this.scrollHeight > 355 ? "355px" : "auto" ); /* sets max-height for IE */
	max-height: 355px;
	overflow: hidden;
	padding: 20px 25px 0px 28px;
}
#contentfooter {
	clear: both;
}
#colright {
	width: 287px;
	float: right;
}

/*  height/min-height statements creates a minimum height independent of amount of content in #contentright */
#icolright {
	margin: 20px 30px 20px 14px;
	height: expression( this.scrollHeight < 393 ? "393px" : "auto" ); /* sets min-height for IE */
	min-height: 393px; /* sets min-height value for all standards-compliant browsers */
	background-image: none;
	background-color: #ffffff;}

/* height/max-height statements create a fixed height div. extra text will be hidden.  to allow all text, remove statements */
#contentright {
	height: expression( this.scrollHeight > 355 ? "355px" : "auto" ); /* sets max-height for IE */
	max-height: 355px;	
	overflow: hidden;
	padding: 20px 18px 0px 18px;
}
#footer {
	height: 15px;
	clear: both;
	background-color: #a5b9b4;
}
