/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 19px;
}

a, a.visited {
	color: #369;
}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}


/* control of block-level elements.  */
/*
#content {
	background-color: #fff;
	width: 100%;
	border: none;
	font-size:14pt;
}
*/
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-size:20 px;
   background-image:url(images/BG.gif);
   }

#navigation, #footer, .noprint {
	display: none;
}

