/* Local.css
  * This file is for custom CSS used only on this website
  * You should only edit this file if you are familiar with CSS.
  */
  
.textCenter{
	text-align:center;	
	display:block;
	width:100$;
}

.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 20px !important;
}

#content ul li {
	margin-left: 20px;
}

#content .tabsNav li {
	margin-left: 0px;
}

