@charset "UTF-8";
body  {
	margin: auto;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCFFFF;
	width: 800px;
	position: relative;
}
#container p {
	text-align: center;
}
 #container {
	text-align: left;
	margin: auto;
	background-color: #66FFFF;
	width: 100%;
}  
 #header {
	text-align: left;
	margin: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #0099FF;
	background-repeat: no-repeat;
	background-position: 30px;
	height: 145px;
} 
 #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #header div {
	text-align: right;
	float: left;
}
#container #header #owner {
	font-size: large;
	font-weight: bold;
	font-style: oblique;
	color: #FFFF99;
}
#container #header p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#container #header img {
	float: right;
	padding-top: 5px;
}
#container #header a {
	text-decoration: none;
	color: #000000;
}

 #sidebar1 {
	float: left;
	width: 25%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: -14px;
}
 #sidebar2 {
	float: right;
	width: 30%;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
 #footer {
	padding: 0 10px;
	background-color: #0099FF;
} 
 #footer p {
	font-size: x-small;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container #footer h5 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Miscellaneous classes for reuse */
.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;
}

 #mainContent {
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 27%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
} 
#container #mainContent a {
	text-align: left;
	text-decoration: none;
	color: #000000;
	border-color: #66FFFF;
}
#mainContent #locMaps {
	width: 60%;
}
#container #mainContent a:hover {
	background-color: #0099FF;
	color: #CCFFFF;
	border-color: #CCFFFF;
}
#container #mainContent h3 {
	font-weight: bold;
	text-align: center;
	font-size: x-large;
	padding: 0px;
}
#container #mainContent h4 {
	margin: auto;
	text-align: left;
}
#container #mainContent img {
	left: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	float: left;
}

#container #mainContent p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	background-position: center;
}
#container #mainContent li {
	font-size: small;
}
#container #sidebar1 h4 {
	text-align: center;
	margin-left: -2em;
}
#container #sidebar1 li {
	list-style-type: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	display: block;
	text-indent: 6px;
}
#container #sidebar1 a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-left: 0px;
	border: 0;
}
#container #sidebar1 a:hover {
	background-color: #0099FF;
	color: #CCFFFF;
}
.here    {
	font-weight: bold;
	font-size: smaller;
}
	
#thumbsnake {
	padding-left: 25px;
}
#container #sidebar1 img {
	margin-left: -10px;
	text-align: center;
}
#container #sidebar2 li {
	display: block;
	list-style-type: none;
	text-indent: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -35px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container #sidebar2 a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	padding-right: 6px;
}
#container #sidebar2 a:hover {
	color: #CCFFFF;
	background-color: #0099FF;
}
#container #sidebar2 p {
	margin-top: 20px;
	padding-left: 10px;
	font-size: small;
	text-align: left;
}
#container #sidebar2 img {
	float: right;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#container #sidebar2 h5 {
	text-align: left;
}
#container #sidebar2 h4 {
	text-align: right;
	margin-left: -2em;
	margin-right: 20px;
}
#container #sidebar2 #panel h4{
	text-align:center;
	background-color:#3F6
	padding:3px;
	color: #CFF;
	background-color: #06F;
	font-family: "Lucida Console", Monaco, monospace;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	padding: 5px;
}
#container #sidebar2 #panel h5 {
	text-align:left;
	background-color:#3F6
	padding:3px;
	color: #CFF;
	background-color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 3px;
	font-size: small;
}
#sidebar2 #panel {
	color: #0066FF;
	background-color: #CCFFFF;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 4px ridge #66FFFF;
}
#classroom {
	background-image: url(../images/classroom-back.jpg);
	background-repeat: repeat-y;
	background-position: center 145px;
}
#librarypage {
	background-image: url(../images/library-back.jpg);
	background-repeat: repeat-y;
	background-position: center 145px;
}
#slideshow {
	width: 100%;
}
#rattler {
	background-image: url(../Images/snake-back.jpg);
	background-repeat: repeat-y;
	background-position: center 145px;
}
#auditorium {
	background-image: url(../images/auditorium-back.jpg);
	background-repeat: repeat-y;
	background-position: center 145px;
}
#form1 {
	display: block;
	width: 580px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subText {
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
}
#headText {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	padding-right: 6px;
}

