/* general presentation stuff */

body, p, ul, a, address {
	background-color: #fff;	
	color: #000;
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	font-style: normal;
}

#logo {
	font-size: 15pt;
	width: 100%;
/*	border-bottom: 1px dotted #000; */
	padding: 0 0 10px 0;	
}

h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	border-bottom: 1px solid maroon; 
	color: #3E5147;
	text-transform: uppercase;
}

h2, h3{
	font-family: Georgia, Garamond, serif;
	font-size: 10pt;
	border-bottom: 0px solid maroon; 
	color: #3E5147;
}

a, a.visited {
	color: #000;
	text-decoration: none;
}

/* control of block-level elements.  */

#page-container, #frame, #contenteft, #contentcenter, #contentright, #contentleftSub, #contentcenterSub, #contentrightSub, .linksRight, .linksLeft {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	line-height: 18px;
}

/* hide stuff */

#topBar, #menuwrapper, #Header, #HeaderBG, #HeaderSubAttys, #HeaderSubArticles, #HeaderSubPrac, #HeaderSubAbout, #contentcenterSub img, #footer, #altnavFoot, #prevPg, #contentleftSub, .linksRight img, .linksLeft img, .hide {
	display: none;
}


