body {
  	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #036;
  	margin: 20px;
  	padding: 0;
	background-color: #426477;
}
* html #bodyContainer { /* recognized by IE only (bug) */
	width: 100%; /*5.x/Win box model bug*/
	w\idth: auto; /*5.x/Mac 6.x*/
}	
#bodyContainer {
  	padding: 0;
	margin: 0;
	border: 3px solid #000;
	background-color: #ead0aa;
	width: auto; /* all other browsers */
}

h1, h2 {
	font-family: "georgia", "New York", "Times New Roman", Times, serif;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 30px;
}

/*** banner region ***/
#banner {
	padding: 12px;
	background-color: #c96;
}
#bannerLHS {
	float: left;
}
#bannerRHS {
	float: right;
	position: relative; top: 13px;
}
#bannerCHS {
	position: relative; left: -30px; top: 28px;
}

/*** content container ***/
#contentContainer {
	background-color: #c96;
	clear: both;
}
#rightCol { /* larger height */
	background-color: #ead0aa;
}
#content {
	padding: 30px;
}
#contentCaption, .contentImage, #leftCol, #forNS4 {
	display: none;
}

