.blueunderline a:active { color: #5B6B7F; text-decoration: underline}
.blueunderline a:link {  color: #5B6B7F; text-decoration: underline}
.blueunderline a:visited {  color: #5B6B7F;text-decoration: underline}
.blueunderline a:hover {  color: #5B6B7F; text-decoration: none}

.blue a:active { color: #5B6B7F; text-decoration: none}
.blue a:link {  color: #5B6B7F; text-decoration: none}
.blue a:visited {  color: #5B6B7F;text-decoration: none}
.blue a:hover {  color: #5B6B7F; text-decoration: underline}

.img {float:left; margin:0 8px 8px 0;}
.img2 {float:left; margin:0 8px 0 0;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
BODY
{
	color: #000000;
	background-image: url(http://www.cfamft.org/images/bg_leftstripe.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
	margin: 0px;
	padding: 3px;
	list-style: none outside;
}
#nav ul {
	margin: 0px 0px 0px 9px;
	padding: 0px;
}
#nav a {
	background: #F4F4F4;
	display: block;
	border: 1px dashed #B6BEAB;
	text-decoration: none;
	color: #3C546E;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#nav a:hover {
	border-style: solid;
	background: #E4E4E4;
}

.odd { background: #F4F4F4; }
