body {
	font-family: "Calibri", sans-serif; 
	font-size: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	text-align: center;
	}

#topblock {
	height: 100px;
	width: 100%;
	}

#logo {
	float: left;
	cursor: pointer;
	background-image: url('../images/baa-logo-final-web-100x100.jpg'); 
	height: 100px;
	width: 100px;
	}

#banner {
	font-size: 50px;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 120px;
	text-align: left;
	}

#outer {
	background-image: url('../images/bgMenuTop.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 22px;
	}

#menu {
	float: left;
	line-height: 22px;
	text-decoration: none;
	border: 0px;
	margin-left: 100px;
	padding: 0px;
	}

.menuItem {
	float: left;
	cursor: pointer;
	background-image: url('../images/sepMenuTop.gif');
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 0px 10px;
	}

#fileView {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	}

.H0 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 5px;
	}

.H1 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	}

.H1-text {
	font-size: 18px;
	padding: 5px 0px;
	}

.H1-indent {
	font-size: 18px;
	padding: 5px 20px;
	}

.img {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
	}

#image {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#map_canvas {
	display: block;
	text-align: center;
	margin: 10px auto;
	width: 65%;
	height: 400px;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a:active {
	text-decoration:underline;
	}

table {
	margin: 0 auto;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	padding: 0 0.5em;
	text-align: center;
	}

td.num {
	text-align: right;
	padding: 0 0.5em;
	}

td.adj {
	border-left: 1px solid #CCC;
	text-align: left;
	}

td.link {
	width: 50%;
	border-left: 1px solid #CCC;
	text-align: left;
	}

ul {
	list-style: square inside;
	font-size: 16px;
	}

