@charset "utf-8";
 @import url("../../css/tier_two_portal_master.css");
/*template nav*/

/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #db7c1b;
	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:#fac186;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #fac186;
}
#subject .links h3 {
	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: #db7c1b;
}
#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: #db7c1b;
}
/* directory specific styling goes on this sheet DO NOT ALTER ANY CSS FILE WITH THE WORD "MASTER" IN THE TITLE */


#subject a {
	color: #333333;
	text-decoration: none;
}
#subject a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
table a {
	color : #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
table a:hover {
	color: #C0C0C0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
table a:visited {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
/*	border: solid 1px #000000;
*/}
TD.extra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #fff;
	font-weight: bold;
}


