﻿body{
	font-family: Arial;
	background-image:url(http://irvington2/behan/lib/images/plate.jpg);
}
.tdMainImage{
	text-align:center;
	height:100px;
	border-bottom:1px black solid;
}
.tblMain{
	width:750px;
	background-color:#B4C3E7;
	border:2px black ridge;
	margin: 5px;
	height:750px;
}
.tdLeft{
	width:20%;
	vertical-align:top;
	border-right:1px black solid;
}
.tdRight{
	width:80%;
}
.divBorder
{
	border:1px black outset;
	margin:3px;
	color:Black;
	width:100%;
	background-color:White;
}
.divBorderHover
{
	border-top:1px black solid;
	border-left:1px black solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
	color:Black;
	width:100%;
	cursor:hand;
	background-color:White;
}
A
{
	text-decoration:none;
}