﻿<!--
 body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	white-space: normal;
	list-style-type: square;
	width:700px
}

#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:220px;
}

#container {
	position: relative;
	width: 100%;
	clear:both
	}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: small;	
}

#page_content {
	margin-left: 220px;
}

#footer {
	font-size: small;	

}




 -->

