@charset "UTF-8";

img, div,td { behavior: url(/inc/js/iepngfix.htc) }	/* code to enable pngs in ie6 */

a:link, a:visited {
	color:#bb591c;
	text-decoration: underline;
}
a:hover {  color: #284f92; text-decoration: none;}
a:active { 	color: #6f8bbb; text-decoration: none;}

h1 {
	font-family: "Desyrel", "Lucida Handwriting", "Arial", Helvetica, san-serif;
	font-size:220%;
	line-height:200%;
	color:#618cb7;
/*	color:#ef7b32;*/
	font-weight:normal;
	text-align:center;
}
h2 {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:170%;
	line-height:140%;
	color:#7c9b1f;
/*	color:#ef7b32;*/
	font-weight:normal;
}
h3 {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:140%;
	line-height:130%;
	color:#7c9b1f;
/*	color:#ef7b32;*/
	font-weight:normal;
}
h4 {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:110%;
	line-height:110%;
	padding:0;
	margin:0 0 24px 0;
	color:#7c9b1f;
/*	color:#ef7b32;*/
	font-weight:normal;
}

h1.main_heading  {
	line-height:100%;
	margin-top:7px;
	margin-bottom:0px;
	text-align:left;
	color:#618cb7;
	letter-spacing: -0.5px
}
h1.main_subheading  {
	line-height:100%;
	font-size:190%;
	margin:0px;
	text-align:left;
	color:#618cb7;
	letter-spacing: -0.5px
}


h2.center,
h3.center,
h4.center {
	text-align:center;
}

h4#letter_list {
	margin:0;
}

div.search_box {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:740px;
	width:300px;
	height:17px;
	z-index:4;

}
.small_img_head {
	padding-bottom:10px;
}
.signature, .signature2 {
	margin: 0 50px 20px 50px;
	text-indent: -12px;
	font-weight:bold;
}
.signature2 {
	margin-top:-12px;
}

.thumb {
	margin-right:5px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#96bb26;
	float:left;
	clear:left;
}
.photo_border {
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#75921e;
}
.photo_border_right {
	margin-left:10px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#75921e;
	float:right;
	clear:right;
}
.photo_border_left {
	margin-right:10px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#75921e;
	float:left;
	clear:left;
}
.photo_right {
	margin-left:10px;
	float:right;
	clear:right;
}
.photo_left {
	margin-right:10px;
	float:left;
	clear:left;
}
.photo_caption {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
a.media_caption  {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}

.email_nav {
	padding:3px 5px 3px 5px;
	border:none;
}

.quote {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size: 16px;
	line-height: 170%;
	padding-left:25px;
	padding-right:20px;
}

.big_quotes_l {
	position:relative;
	top:1px;
	left:0px;
	background:url("../../images/quote_green_l.png") no-repeat 0px 0px;
	width: 22px;
	height: 26px;
	padding-right:0px;
	float:left;
}

.big_quotes_r {
	position:relative;
	bottom: 31px;
	right: 0px;
	background:url("../../images/quote_green_r.png") no-repeat 0px 0px;
	width: 22px;
	height: 26px;
	padding-left:0px;
	margin-bottom:-25px;
	float:right;
}

.lW { float: left; clear: left; height: 25px; }
.rW { float: right; clear: right; height: 25px; }

.spaced_list {
	margin-bottom: 14px;
}
.half_spaced_list {
	margin-bottom: 5px;
}
.orange_dot li, 
.red_dot li {
	list-style:none;
	background:url("../../images/orange_dot.gif") no-repeat 0px 6px;
	vertical-align:top;
	padding: 0 0 .6em 17px;
	margin:0;
}
.orange_dot_no_indent {
	padding-left:10px;
	padding-right:10px;
}
.red_triangle li,
.orange_triangle li {
	list-style:none;
	background:url("../../images/orange_triangle.gif") no-repeat 0px 4px;
	vertical-align:top;
	padding: 0 0 .6em 17px;
	margin:0;
}
.more, more_arrow {
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
}
.more_arrow {
	font-size: 13px;
}


.footer {
	width: 648px;
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ef7b32;
	text-align:center;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer a:link,
.footer a:visited {
	color:#ef7b32;
	text-decoration: none;
}
.footer a:hover {  color: #6f8bbb; text-decoration: underline;}
.footer a:active { color: #284f92; text-decoration: underline;}

.ccnotice {
	width:310px;
	line-height:110%;
	text-align:left;
	margin:10px 122px 0 122px;
}
.copyright 
 {
	font-size:65%;
}

.copyright a:link,
.copyright a:hover,
.copyright a:visited,
.copyright a:active
 {
	font-size:100%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* CSS for main pages (other than the home page). Includes the Events directory */

.main {
	font: 100% Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	background: #f3a42d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../images/background_home.gif);
	background-repeat:repeat-y;
}

.main #shadowContainer {
	position:absolute;
	width:962px;
	margin:0;
	top:17px;
	left:68px;
}
.main #container { 
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /*32px 0 0 83px; /* add auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../../images/background_teens_col.gif);
	background-repeat:repeat-y;
} 
.main #container_search { 
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /*32px 0 0 83px; /* add auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #nav { 
	background: #ffd701; 
	padding: 0 0 0 107px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.main #subnav { 
	background: #fbea8a; 
	padding: 0 0 0 110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.main #anniePhoto {
	background-image:url(../../images/annie_fox_inside.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:154px;
	z-index:4;
}

.main #bookNav {
	background-image:url(../../images/nav/book_nav_bkgd.png);
	background-repeat:no-repeat;
	position:absolute;
	top:160px;
	left:0;
	padding:0;
	width:128px;
	height:122px;
	z-index:4;
}

.main #bookNavLinks {
	position:relative;
	top:20px;
	left:7px;
	padding:0;
	margin:0;
	width:109px;
	height:80px;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 13px 24px 10px 24px;
	display:inline;
}
.main #sidebarContent {
	padding-bottom:40px;
}
.main #mainContent { 
	width: 634px;
	margin: 0;
/*	margin: 0 243px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left; /* since this element is floated, a width must be given */
	display:inline;
}
.main #mastHead {
	margin: 15px 10px 0px 34px;
	width: 566px;
	padding: 0;
}

.main #awards {
	margin:15px 0 30px 0;
}
.main #introBoxContent {
	font-family: Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	line-height:140%;
	position:relative;
	left: 30px;
	top: 20px;
	font-size: 90%;
	padding: 0 0 0 10px;
	margin:0 50px 20px 0;
	text-align: left;
	z-index:5;
}

.main #introBoxContent3 {
	font-family: Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	line-height:140%;
	position:relative;
	left: 30px;
	top: 0px;
	font-size: 100%;
	padding: 0 0 0 10px;
	margin:0 50px 20px 0;
	text-align: left;
	z-index:5;
}

.main #bookHeadIndent {
	margin-left:40px;
}
.main #introBoxContent2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 15px;
	margin-bottom:10px;
	text-align: left;
}
.main #introBoxContent2 a:link, 
.main #introBoxContent2 a:visited {
	color:#284f92;
	text-decoration: underline;
}
.main #introBoxContent2 a:hover {  color: #e3722b; text-decoration: none;}
.main #introBoxContent2 a:active { color: #c14c02; text-decoration: none;}

.main #quote_box_right {
	padding:5px;
	background-color: #ffe55d;
	float: right;
	width: 295px;
	margin: 0 0 5px 20px;
}
.main #quote_box_left {
	padding:5px;
	background-color: #ffe55d;
	float: left;
	width: 295px;
	margin: 0 20px 5px 0px;
}
.main #quote_box {
	padding:5px;
	background-color: #ffe55d;

}

.main #letter1 h2,
.main #letter2 h2  {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:120%;
	color:#000000;
	font-weight:normal;
	text-align:center;
	margin:0 0 10px 0;
}

.main #letter1 p,
.main #letter2 p  {
	margin:0 0 10px 0;
}
.main #letter1,
.main #letter2,
.main #letter1Continue,
.main #letter2Continue {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#d8e3ef;
	vertical-align:top;
	padding: 10px 15px 0px 15px;	
}
.main #letter1Continue,
.main #letter2Continue {
	padding: 0px 15px 10px 15px;
	text-align:right;	
}

.main #letter2,
.main #letter2Continue {
	background-color:#d8e3ef;
}

.tbl, .tbl2, .tbl3 {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}
.tbl th {
	padding: 3px;
}
.tbl td,
.tbl2 td,
.tbl3 td {
	padding: 8px;
}
.tbl th,
.tbl2 th {
	background-color: #f5c47a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tbl .dark,
.tbl2 .dark,
.tbl3 .dark {
	background-color: #fde047;
}
.tbl .light,
.tbl2 .light,
.tbl3 .light {
	background-color: #fbea8a;
}

.tbl2 th {
	padding: 1px;
	padding-bottom: 4px;
}

.tbl3 .dark {
	background-color: #fbea8a;
}
.tbl3 .light {
	background-color: #fbf3c9;
}

.tbl3 th {
	padding:0;
	background-color: #ffffff;
}

/* Parents Section CSS */

.parents {
	font: 100% Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	background: #c7d980;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../images/background_parents.gif);
	background-repeat:repeat-y;
}

.parents #shadowContainer {
	position:absolute;
	width:962px;
	margin:0;
	top:17px;
	left:68px;
}
.parents #container { 
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /*32px 0 0 83px; /* add auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../../images/background_parents_col.gif);
	background-repeat:repeat-y;
} 
.parents #nav { 
	background: #96bb26; 
	padding: 0 0 0 107px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.parents #subnav { 
	background: #c7d980; 
	padding: 0 0 0 110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.parents #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.parents #anniePhoto {
	background-image:url(../../images/annie_fox_inside.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:154px;
	z-index:4;
}
.parents #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 13px 24px 10px 24px;
	display:inline;
}
.parents #sidebarContent {
	padding-bottom:40px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;

}
.parents #mainContent { 
	width: 634px;
	margin: 0;
/*	margin: 0 243px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left; /* since this element is floated, a width must be given */
	display:inline;
}
.parents #mastHead {
	margin: 15px 10px -14px 34px;
	width: 566px;
	padding: 0;
}

.parents #introBoxContent {
	font-family: Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	line-height:140%;
	position:relative;
	left: 30px;
	top: 10px;
	font-size: 90%;
	padding: 0 0 0 10px;
	margin:0 50px 20px 0;
	text-align: left;
	z-index:5;
}
.parents #letter1 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-style: none none solid;
	border-collapse: collapse;
	border-width:2px;
	border-color:#96bb26;
}
.parents #letter1 h2,
.parents #letter2 h2  {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:105%;
	color:#eb9f2c;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0 0 15px 0;
}
.parents #letter1 p,
.parents #letter2 p  {
	margin:0 0 10px 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	text-align: left;

}
.parents #article,
.parents #articleContinue {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#dae9a1;
	vertical-align:top;
	padding: 10px 15px 1px 15px;
	margin: 10px 25px 0 25px;
}
.parents #articleContinue {
	padding: 0px 15px 10px 15px;
	text-align:right;	
}

.parents #row_class1 {
	background-color:#dae9a1;
}
.parents #row_class2 {
	background-color:#e3ecc0;
}

.parents #letter,
.parents #reply {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#b7cce3;
	vertical-align:top;
	padding: 10px 15px 1px 15px;
	margin: 10px 25px 0 25px;
}
.parents #reply {
	background-color:#c7d980;
}
.parents #continue {
	padding-bottom:10px;
	text-align:right;
	font-weight:bold;
}

.parents #quote_box {
	padding:5px;
	background-color: #ffe55d;

}
.parents #quote_box_right {
	padding:5px;
	background-color: #ffe55d;
	float: right;
	width: 295px;
	margin: 0 0 5px 20px;
}




/* Teen Section CSS */

.teens {
	font: 100% Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	background: #ffe96a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../images/background_teens.gif);
	background-repeat:repeat-y;
}

.teens #shadowContainer {
	position:absolute;
	width:962px;
	margin:0;
	top:17px;
	left:68px;
}
.teens #container { 
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /*32px 0 0 83px; /* add auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../../images/background_teens_col.gif);
	background-repeat:repeat-y;
} 
.teens #nav { 
	background: #ffe96a; 
	padding: 0 0 0 107px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.teens #subnav { 
	background: #fceab4; 
	padding: 0 0 0 110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.teens #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	top:160px;
	left:320px;
	width:440px;
	height:60px;
	text-align:center;
	color:#83bbdc;
	z-index:4;
}


.teens #anniePhoto {
	background-image:url(../../images/annie_fox_inside.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:154px;
	z-index:4;
}
.teens #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 13px 24px 10px 24px;
	display:inline;
}
.teens #sidebarContent {
	padding-bottom:40px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.teens #mainContent { 
	width: 634px;
	margin: 0;
/*	margin: 0 243px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left; /* since this element is floated, a width must be given */
	display:inline;
}
.teens #mastHead {
	margin: 15px 10px 5px 27px;
	width: 366px;
	padding: 0;
}

.teens #introBoxContent {
	font-family: Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	line-height:140%;
	position:relative;
	left: 30px;
	top: -100px;
	font-size: 90%;
	padding: 0 0 0 10px;
	margin:0 50px -80px 0;
	text-align: left;
	z-index:5;
}
.teens #letter1 h2,
.teens #letter2 h2  {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:120%;
	color:#000000;
	font-weight:normal;
	text-align:center;
	margin:0 0 10px 0;
}

.teens #letter1 p,
.teens #letter2 p  {
	margin:0 0 10px 0;
}
.teens #letter1,
.teens #letter2,
.teens #letter1Continue,
.teens #letter2Continue {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
/*	background-color:#dae9a1;*/
	background-color:#ffdccb;
	vertical-align:top;
	padding: 10px 15px 0px 15px;	
}
.teens #letter1Continue,
.teens #letter2Continue {
	padding: 0px 15px 10px 15px;
	text-align:right;	
}

.teens #letter2,
.teens #letter2Continue {
/*	background-color:#bbddf0;*/
	background-color:#ffdccb;
}
.teens #row_class1 {
	background-color:#dae9a1;
}
.teens #row_class2 {
	background-color:#e3ecc0;
}

.teens #letter,
.teens #reply {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#ffc6ab;
	vertical-align:top;
	padding: 10px 15px 1px 15px;
	margin: 10px 25px 0 25px;
}
.teens #reply {
	background-color:#c0dff2;
}
.teens #continue {
	padding-bottom:10px;
	text-align:right;
	font-weight:bold;
}



/* Education Section CSS */

.edu {
	font: 100% Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	background: #91b2d5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../images/background_edu.gif);
	background-repeat:repeat-y;
}

.edu #shadowContainer {
	position:absolute;
	width:962px;
	margin:0;
	top:17px;
	left:68px;
}
.edu #container { 
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /*32px 0 0 83px; /* add auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../../images/background_edu_col.gif);
	background-repeat:repeat-y;
} 
.edu #nav { 
	background: #8aa9bf; 
	padding: 0 0 0 107px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.edu #subnav { 
	background: #8fccf0; 
	padding: 0 0 0 110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
} 
.edu #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.edu #anniePhoto {
	background-image:url(../../images/annie_fox_inside.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:154px;
	z-index:4;
}
.edu #annieEducators {
	background-image:url(../../images/photo_annie_educators.png);
	background-repeat:no-repeat;
	position:absolute;
	top:80px;
	left:632px;
	width:318px;
	height:239px;
	z-index:25;
}

.edu #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 13px 24px 10px 24px;
	display:inline;
}
.edu #sidebarContent {
	padding-bottom:40px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.edu #mainContent { 
	width: 634px;
	margin: 0;
/*	margin: 0 243px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left; /* since this element is floated, a width must be given */
	display:inline;
}
.edu #mastHead {
	margin: 15px 10px 5px 34px;
	width: 366px;
	padding: 0;
}

.edu #introBoxContent {
	font-family: Georgia,Verdana,Tahoma,"Times New Roman",Times,Serif;
	line-height:140%;
	position:relative;
	left: 30px;
	top: 10px;
	font-size: 90%;
	padding: 0 0 0 10px;
	margin:0 50px 20px 0;
	text-align: left;
	z-index:5;
}
.edu #letter1 h2,
.edu #letter2 h2  {
	font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
	font-size:120%;
	color:#000000;
	font-weight:normal;
	text-align:center;
	margin:0 0 10px 0;
}
.edu #letter1 p,
.edu #letter2 p  {
	margin:0 0 10px 0;
}
.edu #letter1,
.edu #letter2,
.edu #letter1Continue,
.edu #letter2Continue {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#dae9a1;
	vertical-align:top;
	padding: 10px 15px 0px 15px;	
}
.edu #letter1Continue,
.edu #letter2Continue {
	padding: 0px 15px 10px 15px;
	text-align:right;	
}

.edu #letter2,
.edu #letter2Continue {
	background-color:#bbddf0;
}

.edu #row_class1 {
	background-color:#dae9a1;
}
.edu #row_class2 {
	background-color:#e3ecc0;
}
.edu #letter,
.edu #reply {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#91b2d5;
	vertical-align:top;
	padding: 10px 15px 1px 15px;
	margin: 10px 25px 0 25px;
}
.edu #reply {
	background-color:#c7d980;
}
.edu #continue {
	padding-bottom:10px;
	text-align:right;
	font-weight:bold;
}


.edu #lesson {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:#c6dff0;
	vertical-align:top;
	padding: 10px 15px 3px 15px;
	margin: 10px 25px 0 25px;
}
.edu #quote_box {
	padding:5px;
	background-color: #dfeea2;
}


/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/
/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/

@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */

  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
	.sIFR-dummy { 
		width: 0px;
		height: 0px;
		margin-left: 42px !important;
		z-index: 0;
	}
	.sIFR-active h2,
	.sIFR-active h3,
	.sIFR-active h4 {
		visibility: hidden;
		font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
		line-height: 1em;	!important;
		color:#7c9b1f;
		font-weight:normal;
	}

	.sIFR-active h1 {
		visibility: hidden;
		margin-top:7px;
		margin-bottom:0px;
		font-size:220%;
		font-family: "Desyrel", "Lucida Handwriting", "Arial", Helvetica, san-serif;
		line-height: 1em;	!important;
		color:#618cb7;
		font-weight:normal;
		text-align:center;
	}
	
	.sIFR-active h1.main_subheading {
		font-size:190%;
		margin:0;
	}


	.sIFR-active h2 {
		font-size:170%;
	}
	.sIFR-active h3 {
		font-size:140%;
	}
	.sIFR-active h4 {
		font-size:110%;
	}
	
	.sIFR-active div.quote {
		visibility: hidden;
		font-family:"American Typewriter", "American Typewriter Medium BT", Courier, "Courier New", serif;
		font-size: 16px;
		color:#000000;
		line-height: 1em;	!important;
	}
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
