html, body {
	height: 100%;
	}
	
body {
	margin:0;
	padding:0;
	background:url(../images/body-bg.gif) left top repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.3em;
	color:#333;
	}

h1 {
	color:#9AC900;
	font-size:160%;
	line-height:110%;
	}

h2 {
	font-size:110%;
	margin:24px 0 4px;
	padding:0;
	}

h3 {
	font-size:100%;
	margin:0;
	padding:0;
	}
	
p {
	margin:0 0 1em;
	}
	
ul {
	list-style-image:url(../images/nav-arrow-on-bg.gif);
	}
	
p a:link, p a:visited,
h2 a:link, h2 a:visited {
	color:#9AC900;
	text-decoration:none;
	border-bottom:1px solid #999;
	}
	
p a:hover, p a:active,
h2 a:hover, h2 a:active {
	color:#333;
	border-bottom:1px solid #666;
	}
	
#container {
	width:770px;
	margin:0 auto;
	background:#FFF url(../images/container-bg.gif) left top no-repeat;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	}
	html>body #container {
		height: auto;
		}

#content {
	margin:0 auto;
	padding:14px 0 100px;
	width:710px;
	}
	
#header {
	padding:0 0 10px;
	border-bottom:2px solid #9AC900;
	}
#logo {
	float:left;
	height:86px;
	width:278px;
	background:url(../images/logo.png) left top no-repeat;
	}

#main {
	width:525px;
	padding-top:18px;
	float:right;
	}
	
#sidebar {
	width:175px;
	float:left;
	font-size:95%;
	padding:20px 0 0;
	}

#footer {
	position: absolute;
	bottom: 0;
	
	padding: 10px;
	margin:40px 0 0px;
	color:#666;
	font-size:95%;
	}
	
/*-- Navigation --*/
#nav {
	padding:16px 0;
	font-size:95%;
	}
	
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#nav ul li {
	float:left;
	}

#nav a:link, #nav a:visited {
	padding:0 0 0 14px;
	margin:0 16px 0 0;
	background:url(../images/nav-arrow-bg.gif) left center no-repeat;
	text-decoration:none;
	color:#444;
	border-bottom:none;
	}

/* where am I? */
body.home #nav a.home,
body.curriculum #nav a.curriculum,
body.community-development #nav a.community-development,
body.about #nav a.about,
body.contact #nav a.contact,
body.support #nav a.support,
body.press-and-praise #nav a.press-and-praise,
#nav a:hover, #nav a:active {
	color:#9AC900;
	background:url(../images/nav-arrow-on-bg.gif) left center no-repeat;
	}

/*-- Bottom Nav --*/
#footer a {
	color:#333;
	}
	
#footer #nav {
	padding:5px 0;
	font-size:100%;
	}

#footer #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#footer #nav ul li {
	float:left;
	}
	
#footer #nav ul li a {
	float:left;
	}

#footer #nav a:link, #footer #nav a:visited {
	padding:0 10px;
	margin:0;
	background:none;
	text-decoration:none;
	color:#666;
	border-bottom:none;
	border-left:1px solid #999;
	}
		
/*-- Sidebar --*/
#purchase-now {
	margin:24px 0 0;
	}

ul.dots {
	margin:0 0 30px 16px;
	padding:0;
	}
	
ul.dots li {
	padding:0;
	margin:10px 0;
	list-style:url(../images/bullet_black.png);
	}

ul.dots a:link, ul.dots a:visited {
	border-bottom:none;
	text-decoration:none;
	color:#888;
	}

/* Sidebar where am I? */
#sidebar a:hover,
#sidebar a:active,
body.about-site-seeing #sidebar a.about-site-seeing,
body.history #sidebar a.history,
body.the-curriculum #sidebar a.the-curriculum,
body.teacher-training #sidebar a.teacher-training,
body.purchase #sidebar a.purchase,
body.press-and-praise #sidebar a.press-and-praise,
body.about-community-development #sidebar a.about-community-development,
body.who-we-work-with #sidebar a.who-we-work-with,
body.opportunities #sidebar a.opportunities,
body.guideplan #sidebar a.guideplan {
	color:#222;
	text-decoration:underline;
	}
	
	
/*-- Purchase --*/
#rates {
	float:right;
	width:50%;
	padding:0 14px 14px;
	background:#EEE;
	border:2px solid #CCC;
	}

table {
	width:100%;
	}


th, td {
	text-align:left;
	}

/*-- Press and Praise --*/
p.reference {
	font-style:italic;
	text-align:right;
	margin:0 0 24px;
	color:#999;
	}

p.credit {
	 color:#999;
	 font-style:italic;
	 }

/*-- Home Page --*/
#home-tag-line {
	padding:0;
	margin:0;
	font-size:200%;
	color:#666;
	text-align:right;
	}

#home-copy {
	line-height:1.6em;
	margin:30px auto 0;
	color:#333;
	font-size:220%;
	text-align:center;
	}
	#home-copy strong {
		color:#000;
		}

/*-- About Page --*/
body.about #sidebar {
	padding:0;
	margin:0;
	}
	
body.about h2 {
	font-size:100%;
	color:#9AC900;
	margin:10px 0;
	}
	
body.about ul {
	list-style-image:none;
	padding:0 0 0 12px;
	margin:0 0 10px 5px;
	}
	
body.about ul ul li {
	list-style:square;
	}

.cv {
	padding:1px 0 1px 20px;
	background:url(../images/pdf.gif) left center no-repeat;
	}
	
/*-- Utility --*/
.clear {
	clear:both;
	}

.left-image {
	float:left;
	margin:0 10px 10px 0;
	}
	
img {
	border:none;
	behavior: url(/css/iepngfix.htc);
	}
	
.said-by {
  text-align:right;
  font-weight:bold;
}