body {
	background-color: #F8951C;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8951C;
	text-decoration: none;
}
a img {
	border: 0px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
	margin-top: 0;
	margin-bottom: 10px;
}
ul, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
}
p.first {
	font-size: 15px;
	color: #621B4B;
}
label {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
	text-align: right;
	margin: 10px;
	width: 130px;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
	margin: 10px 0;
	width: 150px;
}
input.submit {
	width: 100px;
	margin-left: 150px;
}
input.adminbuttons {
	width: 100px;
}
input.radio {
	width: 20px;
	margin-top: 6px;
}
select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
	border: 1px solid #6D6F71;
	margin: 10px 0;
}
textarea {
	height: 75px;
}
h1, h2, h3, h4 {
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	color: #F8981D;
	padding-top:  0;
	padding-left: 20px;
	padding-bottom:  10px;
	margin-top:      0;
	margin-bottom:   0;
}
h2 {
	font-size: 20px;
	color: #F8981D;
	padding-top:  0;
}
h3 {
	font-size: 16px;
	color: #621B4B;
}
h4{
	font-size: 13px;
	color: #621B4B;
	margin-bottom: 0;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #621B4B;
	margin: 0;
}
#container {
	width: 763px;
	margin: 0 auto;
}
#header {
	background-color: #F8951C;
	height: 145px;
}
#logo {
	width: 273px;
	float:left;
}
#chicks {
	width: 362px;
	float:right;
}
#logo img {
	margin: 60px 0 0 27px;
}
#chicks img {
	margin: 20px 0 0 0;
}
#main {
	background-color: #FFF;
	padding: 20px;
	padding-top: 10px;
}
#footer {
	height: 50px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding: 20px 0 0 0;
	line-height: 18px;
    clear: both;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	background-color: #FB7979;
}
#menu {
	border-top: 2px solid #FFF;
	height: 30px;
	background-image: url(images/menu_bg.png);
	background-repeat:repeat-x;
}
#menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#menu li {
	display: inline;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	float: left;
	border-left: 1px solid #FFF;
}
#menu li.first {
	border-left: 0px;
}
#menu ul li img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menu ul li a {
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: small;
	color: #621B4B;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 8px 9px 7px 9px;
}
#menu ul li a:hover {
    color: #FFF;
}
table {
	border-collapse:collapse;
	color: #621B4B;
}
thead {
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	background-color: #FEF1E2;
	font-size: 14px;
	color: #621B4B;
}
td, th {
	padding: 10px;
	text-align:left;
}
tr.titles td{
 padding-bottom: 1px;
}
tr.titles +tr td{
 padding-top: 1px;
}
td.weather {
 padding: 6px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F71;
	vertical-align: text-top;
}
.bold {
	color: #621B4B; 
	font-weight: bold;
}
#adminmenu {
	background-color: #FFFFFF;
	padding: 10px;
}
#adminborder {
	border: 1px solid #F8981D;
}
#edit {
	width: 350px;
	float:left;
}
#logout {
	width: 350px;
	float:right;
	text-align: right;
}
form {
	margin: 0;
	padding: 0;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#left-column {
	float: left; 
	width: 485px;
}
.left-column {
	float: left; 
	width: 485px;
}
.right-column {
    padding-top: 100px;
    float: right;
    width: auto;
}
.photo1 img {
	   border: 0px;
}

.green {
	background-color: #8CC63F;
	color: #FFFFFF;
	padding: 15px;
	padding-top: 0;
	overflow: hidden;
	clear: both;
}
.green h1 {
	font-size: 34px;
	color: #FFFFFF;
}
.green p {
	color: #FFFFFF;
}
.green a {
	color: #000000;
}
.green a:visited {
	color: #FFFFFF;
	background-color:#CACACA;
}
.green a:hover {
	background-color: #FB7979;
}

.photo1 {
	overflow: hidden;
}

#pipspagephotos {
    margin:0;
    padding:0;
    width:400px;
    height:200px;
    font-family:arial, helvetica, sans-serif;
    font-size:8pt;
    background:url(map.jpg) top left no-repeat #fff;
}
#pipspagephotos li {
    margin:0;
    padding:0;
    list-style:none;
}
#pipspagephotos li img { display:none; }
#pipspagephotos li a:hover span {
    position:relative;
    display:block;
    width:200px;
    left:20px;
    top:20px;
    padding:5px;
    border:1px solid #000;
    background:#fff;
    text-decoration:none;
    color:#000;
}

#SchoolVisitsMenuContainer {
/* This ID is related to the master menu div for menu SchoolVisitsMenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	margin-left: 52px;
	top:176px;
	visibility:hidden;
	z-index:300;
}

#SchoolVisitsMenu {
/* This class defines things about menu SchoolVisitsMenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:134px;
	height:72px;
}

.MMMIFVStyleSchoolVisitsMenu {
/* This class determines the general characteristics of the menu items in menu SchoolVisitsMenu */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

.MMMIVStyleSchoolVisitsMenu {
/* This class determines the general characteristics of the menu items in menu SchoolVisitsMenu */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

#SchoolVisitsMenu_Item_0 {
/* Unique ID for item 0 of menu SchoolVisitsMenu so we can set its position */
	left:0px;
	top:0px;
}

#SchoolVisitsMenu_Item_1 {
/* Unique ID for item 1 of menu SchoolVisitsMenu so we can set its position */
	left:0px;
	top:30px;
}

#SchoolVisitsMenu_Item_2 {
/* Unique ID for item 2 of menu SchoolVisitsMenu so we can set its position */
	left:0px;
	top:60px;
}

#SchoolVisitsMenuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#SchoolVisitsMenuContainer a {
/* Controls the general apperance for menu SchoolVisitsMenuContainer's items, including color and font */
	text-decoration:none;
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	background-color:#fdc88a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#SchoolVisitsMenuContainer a:hover {
/* Controls the mouse over effects for menu SchoolVisitsMenuContainer */
	color:#ffffff;
	background-color:#fdc88a;
}

#HolidaysMenuContainer {
/* This ID is related to the master menu div for menu HolidaysMenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	margin-left: 270px;
	top:176px;
	visibility:hidden;
	z-index:300;
}

#HolidaysMenu {
/* This class defines things about menu HolidaysMenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:134px;
	height:72px;
}

.MMMIFVStyleHolidaysMenu {
/* This class determines the general characteristics of the menu items in menu HolidaysMenu */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

.MMMIVStyleHolidaysMenu {
/* This class determines the general characteristics of the menu items in menu HolidaysMenu */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

#HolidaysMenu_Item_0 {
/* Unique ID for item 0 of menu HolidaysMenu so we can set its position */
	left:0px;
	top:0px;
}

#HolidaysMenu_Item_1 {
/* Unique ID for item 1 of menu HolidaysMenu so we can set its position */
	left:0px;
	top:30px;
}

#HolidaysMenu_Item_2 {
/* Unique ID for item 2 of menu HolidaysMenu so we can set its position */
	left:0px;
	top:60px;
}

#HolidaysMenuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#HolidaysMenuContainer a {
/* Controls the general apperance for menu HolidaysMenuContainer's items, including color and font */
	text-decoration:none;
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	background-color:#fdc88a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#HolidaysMenuContainer a:hover {
/* Controls the mouse over effects for menu HolidaysMenuContainer */
	color:#ffffff;
	background-color:#fdc88a;
}

#PipsMenuContainer {
/* This ID is related to the master menu div for menu PipsMenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	margin-left: 516px;
	top:176px;
	visibility:hidden;
	z-index:300;
}

#PipsMenu {
/* This class defines things about menu PipsMenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:134px;
	height:72px;
}

.MMMIFVStylePipsMenu {
/* This class determines the general characteristics of the menu items in menu PipsMenu */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:134px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

.MMMIVStylePipsMenu {
/* This class determines the general characteristics of the menu items in menu PipsMenu */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:134px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

#PipsMenu_Item_0 {
/* Unique ID for item 0 of menu PipsMenu so we can set its position */
	left:0px;
	top:0px;
}

#PipsMenu_Item_1 {
/* Unique ID for item 1 of menu PipsMenu so we can set its position */
	left:0px;
	top:30px;
}

#PipsMenu_Item_2 {
/* Unique ID for item 2 of menu PipsMenu so we can set its position */
	left:0px;
	top:60px;
}

#PipsMenuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#PipsMenuContainer a {
/* Controls the general apperance for menu PipsMenuContainer's items, including color and font */
	text-decoration:none;
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	background-color:#fdc88a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#PipsMenuContainer a:hover {
/* Controls the mouse over effects for menu PipsMenuContainer */
	color:#ffffff;
	background-color:#fdc88a;
}

#ContactMenuContainer {
/* This ID is related to the master menu div for menu ContactMenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	margin-left: 616px;
	top:176px;
	visibility:hidden;
	z-index:300;
}

#ContactMenu {
/* This class defines things about menu ContactMenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:134px;
	height:142px;
}

.MMMIFVStyleContactMenu {
/* This class determines the general characteristics of the menu items in menu ContactMenu */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

.MMMIVStyleContactMenu {
/* This class determines the general characteristics of the menu items in menu ContactMenu */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	height:18px;
}

#ContactMenu_Item_0 {
/* Unique ID for item 0 of menu ContactMenu so we can set its position */
	left:0px;
	top:0px;
}

#ContactMenu_Item_1 {
/* Unique ID for item 1 of menu ContactMenu so we can set its position */
	left:0px;
	top:30px;
}

#ContactMenu_Item_2 {
/* Unique ID for item 2 of menu ContactMenu so we can set its position */
	left:0px;
	top:60px;
}

#ContactMenu_Item_3 {
/* Unique ID for item 3 of menu ContactMenu so we can set its position */
	left:0px;
	top:90px;
}

#ContactMenuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#ContactMenuContainer a {
/* Controls the general apperance for menu ContactMenuContainer's items, including color and font */
	text-decoration:none;
	font-family:"Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	background-color:#fdc88a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#ContactMenuContainer a:hover {
/* Controls the mouse over effects for menu ContactMenuContainer */
	color:#ffffff;
	background-color:#fdc88a;
}