body, .normal, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005799;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005799;
	text-decoration: underline;
}

/* this is a hack to padd the left of the main navigation -- you have to search through the javascript to find where this is used... */
.topFold {
	padding-left: 10px;
	white-space: nowrap;
}

.nav_cell {
	padding-right: 5px; 
	padding-left: 5px; 
	color: #FFFFFF;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.home_large {
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.nav_link {
	color: #FFFFFF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

table.cat_tab th {
	color: #005799;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

.cat_tab td {
	font-size: 12px;
}

hr {
	width: 95%;
	height: 1px;
	color: #005799;
}

.cat_link {
	color: #005799;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

table.menu {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.menu td {
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
}

table.menu td a {
	font-size: 12px;
	color:white;
	background-color: #005799;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 3px;
	text-decoration: none;
	line-height: 150%;
}

table.menu td a:hover {
	background-color: #F82537;
}

table.menu td a.selected {
	background-color: #F82537;
}

table.menu td a.green {
	background-color: #009900;
}

table.menu td div.subnav {
	position: absolute;
	float: left;
	margin-left: -1px;
	width: 150px;
	display: none;
	border: 1px solid white;
	border-bottom: 0px;
	font-size: 0px;
}

table.menu td div.subnav a {
	display: block;
	border-bottom: 1px solid white;
	font-size: 12px;
	margin-right: 0px;
}

table.menu td div.menu:hover div.subnav {
	display: block;
}