html, body {
	background: #ffffff;
	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 */
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #2A3B55;
	height: 800px;
}

.slcs {
	font-family: Corbel;
	font-size: 28px;
	color: #2A3B55;
}





.SiteBorder {
	border: 1px solid #D9D9DB;
	padding: 0px 50px 20px 50px;
}

h1 {
	font-family: Corbel, "Gill Sans MT";
	font-size: 22px;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
  	padding: 2px 0px 2px 0px;
  	border: 0px 0px 0px 0px;
}
h1.Banner {
	font-family: Corbel, "Gill Sans MT";
	font-size: 32px;
	font-weight: 900;
	color: #CCC;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 25px;
	border: 0px 0px 0px 0px;
	font-style: italic;
}
h2.Banner {
	font-family: Corbel, "Gill Sans MT";
	font-size: 18px;
	font-weight: 900;
	color: #CCC;
	margin: 0px 0px 0px 0px;
  	padding: 5px 0px 0px 25px;
  	border: 0px 0px 0px 0px;
	font-style: italic;
}
h2 {
	font-family: Corbel, "Gill Sans MT";
	font-size: 20px;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
  	padding: 2px 0px 2px 0px;
  	border: 0px 0px 0px 0px;
}

h2.PageLink {
	font-family: Corbel, "Gill Sans MT";
	font-size: 22px;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
  	padding: 2px 0px 2px 7px;
  	border: 0px 0px 0px 0px;
}

h3 {
	font-family: Corbel, "Gill Sans MT";
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
  	padding: 2px 0px 2px 0px;
  	border: 0px 0px 0px 0px;
}
h4 {
	font-family: Corbel, "Gill Sans MT";
	font-size: 14px;
	margin: 0px 0px 0px 0px;
  	padding: 3px 0px 3px 0px;
  	border: 0px 0px 0px 0px;
}
h5 {
	font-family: Corbel, "Gill Sans MT";
	font-size: 14px;
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  	border: 0px 0px 0px 0px;
}
p {
    font-family: "Gill Sans MT", Corbel;
	margin: 0px 0px 0px 0px;
  	padding: 4px 5px 0px 5px;
  	border: 0px 0px 0px 0px;
	text-indent: 1.1em;
    margin-top: 0
	}
label {
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	font-weight: 900;
  	padding: 0px 3px 0px 0px;
	text-align: left;
}
select {
      font-family: "Gill Sans MT", Corbel;
	  font-size: 14px;
	  text-align: left;
}
div{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.border{
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #D9D9DB;
}


input {
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	text-align: left;
}

input.search {
	font-family: "Gill Sans MT", Corbel;
	font-size: 10px;
	text-align: left;
}

input.searchbutton {
	font-family: "Gill Sans MT", Corbel;
	font-size: 10px;
	text-align: center;
	color: #2A3B55;
}


input.buttonStyle {
	text-decoration: none;
	padding:  3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	 font-family: Tahoma, Geneva, sans-serif;
	background-color: #ffffff;
	border: 1px solid #2A3B55;
	font-size: 12px;
	color: #2A3B55;
    text-align: center;
}

.button {	
    font-family: Tahoma, Geneva, sans-serif;
	background-color: #F7F7F7;
	border: 1px solid #0C5302;
	font-size: 14px;
	font-weight: 900;
	color: #0C5302;
	margin:3px 3px 3px 3px;
  	padding: 3px 3px 3px 3px;
}


textarea {
    font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	text-align: left;
}


 .BannerLogoSmall {
	border: 1px solid #2A3B55;
	background-color:#ffffff;
	padding:7px 7px 7px 7px;
}
 .BannerBackgroundSmall {
	border: 1px solid #2A3B55;
	background: #344669;
	padding:7px 7px 7px 7px;
	width:256px;
	color:#CCC;
	text-align: center;
	font-size: 28px;
	font-family: Corbel, "Gill Sans MT";
	font-weight: 900;
	font-style:italic;
}

 .BannerBorderSmall {
	border: 1px solid #2A3B55;
	background: #ffffff;
	padding:7px 7px 7px 7px;
}

 .BannerPageColorSmall {
	background-color:#F9FAFF;
}



















.Homepage #container {
	width: 800px; 
	height: 574px;
	border: 1px solid #D9D9DB;
	background: #ffffff;
	padding: 0px 50px 34px 50px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.Homepage #square {
	width: 164px; 
	height: 164px;
	background: #ffffff;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.Homepage #squareLogo {
	width: 164px; 
	height: 164px;
	background: #ffffff;
	border: 1px solid #D9D9DB;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#ContentPage {
position: absolute;
width: 780px;
height: 600px;
float: left;
border: 1px solid #798792;
text-align: center;
padding: 0px 50px 20px 50px;
}
#ContentPageNested {
position: relative;
	width: 163px;
	border: 1px solid #798792;
	background: #EBECF1;
	margin: 0; 
	padding: 0;
}

.PageLogo {
	width: 163px;
	height: 162px;
	border: 1px solid #C6C8D4;
	margin: 0; 
	padding: 0;
   }

  .PageImageStudents {
	width: 163px;
	height: 165px;
	background-image: url(../images/studentsPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
  .PageImageParents {
	width: 163px;
	height: 163px;
	background-image: url(../images/parentsPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   .PageImageStaff {
	width: 163px;
	height: 163px;
	background-image: url(../images/staffPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   .PageImageContact {
	width: 163px;
	height: 163px;
	background-image: url(../images/contactPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
  .PageImageAbout {
	width: 163px;
	height: 165px;
	background-image: url(../images/aboutPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   .PageImageNews {
	width: 163px;
	height: 163px;
	background-image: url(../images/newsPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   .PageImageEnrollment {
	width: 163px;
	height: 163px;
	background-image: url(../images/EnrollmentPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   
      .PageImageCommunity {
	width: 163px;
	height: 163px;
	background-image: url(../images/CommunityPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }
   
   
  .PageImageCalendar {
	width: 163px;
	height: 165px;
	background-image: url(../images/calendarPage.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
   }

 .PageImageDirections {
	width: 163px;
	height: 165px;
	background-image: url(../images/directionsPage.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
   }

.PageBanner {
	   width: 440px;
	   height: 163px;
       background: #344669;
   }
   
 .PageC0nyentBanner {
	   width: 608px;
	   height: 163px;
       background: #344669;
	  font-size: 56px;
	  color: #cccccc; 
	  font-family: Corbel, "Gill Sans MT";
	  font-weight:900;
	  font-style:italic
   }  
   
   
   
   .PageSideNav {
	border: 1px solid #C6C8D4;
	background: #EBECF1;
	margin: 0; 
	padding: 0;
   }
    .PageContent {
	border: 1px solid #C6C8D4;
	margin: 0; 
	padding: 0;
   }
   
   
       .ErrorPageContent {
	border: 1px solid #860212;
	margin: 0; 
	padding: 0;
	font-size:14px;
	color:#860212;
	
   }
   
   
   
   
   
    .PageFooterContent {
	border: 1px solid #C6C8D4;
	margin: 0; 
	padding: 0;
   }

img {
       border: 0 none;
   }
 
  /************ sectionLinks styles **************/
#PageLinksStyle{
	font-family: Corbel, "Gill Sans MT";
	font-size: 22px;
	font-weight: 900;

}
#PageLinksStyle a:link, #PageLinksStyle a:visited {
	text-decoration: none;
	display: block;
	font-family: Corbel, "Gill Sans MT";
	font-size: 22px;
	font-weight: 900;
	color: #576884;
}
#PageLinksStyle a:hover{
	text-decoration: none;
	font-family: Corbel, "Gill Sans MT";
	font-size: 22px;
	font-weight: 900;
	color: #92A1BB;
}  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /************ sectionLinks styles **************/
#NavLinks{
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #576884;
}
#NavLinks a:link, #NavLinks a:visited {
	text-decoration: none;
	display: block;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #576884;
}
#NavLinks a:hover{
	text-decoration: none;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #92A1BB;
}  

 /************ sectionLinks styles **************/
#CPNavLinks{
	font-family: Corbel, "Gill Sans MT";
	font-size: 18px;
	color: #2E3D5B;
}
#CPNavLinks a:link, #CPNavLinks a:visited {
	text-decoration: none;
	display: block;
	font-family: Corbel, "Gill Sans MT";
	font-size: 18px;
	color: #2E3D5B;
}
#CPNavLinks a:hover{
	text-decoration: none;
	font-family: Corbel, "Gill Sans MT";
	font-size: 18px;
	color: #92A1BB;
}  



 /************ sectionLinks styles **************/
#CPStaffNavLinks{
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #2E3D5B;
}
#CPStaffNavLinks a:link, #CPStaffNavLinks a:visited {
	text-decoration: none;
	display: block;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #2E3D5B;
}
#CPStaffNavLinks a:hover{
	text-decoration: none;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #92A1BB;
}  


/************ sectionLinks styles **************/
#SmallNavLinks{
	font-family: "Gill Sans MT", Corbel;
	font-weight: 900;
	font-size: 12px;
	color: #2E3D5B;
}
#SmallNavLinks a:link, #SmallNavLinks a:visited {
	text-decoration: none;
	font-weight: 900;
	display: block;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #2E3D5B;
}
#SmallNavLinks a:hover{
	text-decoration: none;
	font-weight: 900;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #92A1BB;
}  

















/************ sectionLinks styles **************/
a:link, a:visited, a:active {
    font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #2A3B55;
	text-decoration: underline;
	margin: 0px;
    padding: 0px;
    border: 0px;
}
a:hover{
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #354668;
	text-decoration: underline;
	margin: 0px;
    padding: 0px;
    border: 0px;
}

#button a:link,
#button a:visited
{ 
	text-decoration: none;
	padding: 6px 7px 6px 7px;
	margin:0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #ffffff;
	border: 0.3px solid #C6C8D4;
	font-size: 14px;
	font-weight: 900;
	color: #2A3B55;
}
#button a:hover 
{ 
background: #F7F8FB;
}
#button a:active
{ 
background: #ffffff; 
}





.tableBorder {
	border: 1px solid #efefef;
}
.tableRow {
	width: 769px;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	border: 1px solid #364668;
}





.tableRowHeader {
	width: 769px;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	border: 1px solid #364668;
	background-color:#435782;
	color: #ffffff;
	font-weight: 900;
}

.calendarRow {
	color: #2A3B55;
	font-weight: 900;	
	font-size: 14px;
	text-align:right;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #C6C8D4;
}
.calendarBackground {
	background-color:#F7F8FB;
	color: #2A3B55;
	font-weight: 900;	
	font-size: 14px;
	text-align:right;
	padding: 0px 0px 0px 0px;
}

 /************ sectionLinks styles **************/
#calendarLinks{
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
}
#calendarLinks a:link, #calendarLinks a:visited {
	text-decoration: underline;
	display: block;
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #0A1937;
}
#calendarLinks a:hover{
	text-decoration: underline;
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #354668;
}





#calendarscrollbox {
	overflow: hidden;	
	 width: 111px;
	 height: 110px;
	 border-left: 1px solid #C6C8D4;
	 border-bottom: 1px solid #C6C8D4;
	 background-color:#F9FAFF;
}
#calendarscrollboxOn {
	overflow: hidden;	
	 width: 111px;
	 height: 110px;
	 border-left: 1px solid #C6C8D4;
	 border-bottom: 1px solid #C6C8D4;
	 background-color:#ffffff;
}

 .calendarBorder {
	border: 1px solid #EBECF1;
	background-color:#EBECF1;
}

.calendarbottomborder {
     border-bottom: 1px solid #EBECF1;
	 display: block;
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 14px;
	 color: #0A1937;
	 background-color:#EBECF1;
	 }










 /************ sectionLinks styles **************/
#calendarContentLinks{
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	padding: 0px 0px 0px 2px;
	
}
#calendarContentLinks a:link, #calendarContentLinks a:visited {
	text-decoration: underline;
	display: block;
	font-weight: 600;
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	color: #0A1937;
	padding: 0px 0px 0px 2px;
	
}
#calendarContentLinks a:hover{
	text-decoration: underline;
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	font-weight: 600;
	color: #354668;
	padding: 0px 0px 0px 2px;
}
 /************ end sectionLinks styles **************/



 .calendarBackground {
	 background-color:#F7F8FB;
	 color: #2A3B55;
	font-weight: 900;	
	font-size: 14px;
	text-align:right;
	padding: 0px 0px 0px 0px;
}













 .calendarHeader {
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	border: 1px solid #C6C8D4;
	background-color:#C6C8D4;
	color: #ffffff;
	font-weight: 900;
}

 .calendarBorder {
	border: 1px solid #C6C8D4;
}

 




 .calendarFont {
	color: #2A3B55;
	font-weight: 900;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
 .calendarNumberFont {
	color: #2A3B55;
	font-weight: 900;
	font-size: 14px;
	padding: 1px 3px 0px 0px;
}


 .calendarInputBorder {
	border: 1px solid #C6C8D4;
	background-color:#ffffff;
}
 .calendarInputHeader {
	 font-family: Corbel, "Gill Sans MT";
	 font-size: 30px;
     width: 380px;
	 height: auto;
	border: 1px solid #C6C8D4;
	background-color:#C6C8D4;
	display: block;
	color: #cccccc;
	font-weight: 900;
}

 .calendarBackground {
	 background-color:#F7F8FB;
}

 .calendarNumberViewFont {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 18px;
	 font-weight: 900;
	 text-align:right;
	 padding:0px 2px 0px 0px;
}

 .calendarContentViewFont {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 12px;
	 text-align:left;
	 padding:0px 0px 0px 2px;
}

/************ sectionLinks styles **************/
#calendarViewLinks{
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	padding: 0px 0px 0px 2px;
}

#calendarViewLinks a:link, #calendarViewLinks a:visited {
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	color: #0A1937;
	padding: 0px 0px 0px 2px;
}
#calendarViewLinks a:hover{
	text-decoration: none;
	font-family: "Gill Sans MT", Corbel;
	font-size: 11px;
	font-weight: 600;
	color: #354668;
	padding: 0px 0px 0px 2px;
}
 /************ end sectionLinks styles **************/


 .calendarMonthYearViewFont {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 24px;
}


 .calendarWeekViewHeader {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 18px;
     width: 260px;
	 height: auto;
	background-color:#EBECF1;
	display: block;
	color: #2A3B55;
	text-align:center;
}

.calendarWeekViewNumber {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 22px;
     width: 260px;
	 height: auto;
	border-right: 1px solid #C6C8D4;
	border-left: 1px solid #C6C8D4;
	background-color:#ffffff;
	display: block;
	color: #2A3B55;
	font-weight: 900;
	text-align:right;
	padding:0px 10px 0px 0px;
}

.calendarWeekViewContent {
	 font-family: "Gill Sans MT", Corbel;
	 font-size: 18px;
     width: 260px;
	 height: auto;
	border-right: 1px solid #C6C8D4;
	border-left: 1px solid #C6C8D4;
	border-bottom: 1px solid #C6C8D4;
	background-color:#ffffff;
	display: block;
	color: #2A3B55;
	text-align:left;
	padding:7px 7px 7px 7px;
}

 .calendarWeekViewBorder {
	border: 1px solid #C6C8D4;
	background-color:#ffffff;
	margin:10px 10px 10px 10px;
}
 .calendarWeekViewSubBorder {
	border: 1px solid #C6C8D4;
	background-color:#ffffff;
	margin:10px 10px 10px 10px;
}

 .calendarDayViewHeader {
	border-right: 1px solid #C6C8D4;
	border-left: 1px solid #C6C8D4;
	border-top: 1px solid #C6C8D4;
	background: #EBECF1;
	color: #344669;
	font-size: 16px;
	font-weight: 900;
}

 .calendarDayViewContent {
	border-right: 1px solid #C6C8D4;
	border-left: 1px solid #C6C8D4;
    border-bottom: 1px solid #C6C8D4;
	background-color:#F9FAFF;
	color: #344669;
	font-size: 14px;
}


.footer{
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #2A3B55;
}
.footerPage{
	font-family: "Gill Sans MT", Corbel;
	font-size: 14px;
	color: #2A3B55;
}

.staffLinks{
	font-family: "Gill Sans MT", Corbel;
	font-weight: 900;
	font-size: 14px;
	padding: 0px 0px 0px 2px;
}

/************ staff sectionLinks styles **************/
#staffLinks{
	font-family: "Gill Sans MT", Corbel;
	font-weight: 900;
	font-size: 12px;
	padding: 0px 0px 0px 2px;
}

#staffLinks a:link, #staffLinks a:visited {
	text-decoration: underline;
	display: block;
	font-weight: 900;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	color: #0A1937;
	padding: 0px 0px 0px 2px;
}
#staffLinks a:hover{
	text-decoration: underline;
	font-family: "Gill Sans MT", Corbel;
	font-size: 12px;
	font-weight: 900;
	color: #354668;
	padding: 0px 0px 0px 2px;
}
 /************ end sectionLinks styles **************/



.StaffBoard1{
	border: 1px solid #D9D9DB;
	margin:7px 7px 7px 7px;
	width:450px;
}
.StaffBoard2{
	margin:0 10px 10px 0px;
	padding:5px 10px 10px 10px;
	}


dl.margins-removed
{
	margin: 0;
	padding: 0;
}

.margins-removed dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.margins-removed dd
{
	margin: 0 0 2px 0;
	padding: 0;
}


