@charset "utf-8";
@import url("../../css/tier_three_master.css");
/*western tier three*/



/* navigation bar styling and rollover*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #ca1d1e;
	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:#FF9999;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
}

#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #ca1d1e;
	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: #ca1d1e;
}

.weather {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.weather a{
	text-decoration: none;
	color: #333333;
}
.weather a:hover{
	text-decoration: underline;
	color: #000000;
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.category a{
	text-decoration: none;
	color: #000000;
}

.category a:hover{
	text-decoration: underline;	
}

