body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 948px;
	margin: 0 auto 0 auto;
	background-image: url(../graphics/backc.jpg);
	background-repeat: repeat-y ;
	}
#container2 {
	width: 948px;
	background-image: url(../graphics/backcheader.jpg);
	background-repeat: no-repeat;}
#header {
	height: 103px;
	}
#iheader {
	text-align: right;
	padding: 35px 60px 0 0;}
#bodycontent {
	width: 948px;
	}
#colleft {
	width: 285px;
	float: left;
}
#menu {
	height: 245px;
	margin: 75px 0 0 45px;
	padding: 25px 0 0 30px;
	background-image: url(../graphics/backcleftcol.jpg);
	background-repeat: no-repeat;}
#collefticons {
	width: 285px;
	height: 70px;
	margin: 10px 0 0 0;
	text-align: center;
}
#fdic {
	float: left;
	width: 160px
}
#hud {
	float: left;
	width: 125px;
}
#colright {
	float: left;
	width: 663px;
}
#icolright {
	margin: 0 47px 0px 0px;
}
#contentheader {
	background-image: url(../graphics/backcrightheader.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding: 8px 0px 0px 25px;}
#content {
	background-color: #fff;
	padding: 5px 35px 15px 35px; 
   height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */
   min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}
#contentfooter {
	height: 27px;
	background-image: url(../graphics/backcrightfooter.jpg);
	padding: 0px 0 0 0;
	background-repeat: no-repeat;}
#footerspacer {
	clear: both;
	height: 25px;}
#footer {
	clear: both;
	height: 22px;
	background-image: url(../graphics/backcfooter.jpg);
	background-repeat: no-repeat;}
#copyright {
	margin: 25px auto 0px auto;
	text-align:  center;
}
#copyrightidx {
	margin: 25px auto 0px auto;
	text-align:  center;
}