body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	color: #000;
	}

#banner {
visibility: hidden;
}

#branding {
	position: absolute;
}

#container {
	position: absolute;
}

#content {
	float: right;
	font-size: 12pt;
}

#footer {
	clear: both;
	font-size: 10pt;
}


/* MENUS */


#hnav {
visibility: hidden;
}



#vnav {
visibility: hidden;
}

/* TYPOGRAPHY */

h1, h2 {
	margin: 0;
	padding: 0;
	display: inline;
}

h1 {
	color: #000;
	font-size: 10pt;
}

h2 {
	color: #000;
	font-size: 17pt;
	font-weight: normal;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

P, span {
	font-size: 12pt;
}
	
hr {
visibility: hidden;
}
	