div#sectwo{
	width: 70%;
	}
	
div#secthree{
		width: 1%;
	}

table#members{
	font-size: 1em;	
	width: 100%;
	margin: auto;
	margin-top: 10px;
	position: relative;
	min-width: 300px;
}

table#members th{
	font-size: 1.5em;
	background-color: rgb(226,231,237);
}

table#members th.country{
	background-color: rgb(180,198,219);
}

table#members th.state{
	text-align: left;
}
table#members td{
	border-bottom: 1px solid rgb(235,217,134);
}
table#members td.siteinfo, table#members td.sitecontact{
	text-align:left;
	background-color: rgb(255,255,255);
	
}

table#members td.instlink{
	background-color: rgb(255,255,255);
	text-align: center;
}

