

/* local navigation menu */
/* override default state of news item so that it is "on" for this section of the site */
#localmenu li#news a {
	background: url(http://www.sas.com/includes/headers/images/news-over.jpg) bottom left no-repeat;
	width: 38px;
}

#content h2 {
	margin: 0 0 10px 0;
}
#content h3 {
	margin: 0 0 0 25px;
}

/* RIGHT COLUMN */
#thirdcolumn {
	text-align: left;
	width: 198px;
}
#thirdcolumn p {
	margin: 0;
	padding: 0;
	font-size: 70%;
   line-height: 11pt;
   color: #425566;
}
#thirdcolumn h3 {
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000;
	text-decoration: none;
	line-height: 16pt;
	text-transform: uppercase;
	margin-bottom: -10px;
}

/* READ MORE SECTION IN RIGHT COLUMN - used in various parts of area */
#readmore {
	padding-bottom: 20px;
}
#readmore ul {
	margin: 0;
	padding-left: 15px;
	list-style: url(http://www.sas.com/images/diamond_table.gif);
}
#readmore ul li {
	margin-top: 10px;
	font-size : 70%;
	font-style : normal;
	color : #425566;
	text-decoration: none;
}
#readmore ul li.more {
	font-weight : bold;
	list-style: none;
}
#readmore ul li ul {
	padding-left: 15px;
	list-style: url(http://www.sas.com/images/carrot.gif);
}
#readmore ul li ul li {
	margin-top: 5px;
	font-size : 100%;
}
/* for the "more articles on SAS" at the bottom of the Media Coverage include on the news home page */
#readmore ul li p { margin-top: 7px; }
#readmore ul li p b { font-size: 150%;}

