body {
	margin: 0px;
	text-align: center;
	padding: center;
	line-height: 1.3em;
	font-family: arial, helvetica, sans serif;
	font-size:0.7em;


#BackgroundImage {
	background-attachment: scroll;
	background-image: url(Images/Bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
#TopBar {
	background-attachment: fixed;
	background-image: url(Images/TopBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 770px;
	position: fixed;
	background-color: #FFFFFF;
}
.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#Banner {
	background-attachment: fixed;
	background-image: url(Images/banner.swf);
	background-repeat: no-repeat;
	width: 770px;
	height: 250px;
	position: relative;
}
