/* general presentation stuff */

html, body { margin:0; padding:0; }

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

a, a.visited {
	color: #369;
}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */
#pageName { position:relative; top:-80px; }

#content {
	background-color: #fff;
	width: 100%;
	border: none;
	position:relative;
	top:-80px;
}

#navigation, #footer, #globalNav , #pageNav , #menu2 , #sectionLinks  , #breadCrumb , #masthead , #advert , #tl , #tr , #siteInfo ,  .noprint {
	visibility:hidden;
	height:0;
	width:0;
	overflow:hidden;
}

