	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Tahoma, Arial, serif;
		font-size: small;
	}
	
	div {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#container {
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		margin-top: -14px;
		background-image: url('images/bg-side.gif');
		background-repeat: repeat-y;
		min-height: 600px;
	}
	*html #container {
		margin-top: 0;
		height: 600px;
	}

	#banner {
		padding: 0;
		margin-bottom: 0;
		background-color: #fff;
	}

	#nav {
		background-image: url('images/bg-nav.gif');
		background-repeat: repeat-x;
		
		height: 20px;
		text-align: right;
		color: #fff;
		font-size: x-small;
		margin: 0;
		padding: 0;
	}
	#nav a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#nav a:hover {
		text-decoration: underline;
	}

	#content {
		margin-left: 170px;
		background-color: #fff;
		margin-top: 16px;
		padding-bottom: 10px;
	}
	* html #content {
		margin-top: 0;
	}
	
	/* 3 pixel bug fix - hide from IE5-mac \*/
	* html #content {
		height: 1%;
		margin-top: 0;
		
	}
	/* End hide from IE5-mac */ 

	#sidebar {
		clear: both;
		width: 160px;
		margin: 0;
		padding: 8px;
		font-size: small;
		font-family: Tahoma, Verdana, Arial;
		position: absolute;
		left: 0;
		top: 156px;
	}
	#sidebar a {
		color: #fff;
		line-height: 180%;
		margin-left: 10px;
	}
	* html #sidebar {
		top: 156px;
	}

	#footer {
		clear: both;
		padding-top: 12px;
		background-image: url('images/bg-footer.gif');
		background-repeat: repeat-x;
		text-align: center;
		font-size: x-small;
		background-color: #fff;
	}
	
	a {
		color: #00619e;
	}
	
	h1 {
		font-size: x-large;
	}
	h2 {
		font-size: large;
	}
	h3 {
		font-size: small;
	}
	
	table.table-border {
		background-color: #fff;
	}
	td.h2 {
		font-size: large;
	}
	td.row1 {
		padding: 3px;
	}
	td.row2 {
		padding: 3px;
	}
	
	.chair-header {
		font-size: x-small;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background-color: #41b65e;
		padding: 2px;
	}
	.chairperson {
		font-size: x-small;
		color: #000000;
		background-color: #efefef;
		padding: 3px 3px 3px 0px;
	}
	
	a img {
		border: 0;
	}