#tabs {
  position: relative;
  padding-top: 0px;
  height: 27px;
  border-bottom: 1px solid #c7c2c2;
}
#leftBar h1 {
  padding-top: 18px;
  padding-bottom: 10px;
}
#leftBar h2 {
  font-size: 16px;
  font-weight: bold;
  color: #a13ebf;
  padding-top: 20px;
  padding-bottom: 10px;
}
#mainContent {
  border-left: 1px solid #c7c2c2;
}
#mainContent h1 {
	padding: 18px;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
  color: #52790b;
}
#mainContent h2 {
	padding: 10px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: 100;
	line-height: 17px;
	font-weight: bold;
	color: #52790b;
}
#mainContent p {
	padding-left: 18px;
	letter-spacing: 0px;
}
#mainContent a {
	color: #a943c3;
}
#mainContent  a:link, #mainContent  a:visited {
	color: #a943c3;
	text-decoration: underline;
}
#mainContent  a:hover, #mainContent  a:active {
	text-decoration: none;
	color: #a943c3;
}
#footer span#copyright { 
	color: #52790b;
}
#footer a:link, #footer a:visited {
	color: #52790b;
}
#footer a:hover, #footer a:active {
	color: #52790b;
}