@charset "utf-8";
@import url("../../css/tier_two_portal_master.css");

/*learn nav*/
/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4c78a3;
	text-align: center;
	width: 780px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
}

#nav_two a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#65a1db;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #65a1db;
}


#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #CC6600;
	padding-bottom: -5px;
}
#subject .links h3 {
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #AB5B14;
}
#subject .links h3 a{
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #AB5B14;
}
