
body {
		background:  url(../images/headerback.jpg) repeat-x #fff;
		margin:0px;
		padding:0px;
		}
		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #333333;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	padding: 5px 5px 5px 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	margin: 0px;
	padding: 4px 2px 3px 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	margin-left: 5px;

}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-top: 2px solid #ff9933;
	border-bottom: 2px solid #ff9933;
	background: #ffffff;
	padding: 4px 2px 3px 4px;
}

#banner {
		postion: absolute;
		top: 0px;
		left: 0px;
		background: url(../images/header.jpg) no-repeat;
		height:77px;
		}
		
#banner h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}
		
#mainnav {
	display: none;
	position: absolute;
	top: 57px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#searchbar {
	display: none;
	position: absolute;
	left: 0px;
	top: 87px;
	background:   url(../images/graybar2.jpg) repeat-x;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#searchbar p {
	float: right;
	margin: 0px;
	padding-top: 3px;
	
	}	

#centercontent {
	position: absolute;
	top: 100px;
	left: 25px;
	background:#fff;
	width: 720px;
	z-index: 0;
	}
	
#centercontent a:hover {
	background-color: #D1D2F8;
	text-decoration: underline;

}
		
#leftcontent {
	display: none;
	}
	
#rightcontent {
	display: none;
	}

	
#staffnews {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #3333ff;
	text-decoration: none;
	padding: 30px 40px 0 0;
	}
	
#staffnews li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #3333ff;
	text-decoration: none;
	margin: 0px 15px -2px 5px;
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	list-style-type: disc;
	}
	
#staffnews a {
	color: #333333;
	text-decoration: none;

	}

<!-- class definitions -->

.floatright {
	float: right;
	}

	

