body {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		font-family: 'Tahoma';
		color: #000;
}

div#head {
		background: url('/images/headBG.jpg') repeat-x;
		color: #fff;
		font-size: 30px;
		height: 92px;
}

div#bviInc {
		margin: 25px 0px 0px 30px;
		float: left;
}

div#discussionBoard {
		padding-top: 25px;
		margin-left: 700px;
		font-size: 11px;
}

div#discussionBoard a {
		color: #fff;
		text-decoration: underline;
}

div#menu {
		padding-left: 15px;
		height: 44px;
		background: url('/images/menuBG.jpg') repeat-x;
}

div#menu a, div#subMenu a {
		margin-top: 8px;
		padding: 5px 8px 5px 8px;
		display: block;
		float: left;
		color: #fff;
		text-decoration: underline;
}

div#menu a.selected, div#subMenu a.selected {
		padding: 4px 7px 4px 7px;
		text-decoration: none;
}

div#menu a.selected {
		background: url('/images/menuSelected.jpg') repeat-x center;
		border: 1px solid #4F6C10;
}

div#subMenu a.selected {
		background: url('/images/subMenuSelected.jpg') repeat-x center;
		border: 1px solid #2C4504;
}

div#subMenu {
		padding-left: 15px;
		height: 40px;
		background: url('/images/submenuBG.jpg') repeat-x;
}

div#nature {
		height: 191px;
		background: url('/images/nature.jpg') no-repeat;
}

div#leftSide {
		float: left;
		width: 248px;
		padding: 25px 0px 0px 20px;
}

div#leftMenu a {
		margin: 2px 0px 2px 0px;
		padding: 4px 0px 4px 25px;
		display: block;
		color: #465908;
		text-decoration: underline;
}

div#leftMenu a.selected {
		background: url('/images/leftMenuSelected.jpg') repeat-x center;
		color: #fff;
		text-decoration: none;
}

div.banner {
		float: none;
		text-align: center;
		margin: 0px auto;
		margin-top: 10px;
		border: 1px solid #D7D7D7;
		padding: 13px 0px 13px 0px;
}

div.banner img {
		border: none;
}

div#content {
		padding: 28px 50px 10px 50px;
		margin-left: 270px;
}

div#content div.title {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 20px;
}

div#copyright {
		margin-top: 50px;
		color: #787878;
}