@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 1px;
	height: auto;
} 
.twoColFixLtHdr #container #superheader {
	margin-bottom: 15px;
}
.twoColFixLtHdr #header {
	background-color: #313166;
} 
.twoColFixLtHdr #header h1 {
}
#menu {
	clear: both;
	width: 850px;
}


.twoColFixLtHdr #container #MainEditableArea {
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #footer {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	clear: both;
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #313166;
	border-right-color: #313166;
	border-bottom-color: #313166;
	border-left-color: #313166;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#BookBanner {
	padding-top: 5px;
	float: right;
}
.Wide400 {
	padding: 10px;
	width: 400px;
	margin-right: 215px;
}

#extraAddArea {
	margin-right: 120px;
	margin-left: 120px;
}
