#bodyContent {
	padding: 0;
	font-size: small;

}

#leftSide ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#leftSide li a {
	color: #008540;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/sideImg-up.gif);
	padding-left: 13px;
	margin-bottom: 15px;
	background-position: left 3px;
	font-size: x-small;
}
#leftSide a:hover, #leftSide a:focus {
	color: #FFCE00;
}
#leftContent {
	font-size: x-small;
}
#leftContent ul {
	margin: auto;
	padding: auto;
	list-style-type: disc;
}
#leftSide  #leftContent li a {
	color: #008564;
	background-image: none;
	display: inline;
	padding-left: 0px;
	text-decoration: underline;
	font-weight: bold;
}
