@charset "utf-8";
/* CSS Document */
body { text-align: center; background-color: #B5E7CE }

h1 { font-size: 26px; font-weight: bold;  }
h2 { font-size: 22px; font-weight: bold; color: #00195C; font-variant: small-caps; border-bottom: #00195C dotted 1px; margin-top: 15px; }
h3 { font-family: Century Schoolbook; font-size: 18px; font-style: italic; font-weight: bold; margin-bottom: 5px; padding-bottom: 0px; }

ol { margin-top: 0px; }
ol li {margin-bottom: 20px; }

p { margin-left: 8px; }

#classRoomKids { float: right; width: 225px; margin: 15px 0px 3px 3px; }

#body { width: 800px; margin-left: auto; margin-right: auto; border: #173626 2px solid; background-color: #fdf7e0; }

#logo
{
	width: 183px;
	height: 86px;
	padding: 7px 2px;
	float: left;
	background-color: white;
	border-bottom: #173626 2px solid;
}

#top
{
	width: 591px;
	height: 100px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
	background-color: #2D7754;
	color: white;
	border-bottom: #173626 2px solid;
	border-left: #173626 2px solid;
}

#leftSide
{
	clear: left;
	float: left;
	width: 190px;
}

#rightSide
{
	float: left;
	width: 610px;
}

div#menu 
{
	padding-top: 10px;
	position: relative;
	width: 190px;
	padding-bottom: 10px;
	text-align: left;
	clear: left;
	background-image: url("images/menuBackground.gif");
	background-repeat: no-repeat;
	float: left;
}

#menu ul
{
	padding: 5px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li 
{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
}

#menu ul li a
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 100%;
	color: #00195C;
	font-size: 16px;
	font-variant: small-caps;
}

#menu ul li a:hover
{
	margin-left: 10px;
}

#links
{
	float: left;
	clear: left;
	width: 190px;
	text-align: left;
	margin-bottom: 10px;
}

#links ul
{
	background-image: url("images/linkBackground.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 7px;
	margin-top: -10px;
	list-style-type: none;
}

#links ul li
{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	padding-bottom: 8px;
}

#links ul li a
{
	color: #00195C;
}

#subBar
{
	background-image: url("images/barBackground.gif");
	height: 50px;
	width: 610px;
	float: left;
	text-align: left;
}
#subBar #spacer
{
	height: 10px; 
	width: 400px;
}
#subBar label, #subBar span
{
	color: white;
	font-variant: small-caps;
	margin-left: 10px;
	width: 300px;
	height: 60px;
}
#subBar a
{
	text-decoration: none;
	font-variant: small-caps;
	color: #CCCCCC;
}
#subBar a:hover
{
	font-weight: bold;
}

#content 
{ 
	width: 596px; 
	float: left; 
	text-align: left; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

#footer 
{ 
	background-color: #7BD4A8;
	width: 800px; 
	border-top: #173626 2px solid; 
	clear: both; padding: 2px 0px; 
	font-style: italic; 
	text-align: left; 
	font-size: 13px;
}

#footer dl 
{ 
	font-weight: bold; 
	margin: 3px 50px 10px 5px; 
}

#footer dd 
{ 
	margin-left: 20px; 
}

#footer a 
{ 
	font-style: normal; 
}

#sponsor { text-align: right; float: right; width: 200px; margin: 0px 5px 0px 0px; vertical-align: middle; height: 100%; }

.minWidth { width: 200px; min-width: 200px; }

.checkList { margin-left: 15px; margin-bottom: 10px; padding-left: 25px; background-image: url("images/checkMark.jpg");	background-repeat: no-repeat; }

.italic { font-style: italic; }

.linkImg { clear: both; }
