html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #292929;
	background-color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #004795;
	text-decoration: none;
}

a:hover {
	color: #2e75b9;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004795;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004795;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004795;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

#header #right, .leftinner #nav, #topfooter, #footerouter, .breadcrumb, .rightinner {
	display: none;
}