div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #000000;
	overflow: visible;
	float:left;
	width:550px;

}
div#sidebar {
	top: 282px;
	right: 20px;
	width: 222px;
	font-size : 70%;
	height: 232px;
	float:right;

}
div#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 146%;
	color: #105BAC;
	font-weight: normal;
}
div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #105BAC;
	font-weight: normal;
	font-size: 120%;
}
div#sidebar div.feature {
	font-family: Arial, Helvetica, sans-serif;
	color : #666666;
	background-color : #fefefe;
	border : 1px solid #efefef;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color : #BECEEF;
	background-color : transparent;
}

div#sidebar div.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}


div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #115EAC;
}