body {
	background:#3b4f6b;
	font:1em;
	text-align: center; /* for IE */
	font-family: Arial,Georgia,Serif;
}

.cf:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

* html .cf {
	height: 1%;
}

#container {
	width:860px;
	margin:0px auto;

	border:3px solid #231f20;
	padding:6px;
	text-align:left;
}

#header {
	margin:0px auto;

	height:209px;

	text-align:center;
	margin-bottom:6px;
}

#headerBanner {
	width:845px;
	background:url('images/banner.jpg') no-repeat;
	height:209px;
	margin:0px auto;
	padding-left:3px;
}

#headerBanner span {
	display:none;
}

#sloganBanner {
	width:650px;
	background:url('images/slogan_2.jpg') no-repeat;
	height:26px;
	margin:0px auto;
}

#sloganBanner span {
	display:none;
}

#banner {
	float:left;
	width:475px;
	height:64px;
	background:url('images/banner_2.jpg') no-repeat;
}

#centralContent {
	overflow:hidden;
	padding-bottom:6px;
}

#mainContent2 {
	width:532px;
	float:left;
	display:block;
	min-height:410px;
	height:auto;
	font-size:0.9em;
	position:relative;
}

#mainContent2Text {
	padding-left:6px;
	padding-right:6px;
	position:absolute;
	z-index:4;
	top:225px;
	left:22px;
	width:475px;
}

#gov_sig {
	text-align:right;
	margin-right:24px;
	margin-bottom:12px;
}

#mainContent {
	width:520px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;		
	background:#e4caa2;
	float:left;
	display:block;
	min-height:410px;
	height:auto;
	font-size:0.9em;
	padding-bottom:12px;
}

<!---
* html #mainContent {
	width:475px;
}
--->

#mainContentA {
	width:475px;
	margin:5px;
}

#footer {
	color:white;
	width:840px;
	height:50px;
	clear:both;
	text-align:center;
	margin:0px auto;
}

#footer ul {
	font-size:0.7em;
}

#footer ul li {
	display:inline;
	list-style:none;

	padding-right:12px;
}

#footer a {
	color:white;
}

#menu {
	width:170px;
	margin-left:8px;
	margin-right:8px;
	float:left;
	left:0px;
	background:#ebeae0;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu ul li {
	margin-left:6px;
	margin-bottom:8px;
	margin-right:6px;
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	list-style:none;
	border-bottom:1px solid #322f31;
}

#menu ul li a {
	font-size:0.9em;
	color:#322f31;
	font-weight:bolder;
	text-decoration:none;
	font-variant:small-caps;
}

#menu ul li a:hover {
	color:brown;
	text-decoration:none;
}


/* Style for Suggested Readings books table */
#books table {
	border: 1px solid white;
}

#books table {
	width:100%;
}

#books th {
	text-align:left;
}

#books td {
	text-align:left;
	vertical-align:top;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:10px;
	border-bottom:thin dotted #ff8888;
	width:50%;
}


#sidebar {
	text-align:center;
	float:left;
	width:120px;
	padding-left:10px;
}

#sidebar ul li {
	list-style:none;
}
