#main {
	clear: both;
}

#blogtent a {
	color: #58B7DD;
}

#blogtent {
	float: left;
	width: 500px;
	padding-left: 95px;
	font-family: helvetica;
	font-size: 10pt;
}

#blogtent small {
	font-size: 9pt;
}

#blogtent h2 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 18pt;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
}

#blogtent h3 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

#blogtent h2 a, #blogtent h3 a {
	text-decoration: none;
	color: #003465;
}

#sidebar {
	float: right;
	width: 300px;
	margin-right: 35px;
}

#sidebar h2 {
	font-family: helvetica;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12pt;
	color: #003465;
	border-bottom: thin dotted;
	border-bottom-color: #58B7DD;
	// line-height: 2.5em;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	display: block;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bolder;
}

#sidebar li a {
	color: #000000;
	text-decoration: none;
}



