/* CSS Document */

/* Print CSS for SaintElizabethOnline.com 
------------------------------------------------*/

body, td { color:#000; }

body {
	background-color: #FFF;
	text-align:left;
	margin: 0;
}

#container, #footer {
	width: 98%;
	background: none;
	margin:0; padding:0;
}
#header {
	background-color: #ffffff;
	text-align: right;
	border:0px;
	height: 105px;
	width: 841px;
	float:left;
	margin:0;
	display: inline;
}
#leftcol {

	margin:0;
	float:left;
	width: 125;
	display:inline;
}
#main { margin:0 0 5px 0; }



#centercol {
	width: 480px;
	background: none;
	padding-bottom:0;
}

#footer { padding-right:5px; }
#footer .copyright {
	width:290px;
	background: none;
	font-size: 10px;
	text-indent: 0;
}


/* Hide these elements 
#flashheader, #search, #rightcol { display:none; }
#footer .pgtools, #footer .links { display:none; }
*/

h1 { color:#000; }
h2 { color:#000; }
h3 { color:#000; }
h4 { color:#000; }
h5 { color:#000; }
h6 { color:#000; }

ul {
	list-style: square;
	margin: 2px 0 15px 18px;
	padding: 0;
}
ul li {
	background: none;
	margin: 2px 0; 
	padding: 0;
}

#leftnav ul {
	list-style-type:square;
	margin: 0 0 3px 0;
}


#leftnav a, #leftnav a:link, #leftnav a:active, #leftnav a:visited {
	text-decoration: underline;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal 

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width:auto !important;
	height:auto !important;
}
*/