@charset "utf-8";
body {
	font-family: BaaBookHmk, BaaBookHmkBold;
	font-size: 90%;
	color: #006600;
	background-color: #FFFFBF;
}
#header {
	font-family: BaaBookHmk, BaaBookHmkBold;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #006600;
	background-color: #FFFFBF;
	background-image: url(images/School_Building1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_rt {
	float: right;
}
#header h1 {
	margin-left: 400px;
	margin-top: 30px;
	font-size: 36px;
	font-weight: bolder;
}


#navigation {
	font-family: BaaBookHmk, BaaBookHmkBold;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	word-spacing: 2px;
	margin-top: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #60F;
	border-right-color: #60F;
	border-bottom-color: #60F;
	border-left-color: #60F;
	margin-bottom: 20px;
	background-color: #6F6;
}

#navigation a:link {
	font-size: 24px;
	color: #060;
}
#navigation a:visited {
	font-size: 24px;
	color: #F00;
}
#navigation a:hover {
	font-size: 24px;
	color: #F0F;
}
#navigation a:active {
	font-size: 24px;
	color: #00F;
}
.clear {
	clear: both;
}
#breadcrumbs {
	margin-bottom: 0px;
	padding-bottom: 0px;

}
#footer {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #6F6;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #60F;
	border-right-color: #60F;
	border-bottom-color: #60F;
	border-left-color: #60F;
}
#footer a:link {
	color: #060;
}
#footer a:visited {
	color: #F00;
}
#footer a:hover {
	color: #F0F;
}
#footer a:active {
	color: #00F;
}
#columna {
	float: left;
	width: 40%;
	text-align: left;
}
#columnb {
	float: left;
	width: 60%;
}
