@charset "utf-8";
/* CSS Document */
body  {
	background: #F1EEFD;
	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;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F1EEFD;
	margin: 0 auto;
	text-align: left;
	height: 600px;
} 
.thrColFixHdr #container #mainContent #text1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}	
.thrColFixHdr #container #mainContent #text1 #para1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6859;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent #text1 #para1 a {
	color: #77686C;
	font-weight: normal;
	font-family: "Arial Black";
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCBB2;
	border-right-color: #CFCBB2;
	border-bottom-color: #CFCBB2;
	border-left-color: #CFCBB2;
}
.thrColFixHdr #container #mainContent #text1 #para1 a:hover {
	border: 1px solid #FFFFFF;
	background-color: #E9E7DC;
}
.thrColFixHdr #container #mainContent #text1 #para2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6859;
	text-align: right;
	margin: 0px;
}
.thrColFixHdr #container #mainContent #text1 #para2 a {
	color: #77686C;
	font-weight: normal;
	font-family: "Arial Black";
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCBB2;
	border-right-color: #CFCBB2;
	border-bottom-color: #CFCBB2;
	border-left-color: #CFCBB2;
}
.thrColFixHdr #container #mainContent #text1 #para2 .dates {
	/*font-family: "Arial Black";*/
	color: #77686C;
	padding: 0px;
	margin: 0px 0px 0px;
}
/*.thrColFixHdr #container #mainContent #text1 #para2 .events a {
	color: #77686C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCBB2;
	border-right-color: #CFCBB2;
	border-bottom-color: #CFCBB2;
	border-left-color: #CFCBB2;
}*/
.thrColFixHdr #container #mainContent #text1 #para2 .classes a {
	color: #77686C;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCBB2;
	border-right-color: #CFCBB2;
	border-bottom-color: #CFCBB2;
	border-left-color: #CFCBB2;
	font-style: italic;
}
.thrColFixHdr #container #mainContent #text1 #para2 .events {
	font-weight: bold;
	/*padding-bottom: 5px;*/
}
.thrColFixHdr #container #mainContent #text1 #para2 a:hover {
	border: 1px solid #FFFFFF;
	background-color: #E9E7DC;
}
.thrColFixHdr #container #mainContent #text1 #para2 #eventsline {
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: bold;
	color: #774d80;
}
.thrColFixHdr #container #mainContent #text1 #para2 .classes {
	font-weight: bold;
	padding-bottom: 5px;
}

.thrColFixHdr #header {
	background: #F1EEFD;
	padding: 0 0px;  /* 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: 121px;
}
.thrColFixHdr #container #header .tab {
	margin-top: 0px;
	padding: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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 */
	background: #CFCBB2 url(../Images/SEbgrndsm.jpg) no-repeat left top; /* padding keeps the content of the div away from the edges */
	height: 100px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 360px;
	text-align: center;
	margin: 0px;
	padding-bottom: 0px;
	color: #77686C;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 10px;
}
.thrColFixHdr #sidebar1 a {
	color: #77686C;
	font-weight: normal;
	font-family: "Arial Black";
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCBB2;
	border-right-color: #CFCBB2;
	border-bottom-color: #CFCBB2;
	border-left-color: #CFCBB2;
	font-size: 10px;
}
.thrColFixHdr #sidebar1 a:hover {
	border: 1px solid #FFFFFF;
	background-color: #E9E7DC;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 161px; /* 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 */
	background: #F1EEFD; /* padding keeps the content of the div away from the edges */
	height: 460px;
	padding-left: 1px;
}
.thrColFixHdr #container #mainContent #text1 #para2 #photo {
	float: right;
	height: 140px;
	width: 140px;
	padding-top: 30px;
}
.thrColFixHdr #container #mainContent #text1 #para2 #abttxt {
	margin: 0px;
	padding: 40px 0px 0px;
	float: left;
	width: 220px;
	height: 110px;
	text-align: right;
}
 .bigpurple {
	font-family: "Arial Black";
	font-size: 19px;
	color: #774D80;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #para2 #freetxt {
	margin: 0px;
	padding: 40px 0px 0px;
	width: 300px;
	height: 240px;
	text-align: right;
	float: right;
}
.thrColFixHdr #container #mainContent #para2 #freetxt a {
	font-style: italic;
}
.thrColFixHdr #container #mainContent #para2 #mediatxt {
	margin: 0px;
	float: left;
	width: 250px;
	height: 240px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent #para2 #mediaphoto {
	float: right;
	height: 140px;
	width: 140px;
	padding: 60px 0px 0px;
}
.thrColFixHdr #container #mainContent .pixspace {
	height: 9px;
}
.thrColFixHdr #container #mainContent #para2 #teachertxt {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 150px;
	text-align: right;
	float: right;
}
.thrColFixHdr #container #mainContent #para2 #landingtxt {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 300px;
	text-align: right;
	float: right;
}
.thrColFixHdr #landingsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20px; /* 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 */
	background: #CFCBB2 no-repeat left top; /* padding keeps the content of the div away from the edges */
	height: 460px;
	padding-right: 0px;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContent #para1 #landinghead {
	font-family: "Arial Black";
	font-size: 14px;
	color: #774D80;
	font-weight: bold;
	text-align: left;
	height: 25px;
}

.thrColFixHdr #container #mainContent #text1 #growline {
	font-family: "Arial Black";
	font-size: 22px;
	font-weight: bold;
	color: #774D80;
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: justify;
}
.thrColFixHdr #footer {
	padding: 0 160px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F1EEFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #918C79;
	font-style: normal;
	text-align: center;
} 
.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;
}
.thrColFixHdr #container #mainContent #text1 #para1 .quote {
	font-style: italic;
}
.thrColFixHdr #container #mainContent #text1 #para1 .quote .quoter {
	font-style: normal;
	text-align: right;
}
