/***********************************************//* highlights.css                              *//*                                             *//***********************************************//***********************************************//* Layout Divs                                 *//***********************************************/#highlights{	float:right;	width: 180px;	background-color: #003082;	padding: 5px;}/************** #events styles **************/#events {	margin-left:5px;	margin-right:5px;}#events h1 {	font-size:100%;	font-weight: normal;	color: #FFFFFF;	text-align:center;	border-bottom-width: thin;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;}#events h3 {	font-size:80%;	font-weight:normal;	color:#FFFFFF;	text-align:left;}#events p {	font-size:70%;	font-weight: normal;	margin-left:15px;	text-align:left;	color: #FFFFFF;}#events a {	font-size:80%;	color: #F2D65E;	text-decoration:none;}#events a:visited {	color:#0099FF;}#events a:hover {	text-decoration: underline;}