body {
	background-attachment: scroll;
	background-image: url(images/sitebg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0f78b9;
	margin: 0px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#linktable a {
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	display: block;
}
#sitebg {
	background-attachment: scroll;
	background-image: url(images/sitebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#linktable a:hover {
	color: #00FFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	display: block;
}

