ul#nav {
	list-style-type: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	color: #261D5D;
	margin: 5px 0 0 10px;
	padding: 0;
}
ul#nav_home {
	list-style-type: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 15px; 
	color: #261D5D;
	margin: 10px 15px 0 20px;
	padding: 0;
}
ul#nav a { color: #261D5D; text-decoration: none; }
ul#nav a:hover { color: #567DFF; text-decoration: none; }
ul#nav_home a { color: #261D5D; text-decoration: none; }
ul#nav_home a:hover { color: #567DFF; text-decoration: none; }
#nav li {
	display: inline;
	padding: 4px 15px 0 0;
	margin: 0;
	list-style-type: none;
}
#nav_home li {
	padding: 10px 0 10px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px #B6C5F4 solid;
	line-height: 15px;
}
li#nopad { padding: 4px 0 0 0;}

td.navBG { background: url("../navBG.gif") no-repeat top; }

h1 { 
	font-family: verdana, helvetica, sans-serif;
	font-size: 17px;
	color: #261D5D;
}
h2 { 
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #567DFF;
}
h3 { 
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #261D5D;
}
