html, body {
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #fff;
	color: #000;
}

.hidden {
	display: none;
}


#branding {
	background-position: left top;
	background-repeat: no-repeat;
}

#nav_main {
	display: none;
}


#sub_content {
	display: none;
	}

#content img {
	padding-left: 10px;
	padding-bottom: 10px;
}
#branding h1{
	display: none;

}

