@import "global.css";

/*
Allen School Online
- Error style sheet
- Created: Nov 3 2008
*/

#sitemapHead { 
	width: 430px; 
	margin: 0 0 15px 40px; 
	padding: 0 0 15px 0; 
	font-size: 1.9em; 
	line-height: 1.6em; 
	background: url(/static/img/bg/doubleBorder.gif) repeat-x bottom left; 
}
	#sitemapHead h1 { 
		font-size: 1.2em; 
		color: #600; 
		font-weight: bold; 
		margin-bottom: .2em; 
		line-height: 1.1em; 
	}
		#sitemapHead h1 span.smallHead { 
			font-size: .8em; 
		}
#pages { 
	margin: 0 0 0 4em;
}
	#pages ul { }
		#pages ul li {
			font-size: 1.2em;
			margin: 0 0 1.3em 1.1em;
		}
	#pages h2 {
		font-size: 1.5em;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		margin: 0 0 1em 0;
		padding: .5em 0;
		width: 431px;
	}