body {
	font-family: arial;
	font-size: .8em;
	margin: 0px;
	}
	
td, input {
	font-family: arial;
	font-size: 1em;
	}
	
ul {
	list-style-type: square;
	list-style-position: outside;
	}
	
li {
	margin-left: -20px;
	}
	
a:link, a:visited, a:active {
	text-decoration: underline;
	color: blue;
	}
	
a:hover {
	color: darkred;
	}
	
div#container {
	text-align: left;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	width: 800px;
	border: solid black 1px;
	}
	
div#banner {
	float: left;
	clear: left;
	}
	
div#navbar {
	float: left;
	clear: left;
	}

div#bodycontainer {
	float: left;
	height: 750px;
	}	
	
div#leftcol {
	float: left;
	background-color: white;
	width: 136px;
	}	
	
div#maincol {
	float: left;
	width: 409px;
	padding: 10px;
	background-color: white;
	z-index: 1;
	}
	
div#callout {
	float: right;
	position: absolute;
	z-index: 0;
	left: 380px;
	top: 500px;
	}
	
div#rightcol {
	float: right;
	width: 235px;
	height: 100%;
	background-color: #EDEDED;
	}
	
div#resources {
	float: left;
	padding: 10px;
	clear: left;
	}
	
div#footer {
	border-top: 1px solid black;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: white;
	}
	
div#subbodycontainer {
	float: left;
	height: 100%;
	background-color: #EDEDED;
	}	
	
div#subbanner {
	float: left;
	}
	
div#subnav {
	float: left;
	clear: left;
	}
	
div#subcontent {
	float: left;
	clear: left;
	width: 544px;
	padding: 10px;
	background-color: white;
	overflow: visible;
	}
	
div#subrightcol {
	float: right;
	width: 236px;
	height: 100%;
	}