body {
	background: url('images/background.jpg');
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial;
	text-align: center;
	}

a {
	text-decoration: none;
	color: rgb(152,187,97);
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

div.main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

div.title {
	color: rgb(145,136,121);
	height: 75px;
	padding: 30px 0 0 0;
	font-size: 35pt;
	}	

div.main2 {
	border: solid 1px rgb(145,136,121);
	background: url('images/background2.jpg');
	}	

div.buttons {
	height: 29px;
	border-bottom: solid 1px rgb(145,136,121);
	background: url('images/green.jpg');
	font-size: 10pt;
	}

div.buttons a {
	font-weight: normal;
	}

div.buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	}

div.buttons ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	}

div.buttons ul li a {
	color: rgb(255,255,255);
	padding: 6px 15px 0 15px;
	float: left;
	height: 23px;
	}

#current {
	background: url('images/gray.jpg');
	}

div.main-image {
	height: 150px;
	overflow: hidden;
	}

div.nav-bar {
	font-size: 9pt;
	height: 20px;
	background: url('images/green2.jpg');
	border-top: solid 1px rgb(145,136,121);
	border-bottom: solid 1px rgb(145,136,121);
	padding: 5px 10px 0 10px;
	color: rgb(255,255,255);
	}	

div.nav-bar a {
	color: rgb(255,255,255);
	font-weight: normal;
	}

div.content {
	padding: 20px;
	font-size: 10pt;
	}

p {
	margin-top: 0;
	}

#float-right {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px rgb(145,136,121);
	}

div.bbfsfooter {
	font-size: 9pt;
	text-align: center;
	height: 21px;
	background: url('images/green2.jpg');
	border-top: solid 1px rgb(145,136,121);
	padding: 4px 0 0 0;
	color: rgb(255,255,255);
	}

div.bbfsfooter a {
	color: rgb(255,255,255);
	}

ul.list {
	padding: 0;	
	font-weight: bold;
	}

ul.list li {
	margin: 5px 0 0 15px;
	font-weight: normal;
	}

h1 {
	font-size: 15pt;
	margin-top: 0;
	}

acronym {
	cursor: help;
	}

h2 {
	font-size: 11pt;
	margin-bottom: 0;
	}

div.links p {
	border-bottom: solid 1px rgb(145,136,121);
	padding: 0 0 12px 0;
	}

ul.icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul.icons li {
	border: solid 1px rgb(145,136,121);
	padding: 10px;
	margin: 0 0 20px 0;
	height: 100px;
	}

ul.icons img {
	float: right;
	margin: 0 0 0 10px;
	border: solid 1px rgb(145,136,121);
	}

a:hover h2 {
	text-decoration: underline;
	}

#sidebar a {
	display: block;
	padding: 0 0 5px 0;
	border-bottom: solid 1px rgb(145,136,121);
	}