@charset "UTF-8";
/* 	hs_main.css 
	
	Main stylesheet to be included on all Heartspring sites.
	Copyright (C) 2009 Heartspring. All rights reserved.
	http://www.heartspring.org/

*/

/* MAIN STYLES */

body {

	margin: 0;

}

.clear {
	clear: both;
}

/* HEARTSPRING TOP BAR Styles */

#hs_topbar {

	height: 30px;
	background-image: url("topbar-repeat.png");
	background-repeat: repeat-x;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#hs_topbar img {

	border: 0;
	margin: 0;
	vertical-align: middle;

}

#hs_topbar .content {
	position: relative;
	top: 1px;
}

#hs_topbar a, a:link, a:active, a:visited {

	text-decoration: none;
	color: white;

}

#hs_topbar a:hover {
	text-decoration: underline;
	font-weight: bold;

}
