@charset "UTF-8";
/* CSS Document */

#hmleft {
	width: 400px;
	margin: 0 10px;
	padding: 5px 0 0 0;
	float: left;
}

#hmleft h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #339933;
	margin: 5px 0;
}

#hmleft p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
	line-height: 20px;
}

#hmleft p.sans {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
	line-height: 19px;
	width: 580px;
}

#hmleft p.smaller {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 5px 0;
	line-height: 19px;
}

#hmleft a:link, #hmleft a:visited {
	color: #333;
	text-decoration: none;
}

#hmleft a:hover, #hmleft a: active {
	color: #000;
	border-bottom: 1px dashed #333;
}

#hmright {
	border-top: 4px #009999 solid;
	width: 210px;
	float: left;
	margin: 10px 10px 0 0;
}

.turqSplit {
	border-top: 4px #009999 solid;
}

.thinTurqSplit {
	border-top: 2px #009999 solid;
}

#hmright p.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#hmright p {
	color:#009999;
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

h2.postTitle {
	font: 14px Arial, Helvetica, sans-serif;
	color: #009a22;
	margin: 5px 0;
	font-weight: bold;
}

#hmright a:link, #hmright a:visited {
	color: #009999;
	text-decoration: none;
}

#hmright a:hover, #hmright a:active {
	color: #009999;
	text-decoration: none;
	border-bottom: 1px dotted #009999;
}