﻿
/* News item headlines on left */
#othernews{
	width:13em;
	border: 1px solid #c5e1ef;
	padding: 10px;
	margin-bottom: 10px;
}

#othernews h1{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #831836;
	text-align:center;
}

#othernews div.newsitem h2{margin: 0 0 2px 0; padding:0;}
#othernews div.newsitem h2 a{
	font-size: 95%;
	font-weight: bold;
	color: #0D2683!important;
	text-decoration: none;
	padding: 0;
}
#othernews div.newsitem h2 a:hover{text-decoration:underline;}
#othernews div.newsitem p{margin: 0 0 10px 0; padding: 0;}
#othernews div.newsitem a{
	font-weight: bold;
	color: #68a4be !important;
	text-decoration: underline;
	padding-left: 5px;
}

#seeallnews{text-align: center;}
#seeallnews a{
	color: #831836;
	padding-left: 18px;
	background: url("arrows.gif") left center no-repeat;
	text-decoration: underline;
	font-weight: bold;
}
#seeallnews a:hover, #othernews div.newsitem a:hover{text-decoration:none;}

/* Main News story */
#newsstory{padding-left: 10px;}
#newsstory h1{display: inline;}
#newsstory p.newsitemsummary{font-weight: bold;	color: #666;}
#newsstory img{
	padding: 4px;
	border: 1px solid #c5e1ef;
	float: right;
	margin: 0 0 20px 20px;
}

#content{margin-left:175px!important; margin-left:0;}
