/* ------------------------------------------------------------

	Title:		Print Style Sheet for botsfordcommons.org
	Author:  	jhd [at] botsford.org
	Updated:	November 30, 2005

----------------------------------------------------------- */



/* ----- Top Start ----- */
#header { display: none; }

#search_form { display: none; }

#utils { display: none; }

#menu { display: none; }

#right { display: none; }

#submenu { display: none; }

.extlinks { display: none; }

#poplinks  { display: none; }

.noprint { display: none; }


/* ----- Body Start ----- */
body {
   background-color:#FFFFFF;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

.text {
	font: 12pt Times New Roman, Times, serif;
	color: #000000;
	margin-bottom: 10px;
}

.subtitle {
	font: bold 12pt Times New Roman, Times, serif;
	color: #000000;
	margin-bottom: 6px;
}

.imageleft {
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imageright {
	float: right;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

#container {
   margin: 0px auto;
   text-align: left;
}

#content {
	float: left;
	padding: 5px 0 10px 15px;
}

#content a:visited, #content a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#content ul li {
	font: 12pt Times New Roman, Times, serif;
	color: #000000;
}

#contentfront {
	width: 479px;
	float: left;
}

#content h2 {
	font: normal 16pt Times New Roman, Times, serif;
	color: #000000;
	padding: 0 0 0 0px;
}


#give a {
	text-indent: -9999px;
	text-decoration: none;
 	display: block;
	width: 139px;
	height: 57px;
	background: url(/images/give.gif)  0 0 no-repeat;
}

#give a:hover {
	background-position: -139px 0;
	text-decoration: none;
}
/* ----- Body End ----- */

#footer {	
	margin: 15px ;
	position: relative;
	padding: 5px 0;
	clear: both;
	text-align: left;
	font: normal 11pt Times New Roman, Times, serif;
	color: #000000;
	z-index: 1;
}