/* brockington.org layout */

body {
	background: #ffffff;
	font-family: times new roman, courier, serif;
	color: #000000;
	font-size: 12pt;
	text-align: left;
	}

/* link behavior */


a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
	}

h2 {
	font-family: times new roman, courier, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	
h3 {
	font-family: times new roman, courier, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}


/* content positioning */

#container {
	position: static;
	width: auto;
	
	}

#printlogo {
	position: static;
	width: auto;
	}

#header {
	display: none;
	}
	
#menu {
	display: none;
	}

#sidebar {
	display: none;
	}

/*end home page*/

/*inner pages*/

#iheader {
	display: none;
	}
	
#imenu {
	display: none;
	}

#isidebar {
	display: none;
	}

#isidebar p {
	display: none;
	}
	
/*end inner pages*/
	
/*middle positioning*/
	
#main {
	position: static;
	width: auto;
	}

#image1 {
	display: none;
	}
	
#image2 {
	display: none;
	}
	
#footer {
	display: none;
	}
	
#footmenu {
	display: none;
	}
	
/*other randomness*/

#imain {
	position: static;
	width: auto;
	}

#bio {
	position: static;
	width: auto;
	}

#bio1 {
	display: none;
	}
	
#bio2 {
	position: static;
	width: auto;
	}
	
#bio2 h2 {
	margin: 0;
	}

.float {
	display: none;
	}

td {
	font-size: 12pt;
	}
	
/*drop shadow*/

#bottomdrop {
	display: none;
	}

#bottomdrop1 {
	display: none;
	}
	
#bottomdrop2 {
	display: none;
	}
	
#bottomdrop3 {
	display: none;
	}
	
#rightdrop1 {
	display: none;
	}