@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	border: 0;
	padding: 0;
	}

.fba {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	}
	
.copyright {
	font-size: smaller;
	text-align: center;
	}
	
h1 {
	font-variant: small-caps;
	border-bottom: thin solid black;
	font-weight: bold;
	font-style: italic;
	}
	
#header {
	background: #fff url(images/fba_logo_banner.gif) repeat-y;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	border-bottom: medium solid black;
	}
	
#footer {
	background: #fff right url(images/fba_logo_footer.gif) repeat-y;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	border-top: medium solid black;
	}

#header h1 {
	display: none;
	}
	
#header h2 {
	display: none;
	}

#maincontent {
	width: 75%;
	margin: 1em auto;
	}

#maincontent h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
blockquote {
	font-style: italic;
	}