/* This CSS is to be included in any page that requires that content fill the entire screen width.  For example jobbank.asp with its table. 

   These styles are meant to overwrite what is currently applied.  Link this AFTER the links to the others to ensure it overwrites.  */

#container {
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	float: left;
}
#contentbox {
	margin-top: 206px;
	margin-left: 230px;
	width: auto;
	float: none;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	overflow: inherit;
}
