#columncontent{
	text-align: left;
	margin: 10px;
}
/* Right Column CSS */
#rightcol{
	float:right;
	width:250px;
	padding:0px 15px 30px;
	color: #999;
	background-color: #F3F3F3;
}
#rightcol h2{
	text-align:center;
	font-size: 12px;
	margin: 9px 0px;
	padding: 5px 0px;
	background-color: #ccc;
	color:#000;
}

#rightcol ul{
	list-style: none;
	padding-left: 0;
	margin: 0 0 9px 0;
}
#rightcol ul li{
	border-bottom: 1px solid #CCC;
	padding: 9px 0;
}
/*Left Column CSS */
#leftcol{
	float:left;
	width: 640px;
	margin-bottom: 30px;
}

#leftcol h2 {
  	font-size: 1.5em;
	color: black;
	padding: 6px 8px;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: 15px;
	border-bottom: 1px solid black;
	font-family: Arial;
	font-weight: bold;
}

#leftcol h3 a, #leftcol h3 a:visited, #leftcol h3 a:link {
  color: black;
  text-decoration: none;
}

#leftcol h3 a:hover {
  color: #72992e;
}

.xx {
	float: right;
	

}
