#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}
#topmastnavigation {
	width: 888px;
	margin: 0auto;
	background-color: #0e1d61;
}
#mast {
	height: 135px;
	width: 900px;
	margin: 0auto;
	position: relative;
	background-image: url(../images/beanfieldSM.jpg);
}
#logo {
	height: 105px;
	width: 362px;
	position: absolute;
	left: 18px;
	top: 20px;
}
#search {
	height: 25px;
	width: 500px;
	position: absolute;
	top: 20px;
	right: 15px;
	text-align: right;
}
#pagetitle {
	width: 500px;
	position: absolute;
	right: 18px;
	bottom: 7px;
	text-align: center;
}
#navigation {
	height: 70px;
	width: 888px;
	margin: 0auto;
	text-align: left;
}
#leftsidebar {
	float: left;
	width: 200px;
}
#leftsidebar1 {
	width: 150px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent {
	float: left;
	width: 700px;
}
#maincontent1 {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	clear: both;
	width: 900px;
	height: 25px;
	padding-top: 10px;
}
#tagline {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
body {
	background-color: #ece3b1;
	margin-top: 0px;
	background-image: url(../images/homepagebg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #0e1d61;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.hpcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.whitehpcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
a:visited {
	color: #0e1d61;
}
a:hover {
	color: #0e1d61;
}
a:active {
	color: #0e1d61;
}
.checkoff {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style:italic;
	font-size:11px;
	padding:6px 10px 4px 10px;
	height:15px;
	float:left;
}
/* force body scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
} 
