/* stylesheet for sandyspring.org 	*/
/* date: aug 3, 2007 				*/
/* author:	Peter Legowski			*/


body {
		font-family: helvetica,arial; 
		color:	black;  
		background-image: url("/graphics/back.jpg");
		background-repeat: repeat;
		background-attachment: fixed;
		font-size: 10pt;
}
#pagelayout {
	width: 724px;
	margin-left: 250px;
}

#headerimage {
	float: left;
}

#pageintro {
	text-align:center;
}	
#pageintrographic {
	width: 624px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	text-align: center;
}

#maincontent {
	
}

#DivSectionNavigation {
	position: absolute;
	top: 220px;
	left: 10px;
	display: block;
	width: 220px;
	height: 512px;
}

/* 
 * this is the specification for the left side navigation menu. 
 * list items
 */
 
ul.navigation {
	list-style: none;
	padding-left: 0px;	
	margin-left: 0px;
}
	
li.navigation {
	list-style:none;
	border: thin solid navy;
	width : 220px;
	background-color: silver;
	margin-left: 0px;
	margin-top:  1px;
	padding: 2px;
}

a.navigation {
	font-size:	10pt;
	font-family: helvetica,arial;
	color: navy;
	text-decoration: none;
}	

a.navigation:hover { 	
	font-size:10pt;
	text-decoration: none;
	font-family: helvetica,arial;
	font-weight: bold;
	color: white;
	background-color: #009900;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:3px;
	padding-right: 10px;
}

li.navigation:hover {
	color: white;
	background-color: #009900;
	text-decoration: none;
	font-weight: bold;
}

	
/* And something I'm calling a paragraph header */
h3.paragraph, a.paragraph, h4.paragraph {
	font-family: helvetica,arial, sans-serif;
	color: navy;
	font-weight: bold;
	display: inline;
	font-size: 12pt;
	text-decoration: none;
}

h2.pageheader, a.pageheader {
	text-align: center; 
	text-decoration: none;
	font-size: 14pt;
	font-family: helvetica,arial;
	color: black;
}

a.pageheader:hover, a.paragraph:hover {
	text-decoration: underline;
}
