/* Print style sheet */
/* BioAnalyte Blue Design based on original table-based layout. Sandra Mello, January 2008*/

/* To quickly find styled sections use ' =NAV'  in find. */

/* Elements are styled in the following order: 

RESET browser defaults

GENERAL Styles from larger to specific: html to td. 
Anchor LINKS

TOOLS

BRANDING

NAVigation

BREADCRUMBS

CONTENT

MAIN

SUBNAVigation aka Local navigation menus
or =SIDEBAR
SITEINFO 

Page Specific styles */

body, p, ul, ol, dl, dt, dd, a {
	background-color: #FFFFFF;	
	color: #000000;
	font: normal 12pt "Times New Roman", Garamond, serif;

}

h1 {
	font: bold 16pt 'Times New Roman', Georgia, Garamond, serif;
}

h2 {
	font: bold 14pt 'Times New Roman', Georgia, Garamond, serif;
}

h3 {
	font: bold 12pt 'Times New Roman', Georgia, Garamond, serif;
}

a, a:visited {
	color: #369;
}

/* control of block-level elements.  */

#main, #wide {
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	border: none;
}

#navigation, #tools, #siteinfo,  #subnav  {
	display: none;
}