
/* -------------------------
	NEWS AND EVENTS Styles 
---------------------------- */

#newscontainer h1,
#eventscontainer h1 {
	color:#900c34;
	margin:0 0 12px 0;
	font-size:18pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#newscontainer ul, #eventscontainer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#newscontainer li, #eventscontainer li {
	margin:0;
	padding:3px 0 3px 12px;
	background: url('/images/system/itembullet.gif') no-repeat 0px 7px;
}
#newscontainer, #eventscontainer {
	float:left;
	width:100%;
}
#newscontent, #eventscontent {
	padding:10px;
}
#newscontent h1 {
	/*background: url('/images/system/latestnewsicon.gif') no-repeat left;
	padding-left:28px;*/
}
#newscontent a:link,
#newscontent a:visited,
#eventscontent a:link,
#eventscontent a:visited {
	text-decoration:none;
}
#newscontent a:hover,
#eventscontent a:hover {
	text-decoration:underline;
}

div.squarebuttoncontainer {
	margin-top:15px;
	height:23px;
	font-size:8pt;
}
.squarebuttoncontainer a:link,
.squarebuttoncontainer a:visited {
	padding:5px 15px 5px 0;	
	text-decoration:none;
	display:block;
	background: url('/images/system/squarebuttonright.gif') no-repeat right top;
}
.squarebuttoncontainer span {
	padding:0 0 0 30px;
	float:left;
	margin:0;
	background: url('/images/system/squarebuttonleft.gif') no-repeat left top;
}
.squarebuttoncontainer a:hover {
	color:#000;
	text-decoration:none;
}
