﻿/* CSS layout */
:link { color: #000099 }
 body {
	background-color: rgb(232, 247, 247);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url('../bkgrntr.gif');
}
#masthead {text-align: center;
}
#top_nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#page_content {
	border-spacing: 4px;
	text-align: center;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.noborder {
	border-width: 0px;
}

