body
{
	font-family: Trebuchet MS;
	font-size: 0.85em;
	padding: 0 auto;
	text-align:center;
	background-color:#505050;
	padding-top:15px;
	padding-bottom:15px;	
}

a
{
	text-decoration:none;
}

a:link
{
	color:Purple;
}

a:visited
{
	color:Purple;
}
a:hover
{
	color:Red;
	text-decoration:underline;
}

td
{
	font-size:0.9em;
	font-family:Trebuchet MS;
}

textarea
{
	color: #000000;
	border: solid 1px #BBBBBB;
	font-family: Trebuchet MS;
}

.container800
{
	width: 780px;
	height:85%;
	position:relative;
	text-align:left;
	border:	solid 2px #707070;
	background-color:#FDF8fD;	
}

.header
{
	width: 100%;
	position:relative;
	padding-top:10px;
	
	height:45px;
	text-align:center;
	background-color:#FDF8fD;
	font-size:1.1em;
	font-style:oblique;
}

.footer
{
	width: 100%;
	height:35px;
	position:relative;
	float:left;
	text-align:center;
	padding-top:15px;
	font-size:0.7em;
	background:inherit;
}

.leftColumn
{
	width:19%;
	position: relative;
	float:left;
	height: 85%;
	background:inherit;
	padding-left:1%;
	padding-top:5px;
	line-height:20px;
}

.middleColumn
{
	width: 58%;
	position:relative;
	float:left;
	height:85%;
	padding: 1% 1% 1% 1%;
	background:inherit;
}
	

.rightColumn
{
    width:19%;
	position:relative;
	float:left;
	height:85%;
	background:#FDF8fD;
	font-family:Trebuchet MS;
	background:inherit;
	padding-left: 1%;
	padding-top: 10px;
}

