body, #publerBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 { }
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */

#contents h2 {
	padding-left: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	background: url(../../images/botden/background/tree.gif) bottom left no-repeat;
	border-bottom: 1px solid #009900;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

#contents h3 {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}

#sidebar h3 a{
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
#sidebar h3 a:hover{
	text-decoration: underline;
}

#sidenews li{
	border-bottom: 1px solid #FFF;
	padding-bottom: 8px;
}

#contents h4 {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}

h5 {
	color: #FFF;
}

#contents a, #sidebar a {
	color: #000;
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
	color: #009900;
}
#contents dl dt, #contents dl dd {
	padding: 0;
	margin: 0 0 3px 0;
	float: left;
}

#contents dl dt {
	padding-left: 5px;
	margin-right: 10px;
	width: 100px;
	clear: both;
	font-weight: normal;
	color: #FFF;
	background-color: #009900;
}
#contents dl dd {
	width: 600px;
}
.large {
	font-size: 1.4em;
}