body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited{
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #006666;
	font-weight: bold;
	text-decoration: underline;
}

/* layout */
.tdtop {
	background-image: url(images/template/top_teal.gif);
	height: 59px;
	width: 745px;
}
.tdleft {
	border-left: 2px solid #000000;
	width: 144px;
	vertical-align: top;
}
.tdright {
	width: 575px;
	vertical-align: top;
	padding-left: 24px;
}
.tdbottom {
	background-image: url(images/template/bottom_teal.gif);
	height: 54px;
	width: 745px;
}

/* menu */
.leftnav a:link, .leftnav a:visited{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	background:url(images/template/menu.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 139px;
	text-decoration:none;
	padding-top: 10px;
	padding-left: 5px;
}
.leftnav a:hover {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	background:url(images/template/hover.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 139px;
	text-decoration:none;
	padding-top: 10px;
	padding-left: 5px;
}