/* CSS for www.lewisriver.com/woodland/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS
	 with credit to Matthew Farnell, www.farnellweb.com */

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px; }
	 
/* Quick Edits
-------------------------------*/
	 
#sidebar a {
	color: #070;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #090;
	}
	
	
/* Headers
-------------------------------*/
H1 {
	margin: 0;
	FONT-FAMILY: Trebuchet MS, Arial, sans-serif;
	FONT-SIZE: 18pt;
	text-align: center; }
	
h1.span, h1 span {
    display: none;
}
	
H2 {
	margin: 20px 0 0 0;
	FONT-FAMILY: Trebuchet MS, Arial, sans-serif;
	FONT-SIZE: 16pt;
	text-align: center; }

H3 {
	margin: 0;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;
	text-align: center; } 
	
h1.schools {
    font-family: times new roman, times, serif;
    font-size: 24px;
}

h3.schools {
    font-family: times new roman, times, serif;
    font-size: 18px;
}
	
/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
margin-bottom: 14px;
line-height: 16px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 

p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.zero-border {
    border: 0;
}

.top {
    margin-top: 0;
}

h2 span {
    display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}
