@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.2em;
	color: #430000;
	font-weight: bold;
	text-transform: capitalize;
	margin: 5px 0 10px 0;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: 1px;
}

h3 {
	color: #990000;
	font-size: 1em;
	line-height: normal;
	margin: 3px 0px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 6px 0px 2px 0px;
}

form { margin: 0; padding: 0; }

img { border: 0; }

#printbanner {
	margin-bottom: 25px;
}


/**********/
/* HEADER */
/**********/

#header {
	display: none;
}


/*******************/
/* MAIN NAVIGATION */
/*******************/

.nav {
	display: none;
}

/****************/
/* CONTENT AREA */
/****************/

.navside, .footer, #grid_right, #pagebuttons {
	display: none;
}

/*************/
/* WordPress */
/*************/

td.content h3#respond, td.content form#commentform {
  display: none;
}
