body {
    background-color: #F1E4C2;
	font-family: arial;
}

p {
    margin: 10px 5px 15px 5px;
}

a:link, a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    background-color: #003191;
    color: yellow;
    text-decoration: none;
}

#title {
    width: 99%;
    height: 95px;
    background-color: #003191;
    padding: 5px;
    color: white;
    font-size: 42px;
}

#title-text {
	margin-top: 10px;
}

#sub-title-text {
	font-size: 24px;
}

ul.menu {
	list-style: none;
	font-size: 15px;
	margin: 0;
}

li.menu-list {
	display: inline;
	margin-right: 0.75em;
}

a.menu-anchor {
	color: white;
	text-decoration: none;
}

a.menu-anchor:hover {
	color: #003191;
	background-color: white;
}

a.menu-anchor.active {
	color: yellow;
}

a.menu-anchor.active:hover {
	color: #003191;
	background-color: yellow;
}

#bsa_logo_img {
    height: 90px;
    border: 2px #F1E4C2 solid;
	float: left;
	margin-right: 2px;
}

h1 {
    font-size: 18pt;
}

#nav_list {
    margin-left: 15px;
}

.heading {
	font-size: larger;
}

