body	{
	margin: 0px;
	}
	
div.header	{
	position: relative;
	background-image: url('images/top1expanded.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 85px;
	overflow: hidden;
	}
	
div.main	{
	position: relative;
	width: 780px;
	min-height: 450px;
	}	
p	{
	text-align: justify;
	}
table.content	{
	width: 100%;
	height: 100%;
	font-family: tahoma, arial, sans; 
	font-size: 10pt;
	height: 500px;
	}		
td.leftcol	{
	width: 150px;
	height: 100%;
	background-image: url('images/leftbk.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
	padding-top: 15px;
	}	
	
td.content	{
	width: 630px;
	padding: 10px;
	vertical-align: top;
	}
	
blockquote	{
	font-weight: bold;
	font-size: 10pt;
	color: #646464;

}