/* CSS Document */

body,td,th {font-family: Century Gothic;font-size: 14px;}

.text_area {font-size: 14px;text-indent: 10px;color: navy;}
.text_area_no_indent {font-size: 14px;text-indent: 0px;color: navy;}
.text_area_white {font-size: 14px;text-indent: 10px;color: white;}
.navigation	{color:white;font-size: 14px;font-weight: bold;}
a.navigation:link {color: white; text-decoration: none; }
a.navigation:visited {color: #BCFF01; text-decoration: none; }
a.navigation:hover {font-size: 14px; color: white; text-decoration: underline; }
a.navigation:active {color: red; } 
.school_address {	font-size: 14px;	font-weight: bold;	color: navy;}
.school_name {font-size: 30px;font-weight: bold;color: #000080;}
.footer {	font-size: 14px;	font-weight: bold;	color: white;}
.sau {color:blue;font-size: 14px;font-weight: bold;}
a.sau:link {color: blue; text-decoration: none; }
a.sau:visited {color: black; text-decoration: none; }
a.sau:hover {font-size: 14px; color: blue; text-decoration: underline; }
a.sau:active {color: red; } 


#home {
	border-right: 2.25px solid #BCFF01;
	background-color: #003366;
	border-top:4.5px solid #7EE001;
	border-bottom:4.5px solid #BCFF01;
	border-left:4.5px solid #7EE001;
}
#family_resources {
	border-top:4.5px solid #7EE001;
	border-bottom:4.5px solid #BCFF01;
	border-right: 2.25px solid #BCFF01;
	border-left: none;
	background-color: #336699;
}
#student_resources {
   border-top:4.5px solid #7EE001;
	border-bottom:4.5px solid #BCFF01;
	border-right: none;
	border-left: none;
	background-color: #336699;
}

#teacher_resources_main {
   border-top:4.5px solid #7EE001;
	border-bottom:4.5px solid #BCFF01;
	border-right: 4.5px solid #7EE001;
	border-left: 2.25px solid #BCFF01;
	background-color: #71A1D1;
}
#teacher_resources {
   border-top:4.5px solid #7EE001;
	border-bottom:4.5px solid #BCFF01;
	border-right: none;
	border-left: 2.25px solid #BCFF01;
	background-color: #336699;
}

#quick_link {
   border-top:4.5px solid #7EE001;
	border-left:2.25px solid #BCFF01;
	border-right:4.5px solid #7EE001;
	border-bottom: 4.5px solid #BCFF01;
	background-color: #003366;

}

#left_nav {
	border-right: 2.25px solid #BCFF01;
	border-bottom: 2.25px solid #BCFF01;
	border-left: 4.5px solid #7EE001;
	border-top: none;
	background-color: #336699;
	text-indent: 10px;
}

#image_bottom {
	border-right: 2.25px solid #BCFF01;
	border-bottom: 4.5px solid #7EE001;
	border-left: 4.5px solid #7EE001;
	border-top: none;
	background-color: #003366;
}

#image_main {
	border-right: 4.5px solid #7EE001;
	border-bottom: 2.25px solid #BCFF01;
	border-left: none;
	border-top: none;
	background-color: #003366;
}

#td_bottom_left {
   border-top:none;
	border-left:4.5px solid #7EE001;
	border-right:2.25px solid #BCFF01;
	border-bottom: 4.5px solid #7EE001;
	background-color: #003366;
}
#td_bottom_right {
   border-top:none;
	border-left:none;
	border-right:4.5px solid #7EE001;
	border-bottom: 4.5px solid #7EE001;
	background-color: #003366;
}

#edit_area {
	border-right: 4.5px solid #7EE001;
	border-bottom: 2.25px solid #BCFF01;
	border-left: none;
	border-top: none;

}
#quick_link_main {
   border-top:2.25px solid #BCFF01;
	border-left:2.25px solid #BCFF01;
	border-right:2.25px solid #BCFF01;
	border-bottom: none;
	background-color: #003366;

}

/* styles to be used for the "hours - directions" page */
.hours_directions h1 {
	text-align: center;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: normal;
/*	color: #000000; */	
}

.hours_directions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0;
/*	color: #000000;*/	
}

.morning_notices_subheader{
	text-align: left;
	text-indent: 0;
 	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 200px;
    font-style: normal;
    font-family: times new roman, sans-serif;
    color: red;
    font-size:15px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}

.morning_notices_list_elements {
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: times new roman, sans-serif;
	text-indent: 0;
	text_align: left;	
}

.guidance_office_list_elements {
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 0;
	text_align: left;	
}

