/* general presentation stuff */

body, p, ul, li, a, address {
	background-color: #fff;	
	color: #000;
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	font-style: normal;
}

h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	border-bottom: 1px solid maroon; 
	color: maroon;
	text-transform: uppercase;
}

h2, h3 {
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	border-bottom: 0px solid maroon; 
	color: maroon;
}

a, a.visited {
	color: #000;
	text-decoration: none;
}

#logo {
	font-size: 15pt;
	width: 100%;
/*	border-bottom: 1px dotted #000; */
	padding: 0 0 10px 0;	
}

/* control of block-level elements.  */

#page-container, #frame, #leftc, #centerc, #rightc {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
}

/* hide stuff */

img, #topBar, #Header, #menuwrapper, #imageHeader, #form, #Link, #footer, #altnavFoot, .hide {
	display: none;
}

