@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #e8e3d8;
	background-image: url(images/GrungeBSA4.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#container {
	margin: 22em 0em 0 7em;
	text-align: left;
	width: 90%;
	float: left;
}
#mainContent {
	padding: 0;
}

#navigation {
	float: left;
	width: 640 px;
	height: 38 px;
	margin-top: -100px;
	margin-left: 250px;
}
	
.navlinks li {
	text-decoration: none;
	list-style-type: none;
	display: block;
	float: right;
	width: auto;
	text-align: left;
	align-top: 20 px;
	background: url(images/navdiv.png) left no-repeat;
	text-indent: 10px;
	margin-right: 10px;
}


.navlinks li.nodivider { background-image: none; }

#space {
	clear: both;
	white-space: 20 px;
}

#footer {
	background-color:#CCCC33;
	display: block;
	text-align: center;
	clear: both;
	font-size: 80%;
	padding: 5px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 8px;
	}
	
b.highlight {
	background-color: #FFFF99;
	font-size: 110%;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	line-height: 2em;
}

hr {
	margin-top: -8px;
	}