/* Main CSS */
 
	html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
		padding: 0;
		margin: 0;
		font-size: 11pt;
		font-weight: normal;
	}
	.head_li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	h1 {
	font-family: "Adobe Garamond Pro", "Agency FB", "Americana BT";
	font-weight: 700;
	color: #3366CC;
	font-size:36px;
	}
	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#36C;
	font-size:24px;
	}
	h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#36C;
	font-size:20px;
	}
	h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:500;
	color:#36C;
	font-size:18px;
	}
	
	html, body {
		height: 100%;
	}
	/* Decided to make strong look italic with a certain color */
	strong {
		font-family: Helvetica, Times, sans-serif;
		font-size: 1.25em;
		font-style: normal;
		color: #006;
		font-weight: bolder;
	}
	body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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/school/wall/bg40.jpg);
	}
	.twoColFixLtHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/school/sidebar-blue.png);
	background-repeat: repeat-y;
	} 
	.twoColFixLtHdr #header {
		background: teal;
		padding: 0 10px 0 20px;  /* this padding matches the left alignment of the 
	  elements in the divs that appear beneath it. */
		height: 200px;
		background-image: url(images/school/wall/bg24.jpg);
		background-repeat: repeat;
	} 
	.twoColFixLtHdr #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 */
	}
	.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the 
	  length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height: inherit;
	background-image: url(images/school/sidebar-blue.png);
	background-repeat: repeat-y;
	}
	/* Position of content for page and other values for content types */
	.twoColFixLtHdr #fullview {
		width: 940px;
		font-size: 11pt;
		clear: right;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}	
	.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the 
	  column down the left 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 20px; /* remember that padding is the space inside the div 
	  box and margin is the space outside the div box */
	font-size: 11pt;
	background-color: #FFF;
	} 
	#mainContent p {
	font-size: .80em;
	line-height: 1.5;
	}
	#mainContent a {
		color: Navy;
	}
	#mainContent .email a:hover, a:active {
		text-decoration: none;
		background-color: transparent;
	}
	.twoColFixLtHdr #footer {
	padding: 10px 10px 0 10px; /* this padding matches the left alignment 
	  of the elements in the divs that appear above it. */
	background:teal;
	height: 120px;
	background-image: url(images/school/wall/bg24.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	} 
	.twoColFixLtHdr #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 */
	  	font-size: 10px;
	}
	.fltr { /* 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;
	}
	.fltl { /* 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;
	}
	/* Sidebar information used to hold page links ... */
	#sidebar {
	position: relative;
	width: 160px;
	clear: left;
	display: block;
	height: auto;
	float: left;
	margin-left: 15px;
	text-align: center;
	}
	#sidebar a {
		display: block;
		padding: 1px;
		text-decoration: none;
		width: 140px;
		height: 25px;
		margin: 1px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, Times, sans-serif;
	}
	#sidebar a:link, #sidebar a:visited {
		background: #477CAA;
		border: 1px outset #0099FF;
	}
	#sidebar a:focus, #sidebar a:hover {
		background: #3366CC;
		border: 1px inset #00A8BC;
		color: black;
	}
	#sidebar a:active {
		background: teal;
		border: 1px inset #C0C0C0;
	}
	/* Used to hold the GSS emblem on the page in a consistent place */
	.gssemblem {
		position: relative;
		background-repeat: no-repeat;
	}
	.gssemblem a:hover, gssemblem a:active {
		text-decoration: none;
		background-color: transparent;
	}
  /* This is the information bar that is used on each page ... */
  #tbar {
	position: relative;
	background-image: url("images/school/titlebar-blue.png");
	width: 729px;
	height: 30px;
	font-size: 1.9em;
	font-style: normal;
	font-family: Georgia;
	color: #006;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-left: -20px;
  }            
  
/*  OLD STUFF */

	#wrapper {
		text-align: left;
		width: 960px;
		margin-bottom: -60px;
		min-height: 100%;
		position: relative;
		background-image: url(images/school/wall/marb151.jpg);
		background-repeat: repeat;
		margin: 0 auto;
	}
	
	/* Used to position the Slogan on the pages... Nurturing Hearts ... */
	.slogan {
		position: relative;
		width: 600px;
		height: 72px;
		font-family: Georgia;
		color: #530046;
		font-size: 16pt;
		font-weight: normal;
		z-index: 10;
	}

	/* Default link details... as far as color text decoration... */
	a:link, a:visited {
	text-decoration: underline;
	color: #33C;
	background-color: transparent;
	}
	a:hover, a:active {
		text-decoration: underline overline;
		color: #191970;
		background-color: #C9C3ED;
	}
	.staffpic {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 50px;
	}
	#menu {
	width: 650px;
	height: auto;
	float: left;
	margin-left: 30px;
	text-align: center;
	}
	#menu a {
		padding: 1px;
		text-decoration: none;
		width: 140px;
		height: 25px;
		margin: 1px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, Times, sans-serif;
	}
	#menu a:link, #menu a:visited {
		background: #477CAA;
		border: 1px outset #0099FF;
	}
	#menu a:focus, #menu a:hover {
		background: #3366CC;
		border: 1px inset #00A8BC;
		color: black;
	}
	#menu a:active {
		background: #0CF;
		border: 1px inset #C0C0C0;
	}
.slideshow { height: 235px; width: 300px; margin: auto }
.slideshow img { padding: 5px; border: 1px solid #ccc; background-color: #eee; }
.slideshow2 { height: 235px; width: 300px; margin: auto }
.slideshow2 img { padding: 5px; border: 1px solid #ccc; background-color: #eee; }

