#pageMenu {
	list-style-type: none;
}

.bottomBorder {
  border-bottom: 1px solid #ccc;
  padding-bottom:10px;
}

.subtext { 
	color: #707076;
	font-size: 0.9em;
}

.errormsg {
	border: 1px solid #cb5d8c; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left:20px; 
	padding: 2em 0; 
	width:400px;
}

.errormsg h2 { 
	margin: 0 0 0 10px; 
	}

.borderLine {
	border-top: 1px solid #ccc;
	margin-left: 30px;
	}

.oblique { 
	font-style: oblique; 
	color:#707076;
	}

.newsList {
	float: left; 
	width: 455px;
	}

.newsImg { 
	float: left; 
	margin:10px;
	height: 100px;
	}
