body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.special   #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.special #header {
	background-color: #006699;
	background-image: url(../images/header/blue_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 130px;
} 
.special #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.special #banner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

}
.special #library_facade {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 494px;
	background-color: #006699;
	background-repeat: no-repeat;
}
.special #searchbox {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #006699;
	width: 276px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 100%;
	height: 50px;
}
.special    #header #cse-search-box  {
	margin: 0px;
	height: 25px;
	width: 276px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.special #nav_back_home {
	margin: 0px;
	height: 37px;
	width: 190px;
	padding: 0px;
}
.special #back_home {
	padding: 0px;
	height: 37px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.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;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.topnav { /* this class can be used to float an element left in your page */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.topnav   a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006699;
	display: block;
	height: 20px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.topnav a:hover {
	text-decoration: underline;
	background-color: #686868;
}




.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;
}

.special #header img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

