body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/green.jpg);
	background-repeat:repeat-x;
	background-color:#598bc2;
	margin-top:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

.textrequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AA0000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:#000000 1px solid;
}

.boldText {
	font-weight:bold;
}
/* This controls the look and behavior of the nav buttons on the left side */ 
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #006600;
	background-color: #2660af;
	display: block;
	padding-left: 8px;
	padding-top:2px;	
}

a:link.leftnav {
	color: #ffffff;
	text-decoration: none;	
}
a:visited.leftnav {
	color: #ffffff;
	text-decoration: none;	
}
a:active.leftnav {
	color: #ffffff;
	text-decoration: none;
}
a:hover.leftnav {
	color: #ffffff;
	background-color: #072f66;
}

.thumbnail
{
float: left;
width: 175px;
margin: 0px 5px 0px 0px;
padding: 0px;
}
/* End of left nav control section. */
