/* --------------------------------------------------------------------------------- */
/*	Generic ELEMENT styles */
/* --------------------------------------------------------------------------------- */
BODY {
	background-color: #fff;
	background-image: none;
	font-size: 12pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


/* ---  LINKS --- */
A { 
	color: #000;
	background: transparent none;
	font-weight: bold;
	text-decoration: underline;
	padding: 0; 	
}
	
/* --------------------------------------------------------------------------------- */
/*	Site template styles CONTEXT SPECIFIC */
/* --------------------------------------------------------------------------------- */
/* ------- ELEMENTS TO HIDE --------*/
#header,
#left,
#right,
#links { 
	display: none;
	visibility: hidden;
}

/* ------- ELEMENTS TO SHOW --------*/

#top,
#bottom,
#main,
#content,
#center,
#full,
#footer {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none;
	color: black;
	background-color: #fff;
	background-image: none;
}

#top,
#bottom {
	padding: 20px !important;
}

#content {
	border-bottom: 1px solid black !important;
}

#copyright { padding: 20px 0; }

p { padding: 5px 0px !important; }

#printLogo { 
	display: block; 
	visibility: visible; 
	padding-bottom: 20px; 
	border-bottom: 1px solid black;
	margin-bottom: 20px; 
}
 
/* --------------------------------------------------------------------------------- */
/*	Helper CLASSES */
/* --------------------------------------------------------------------------------- */
.right { float: right; }
.hidden { display: none; visibility: hidden; }
.noBorder { border: none; }
.cleaner {
	clear: both;	
	font-size: 1px;
	border: none;
	margin: 0;
	padding :0;
	background: #ffffff;
}

/* --- STANDARD ELEMENTS ---*/
body { line-height: 1.33 }
h1 { font-size: 1.8em; margin: 0px !important; padding: 6px 0px !important;  }
h2  { font-size: 1.6em; margin: 0px  !important; padding: 6px 0px !important; }
h3  { font-size: 1.5em; margin: 0px  !important; padding: 6px 0px !important;  }
h4  { font-size: 1.5em; margin: 0px  !important; padding: 6px 0px !important;  }




