/* univeral definitions for page container and tag styles */
	
	#container {
		width: 850px;
		margin: auto;
		background: #FFF;
	}

	body {
		background-color: #C8C8C8;
		text-align: left;
		font: 75%/150% Verdana, Geneva, Arial, helvetica, sans-serif;
		line-height: 160%;
	}
	
	h1 {
		font-size: 1.75em;
		line-height: 110%;
		color: #990000;
		}

	caption {
		font: italic bold 120% Georgia, Times New Roman, Times, serif;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	
	h2 { 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;		
		font-size: 1.5em;
		line-height: 1;
	}

	a {
		color: #990000;
		text-decoration: none;
		border-bottom: 1px dotted #990000;
	}
	
	.largetype {
		font-size: 1.2em;
		text-align: center;
		line-height: 175%;
	}

	ul {
		margin-left: 1em;
		padding-left: 0px;
		list-style: disc url(images/template/bullet.png);
	}

	.ul_level_2 {
		list-style: square url(images/template/bullet2.png);
		margin-left: 1em;
	}

	.centeredtext {
		text-align: center;
	}

	.emphaticlead {
		font: italic bold 250%/100% Georgia, Times New Roman, Times, serif;
	}

	IMG.centered {
		display: block;
		margin-left: auto;
		margin-right: auto 
	}

	IMG.right {
		float: right;
		margin: 10px 0px 10px 10px;
	}
	
	
	IMG.left {
		float: left;
		margin: 10px 10px 10px 0px;
	}
	
	.italicoverride {
		font-style: normal;
	}

/* header banner divs */

	#header {
		height: 200px;
		background: url(images/template/topbar.png) repeat-x;
	}
	
	#header a {
		text-decoration: none;
	}
	
	#logoholder {
		float: left;
	}
	
	#contact {
		float: right;
		height: 200px;
		text-align: center;
	}
	
	#contact a{
		border-bottom: none;
	}
	
/* navigation bar and special link formatting for navbar links */

	#navbar {
		background: url(images/template/navback.jpg);
		height: 40px;
		clear: both;
	}
	
	#navlinks {
		margin: 0;
		padding: 0.75em 1em;
		color: #000;
	}
	
	#navlinks li {
		display: inline;
		margin-right: 1em;
		border-right: 1px solid #000;
		font-weight: bold;
		font-size: 1em;
		padding-right: 1.25em;
	}
	
	#navlinks li.last {
		border-right: 0;
	}
	
	#navlinks a:link {  /* unvisited links */
		color: #555966;
		border: none;
		border-bottom: none;
	}
	
	#navlinks a:visited {
		color: #868899;
		border-bottom: none;
	}
	
	#navlinks a:hover { 
		color: #990000;
		border-bottom: none;
	}
	
	#navlinks li.first {
		border-left: 0;
		border-bottom: none;
		margin-left: 20px;
	}
	
	#title {
		text-align: left;
		padding: 20px 20px 0px 30px;
	}
	
/* standard template */

	#content {
		background: #FFFFFF;
		text-align: left;
		padding: 0px 20px 20px;
		color: #2E2E2E;
	}
	
	#content dt {
		font-style: italic;
		font-weight: bold;
		margin-top: 10px;
	}
	
	#content dd {
		margin-left: 0px;
	}
	
/* standard post it note in template on left */

	#leftboxcontainer {
		background: url(images/template/leftboxbg.png) repeat;
		float: left;
		width: 290px;
		margin: 0px;
		padding: 0px;
	}
	
	#leftbox {
		text-align: left;
		color: #000051;
		vertical-align: top;
		font-style: italic;
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		background: #FFFFCC;
	}
		
	#leftbox dt {
	margin-top: 10px;
	font: italic bold 1.4em Georgia, "Times New Roman", Times, serif;
	}
	
	#leftbox dd {
		margin-left: 0px;
	}
	
/* floating box for short pull quotes */

	.tagline {
		width: 20%;
		float:right;
		margin:10px;
		background: #EBF4FE;
		border: thin dotted #000000;
		padding: 15px;
		font: italic bold 110%/140% Georgia, Times New Roman, Times, serif;
	}

/* floating box for longer quotes, with same blue background and dotted border */

	#tagbox {
		width: 33%;
		float:right;
		margin:20px;
		background: #EBF4FE;
		border: thin dotted #000000;
		padding: 15px;
		font: 120%/150% Georgia, Times New Roman, Times, serif;
	}

	#rightvideobox {
		float: right;
		margin-left: 20px;
	}


/* full width centered box for longer tag lines, at the head of a page or to break a page up, no background or border */

	#tagline {
		text-align: center;
		font-family: Georgia, Times New Roman, Times, serif;
		font-style: italic;
		font-weight: bold;
		color: #000000;
		padding-right: 50px;
		padding-left: 50px;
		font-size: 150%;
		line-height: 120%;
	}
	
/* optional post its on the right, inside content */

	#rightpostit {
		background: url(images/template/leftboxbg.png) repeat;
		float: right;
		width: 290px;
		margin: 0px 0px 0px 20px;
		padding: 0px;
	}
	
	#rightpostittext {
		text-align: left;
		color: #000051;
		vertical-align: top;
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		background: #FFFFCC;
		line-height: 150%;
	}
	
	#anotherright {
		background: url(images/template/leftboxbg.png) repeat;
		float: right;
		width: 290px;
		margin: 0px 0px 0px 20px;
		padding: 0px;
	}
	
	#anotherrighttext {
		text-align: left;
		color: #000051;
		vertical-align: top;
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		background: #FFFFCC;
		line-height: 150%;
	}

/* dotted line frame for enclosing a caption with a picture on the right */

	#rightframe {
		float: right;
		margin: 10px 0px 10px 10px;
		padding: 10px;
		border: 1px dotted #333333;
		font-style: italic;
		line-height: 150%;
	}
	
/* text formatting to distinguish a case study */

	#casestudy {
		padding: 10px 50px 0px;
		font-style: normal;
		color: #7D2800;
	}
	#casestudy h3 {
		font-size: 120%;
		font-style: italic;
		border-bottom: double #7D2800;
	}

/* footer contains copyright in template */

	#footer {
		clear: both;
		padding: 20px;
	}

/* These styles are only used in happyschools. They set the pseudo tables */

	#left {
		padding: 0 10px;
		float: left;
		width: 365px;
		border: medium ridge #000000;
		text-align: left;
		vertical-align: bottom;
		height: 663px;
	}

	
	#left p {
		margin-left: 1em;
		margin-right: 1em;
		line-height: 150%;
		font-size: 125%;
	}
	
	#left h2 {
		font-weight: bold;
		color: #FFFFFF;
		background: #000000;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px -12px;
		line-height: 130%;
	}
	
	#left li {
		line-height: 150%;
		margin-top: 5px;
	}
	
	#right {
		padding: 0 10px;
		float: right;
		width: 365px;
		border: medium ridge #FF0000;
		text-align: left;
		vertical-align: top;
		height: 663px;
	}
	
	#right h2 {
		font-size: 1.75em;
		font-weight: bold;
		color: #FFFFFF;
		background: #990000;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0px -10px;
	}
	
	#right ol {
		font-size: 125%;
		line-height: 140%;
		margin-left: 1em;
		padding-left: 10px;
	}
	
	#right li {
		line-height: 145%;
		margin-top: 5px;
	}
/* special formatting for index.html */

#indexcontent {
	float: right;
	text-align: center;
	width: 520px;
	padding-right: 20px;
	line-height: 150%;
}

#indexcontent td {
	font: italic bold .9em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	line-height: 150%;
}
#indexcontent  caption  {
	font-size: 1.2em;
	color: #990000;
	padding-bottom: 15px;
}
.redunderscore {
	border-bottom: 1px solid #990000;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#indexlist {
	float: left;
	width: 250px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 150%;
}
#indexlist dt {
	font: italic bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#indexlist dd {
	text-align: left;
	font-size: .9em;
}

	/* elephant placement and link formatting */

	#elephant {
		padding-top: 20px;
		float: right;
		text-align: right;
	}
#elephant p {
	font-size: .9em;
	line-height: 150%;
}

#elephant #tagline {
	color: #990000;
	margin-right: 35px;
}

	
	#elephant a {
		border-bottom: none;
	}

#indexbottomstrip {
	clear: both;
	background: url(images/template/indx-tn-strip.jpg) repeat-x;
	height: 127px;
	padding: 5px;
}
#indexbottomstrip  img {
	text-decoration: none;
	border-style: none;
}

#indexbottomstrip td {
	font: italic .95em/110% Verdana, Arial, Helvetica, sans-serif;
}

#indexbottomstrip th {
	text-align: left;
	border-bottom: 1px solid #666666;
}
