@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #330000;
	margin: 10; /* 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;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F1E8CF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	left: auto;
	top: 0px;
	right: auto;
	padding: 0px;
	z-index: auto;
	visibility: visible;
	position: relative;
} 
.table {
	position: relative;
}
.bottom banner {
	position: relative;
}






.twoColFixLtHdr #header {
	background: #977652 center;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
	list-style-image: url((URL));
} 
.twoColFixLtHdr #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: 0px 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #330000;
	float: none;
}
.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;
}
.locater {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 630px;
	float: right;
	padding: 0px;
	background-color: #F1E8CF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: auto;
}
.content {
	width: 630px;
	float: right;
	height: auto;
	padding: 0px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px;
	vertical-align: top;
	z-index: auto;
	overflow: visible;
	visibility: visible;
	clear: right;
	position: relative;
	line-height: 130%;
	border: thin none #977652;
	background-color: #F1E8CF;
}
.macmillan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2B7554;
	line-height: 20px;
}

.menus {
	float: left;
	width: 130px;
	margin-left: 15px;
	margin-top: 15px;
}

.menubar {
	float: left;
	width: 130px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.twoColFixLtHdr #container #MenuBar1 {
	width: auto;
	float: left;
	height: auto;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr .wrapper #container .content .titler .bulk img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	top: 100px;
}
.twoColFixLtHdr .wrapper #container .content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-bottom: 15px;
}

}
.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.menuLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.menu {
	margin: auto;
	float: left;
	width: 200px;
}
.indextext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #330000;
	font-weight: normal;
	line-height: 20px;
}
.imageleft {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
.frontpage {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #990000;
	line-height: 21px;
}
