
/*For the BSNottm pages*/

.container {
	max-width: 800px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.container h2 {
	clear: both;
}
.text-col {
	padding-left: 320px;
}
.photo-col {
	width: 300px;
	float: left; 
} 

.container a {
/* The color has benn changed to blue to distinguish it from the content: hover (maroon) */
	color: green;
	background-color: transparent;
	text-decoration: none;
	}
.container a:hover {
	color: maroon;
	background-color: #eee;
	text-decoration: underline overline;
	}
/*BS menu on Index page*/

ul#navigation {
	list-style: none;
	color: #111111;
	background-color: #eeeae4;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	padding: .25em 1em;
	background-color: #0a31f2;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

ul#navigation li a:hover {
	color: #000000;
	background-color: #f2fcc2;
}

ul#navigation li#urhere a {
	background-color: #2feeff;
} 



