/* ID Styles */

#navigation3 td {
	border-bottom: 1px solid #e1e1e1;
	}

#navigation3 a {
	color: #ed1c24;
	line-height:10px;
	text-decoration: none;
	display:block;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding:6px 6px 6px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#navigation3 a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background-color: #ff0000;
	background-image: /*none*/url(../img/menubg.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	}

#navigation3 a:visited {
	color: #ed1c24;
	line-height:10px;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#navigation3 a:visited:hover {
	color:#ffffcc;
	font-weight:bold;
	background-color: #ff0000;
	background-image: /*none*/url(../img/menubg.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	}
	
#navheader3 {
	font:24px georgia;
	color: #ff0000;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
.navText3 {
	font:12px arial, Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	text-decoration: none;
	}
	



