/* CSS Document */
.ooo {
	BACKGROUND: #ED2124;
}
.bbb {
	BACKGROUND: #97BED6;
}
.link1 a:link {
 color: #FFFFFF;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: normal;
 text-decoration: none;
 }
.link1 a:visited {
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 color: #FFFFFF;
 text-decoration: none;
 }
.link1 a:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: normal;
 font-size: 12px;
 color: #FFFFFF;
 text-decoration: none
}
.link1 a:active { font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 color: #FFFFFF;
 text-decoration: none;
}

.about {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #0A2940;
}
.about a:link {
 color: #0033CC;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: normal;
 text-decoration: none;
 }
.about a:visited {
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 color: #0033CC;
 text-decoration: none;
 }
.about a:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: normal;
 font-size: 12px;
 color: #0033CC;
 text-decoration: underline;
}
.about a:active { 
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 color: #0033CC;
 text-decoration: none;
 }

/* Home */

#home {
	height:360px;
	margin-left:31px;
	background:url(images/home.jpg) left no-repeat;
}
#home .newButton {
	float:right;
	margin-top:200px;
	margin-right:120px;
}
 
/* News and Events */

#news {
	margin-top:10px;
 	padding:20px;
	background-image: url(images/newsBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family:Arial, Helvetica, sans-serif;
}
#news p {
	font-size:12px;
	color: #0A2940;
	margin-bottom:14px;
	margin-top:0;
}
#news p a {
	text-decoration:none;
	color: #0033CC;
}
#news p a:hover {
	text-decoration:underline;
}
#news h1 {
	font-size:14px;
	font-weight:bold;
	color: #0A2940;
}
#news .date {
	font-size:12px;
	color: #0A2940;
	margin-top:0;
	font-style:italic;
}

#news .metroPic {
	float:right;
}
#news .newsItem {
	border-bottom:dotted 1px #0a2a43;
	margin-bottom:20px;
	padding-bottom:7px;
	width:350px;
	overflow:hidden;
}
#news .pictures {
	margin-right:12px;
	float:left;
	margin-bottom:15px;
}
#news ul {
	font-size:12px;
	color: #0A2940;
}
#news li {
	margin-top:0;
	margin-bottom:8px;
	list-style-image:url(images/bulletNews.jpg); 
	line-height:18px;
}
