#contain{
	width: 770px;
	padding: 3px;
}
 
 #head{
 	background-position: center;
	height: 120px;
 }
 
 #col1{
 	width: 373px;
	float: left;
	padding: 5px;
 }
 #col2{
 	width: 373px; 
	float: right;
	padding: 5px;
 }
 
 #col3 {
 	width:700px;
	padding: 10px;
 }
 
 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #065F7D;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #065F7D;
}

a.link1:link {
	color: #A52A2A;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	padding: 2px;
	text-decoration: none;
}
a.link1:visited {
	color: #A52A2A;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	padding: 2px;
	text-decoration: none;
}
a.link1:hover {
	color: #A52A2A;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	padding: 2px;
	text-decoration: underline;
}

#footer {
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.clearboth { clear: both; }

a.button1:link {
	background: #AEC6C6;
	color: Black;
	padding: 4px 7px 3px 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}


a.button1:visited{
	background: #AEC6C6;
	color: Black;
	padding: 4px 7px 3px 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

a.button1:hover {
	background: #C6DADB;
	color: Black;
	padding: 4px 7px 3px 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

#date{
	font-weight: bold;
	background: #F4EFE6;
	width: 160px;
	text-align: right;
}
th{
	text-align: center;
}