@charset "utf-8";
#lessonNav {
	text-align: center;
	display: inline;
	margin: 0px;
	padding: 1px;
	vertical-align: bottom;
}
a:link          { color: blue; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }

#bannerNav {
	text-decoration: none;
	background-image: url(banner1.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	background-position: center top;
}

.topNav     { font-style: oblique; font-weight: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; display: inline; margin: 2px; padding-right: 24px; padding-left: 24px; border: solid 2px #000000; height: 14px }
a:visited  { color: black; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:hover   { color: black; text-decoration: none; background-color: white }
a:active   { color: black; text-decoration: none; background-color: black }

.bottomNav    { color: #ffffff; font-style: oblique; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; display: inline; margin: 2px; padding-right: 25px; padding-left: 25px; border: solid 2px #000000; height: 20px }
.inlineLink {
	text-decoration: none;
	display: inline-block;
	padding: 1px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

body     { color: black; background: #ffffff url(ceibaback.jpg) repeat }
H1    { font-weight: bold; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; left: 15px; border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none  }

.textTable  { color: black; background-position: left top; padding: 0px; border: 0px; position: static; width: 80%; border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none }
#sideNav {
	display: block;
	padding: 5px;
	border: 2px solid #000000;
	vertical-align: top;
	position: static;
}
#inlinelinks  { color: black; font-size: 14px }
#inlinelinks a {
	background-position: center;
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#sideNav a {
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-position: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

