#mainContent {
/*	margin-left: 239px;*/
	height: 100%;	
	width: 455px;
	padding-bottom: 100px;
}
#mainContent li{
  list-style-image: url('../img/bulletBlue.gif');
}
#leftCol {
  width: 235px;
}
#subNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 235px;
}
#subNav a {
 display: block;
	text-decoration: none;
  color: #555;
  font: normal 1.4em Garamond, Times, 'Times New Roman', serif;
	line-height: 2em;
	height: 100%;
}
#subNav li {
  background-color: #e5e5e5;
  border-left: 15px solid #e5e5e5;
  height: 2.5em;
  margin: 0 0 4px 0;
  padding: 0 0 0 30px;
}
#subNav li:hover, #subNav li.listSelected {
  border-left-color: #00adbb;
}
#leftCol img {
 margin: 5px 0;
}