/*Colors
Blue  #003366
Green Bar #9EBF7D
Green Text #709649
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body { font-family:Arial, Helvetica, sans-serif; }

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p {
	margin-bottom: 5px;
	padding:5px 0;
	line-height: 1.5; }

	
/* Links
----------------------------------------------------------------------------------------------------*/
a {
	color:#036;
	text-decoration: underline; }
a:hover {
	color: #92692E;
	text-decoration: underline; }
