body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}
.a {
	float: right;
}


th {
	font-family: Arial, Helvetica, sans-serif;
}
div#navigation {
	float: left;
	width: 140px;
	
}
div#container {
	background-color: #FFFFB9;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #999999;
	img-align: centre
}
div#content {
	margin-left: 150px;
	padding-left: 10px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}
div#header {
	font-size: medium;
	font-weight: bold;
}
div#footer {
	font-size: x-small;
	padding: 10px;
	float: right;
}
div#BSA {
	margin-left: 150px;
	padding-left: 10px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: x-small;
	border-width: thin;
	border-top-color: #999999;
}

h1 {
text-align: center}

div#topnav {
	float:right;
	padding-right: 20px;
	
	
}


a:link {
	text-decoration: none;
	color:#000066;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:#000066;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

