﻿@import url(layout.css);
body {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}
#container {
	background-color: #4267b1;
	width: 780px;
	margin: 0 auto;
	border: 1px solid #b7b7b7;
}
#masthead {
	
	text-align: right;
	background-color: #036;
	width: 780px;
	background-image: url('../images/backrounds/header.jpg');
	height: 211px;
}
#navigation {
	background-color: #c01f42;
	overflow: hidden;
	width: 780px;
	height: 35px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #f5f4f9;
	font-weight: bolder;
	text-align: center;
}
#column_l {
	width: 161px;
	margin: 0;
	background-color: #4267b1;
	height: 1174px;
	text-align: center;
}
#column_r {
	width: 619px;
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #993302;
	position: relative;
}
#footer {
	width: 780px;
	text-align: center;
	background-color: #ffcc33;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: ;
	margin: ;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	
}
#navigation li {
	float: left;
	padding: 0 8px 0 8px;
}
#navigation a {
	color: #f5f4f9;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c01f42;
}
#navigation a:hover {
	color: #f6eb13;
	text-decoration: none;
	border: ;
	background-color: ;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC3300;
	text-decoration: none;
}
/* Styles for Links */
a {
	
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for Website */
.yellow {
	color: #ffff33;
	font-weight: bold;
}
.yellow_large {
	color: #ffff33;
	font-size: 18px;
	font-weight: bold;
}
.yellow2 {
	color: #f6eb13;
	font-size: 14px;
}

.testimonial {
	font-family: ;
	line-height: 35px;
}
#map_link {
	background-color: #ffcc33;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
}
#map_link a{
	background-color: #ffcc33;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
}
#map_link a:hover{
	background-color: #ffcc33;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
}
#registration {
	font-family: ;
	line-height: 28px;
}
.blue {
	color: #00cccc;
	font-size: 15px;
	font-weight: bold;
}
.small {
	font-size: 12px;
}

#parents_page {
	font-size: 14px;
}
#parents_page a{
	color: #f6eb13;
}

.orange {
	color: #ffcc66;
	font-weight: bold;
}
#curriculum a {
	color: #33CC33;
}
#curriculum a:hover{
	color: #ffff33;
}
#home_page {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.line_spacing{
	line-height: 21px;
}
hr {
	color: #9efff8;
	width: 100%;
	height: 12px;
	background-color: #9efff8;
}

