﻿DIV {
	background-color: #FFFFFF;
	height: 162px;
	width: 942px;
	top: 0px;
	left: 11px;
}
A:visited {
	text-decoration: none;
	color: #0000FF;
}

A:hover {
	text-decoration: underline;
}

A {
	text-decoration: none;
}
BODY {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: medium;
	width:1000px;
}
#leftColumn {
	margin: 0px;
	float: left;
	clear: left;
	width: 200px;
	padding: 4px;
	height: 254%;
}
#midColumn {
	padding: 2px 2px 2px 6px;
	width: 770px;
	float: right;
}
#main {
	border-top: medium solid #666666;
	padding: 2px;
		float: none;
		clear: both;
		border-spacing: 1px;
		width: 996px;	
		font-size: medium;
	height: 158px;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-top: 8px;
}
#header {
	text-align: left;
	width: 1000px;
	height: 168px;
}

h1{
	font-size: large;
	color: #808080;
}
h2{
	font-size: medium;
	font-weight: bold;
	color: #808080;
}
.dateLine
{
	font-style: italic;
	color: #808080;
	font-size:small;
}

