@CHARSET "UTF-8";


#announcements ul {
	list-style: none;	
	padding-left:3px;
	margin:0;
}

#announcements li {
	padding: 0;
	margin-bottom: 0px;
}

.announcementThumb {
	float:left; 
	width:84px; 
	height:53px; 
	overflow: visible;
	margin:0 10px 0 0;
	list-style: none;	
}

.announcementPhoto {
	float:left; 
	width:128px; 
	overflow: visible;
	margin:12px 10px 0 0;
	
}


.announcementWrap {
	overflow:auto;
	width:735px;
	padding:7px 0 0 0;
	margin:0;
	
}
.announcementRightColumn {
	float:left;
	width:600px;
}

.announcementFullColumn {
	float:left;
	width:684px;
}

.announcementPhotoRightColumn {
	float:left;
	width:575px;
}

#announcementSyn p {
	margin:12px 0;
	
}

.announcementDate {
font-size:10px;
color:#AFAFAF;
font-style: italic;
}
.announcementTitle {
	font-size: 13px;
	font-weight: bold;
	color: #002394;
	text-decoration: none;
}
	.announcementTitle a:link, a:active {
		font-size: 13px;
		font-weight: bold;
		color: #002394;
		text-decoration: none;
	}
	.announcementTitle a:visited {
		font-size: 13px;
		font-weight: bold;
		color: #4B63B2;
		text-decoration: none;
	}
	.announcementTitle a:hover {
		font-size: 13px;
		font-weight: bold;
		color: #002394;
		text-decoration: underline;
	}


.announcementSyn {
	padding: 5px;
	padding-left: 0;
	font-size: 11px;
	font-weight: normal;
}

.announcementMoreLink {
	padding-bottom:12px;
}
.announcementMoreLink a:link, a:active {
	font-size: 11px;
	font-weight: normal;
	color: #002394;
	text-decoration: underline;
}
.announcementMoreLink a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #4B63B2;
	text-decoration: underline;
}
.announcementMoreLink a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

