﻿body	{background-color: white; color: #333333; font-family: arial, verdana, sans-serif; margin: 0; height: 100%;}

td	{font-size: 10pt;}

p	{font-size: 10pt;}

h1	{font-size: 17pt; color: #006ab6; margin-bottom: 0;}
h2	{font-size: 13pt; color: #333333;}
h3	{font-size: 11pt; color: #006ab6;}
h4	{font-size: 14pt; color: #333333; font-weight: normal; margin-top: 0;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.small	{font-size: 8pt; color: #909090;}
.large	{font-size: 11pt;}

.MainTable {
	width: 875px;
	border: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.blueline {
	border-bottom: 10px solid #006ab6;
}

.leftbar {
	background-color: #cce1f0;
}

/*~~~~~~~~~~~~~~~~~Content Pages Block Styles~~~~~~~~~~~~~~~~~*/
#content {
	width: 100%;
	height: 300px;
	padding: 5px 16px 10px 16px;
	*padding: 15px 16px 10px 16px;
}

/*~~~~~~~~~~~~~~~~~Navigation Styles~~~~~~~~~~~~~~~~~*/
#menu ul {
	margin: -5px 25px 0 25px;
	padding: 0;
}
#menu {
	margin: -5px 25px 0 25px;
	padding: 0;
	height: 500px; /* Remove when content */
}
#menu li {
	border-top: 1px solid #006ab6;
	width: 190px;
	margin-top: 5px;
	list-style: none;
	text-align: center;
}
#menu li a {
	color: #006ab6;
	display: block;
	width: 190px;
	padding-top: 5px;
}
#menu li a:visited {color: #006ab6; text-decoration: none;}
#menu li a:active {color: #006ab6; text-decoration: none;}
#menu li a:link {color: #006ab6; text-decoration: none;}
#menu li a:hover 	{color: #333333; text-decoration: none;}

a:link 		{color: #006ab6;}
a:active 	{color: #006ab6;}
a:visited 	{color: #444444;}
a:hover 	{color: #333333;}

/*~~~~~~~~~~~~~~~~~Table Styles~~~~~~~~~~~~~~~~~*/
#table {
	border: 1px black solid;
}
#table th {
	background-color: #006ab6;
	color: white;
	font-weight: bold;
}
#table td {
	background-color: #eeeeee;
}
#table td.highlightrow {
	background-color: #cce1f0;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~Home Page Block Styles~~~~~~~~~~~~~~~~~*/
#homecontent {
	width: 410px;
	padding: 5px 16px 10px 16px;
	*padding: 15px 16px 10px 16px;
}

#feederareas {
	width: 210px;
	background: url(../images/crayons.jpg) no-repeat 0px 0px;
	border: 1px solid #000000;
	padding: 5px 2px 5px 2px;
	margin: 0 auto 15px auto;
	text-align: center;
}
#feederareas .header {
	font-weight: bold;
}
#feederareas .left {
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
}
#feederareas .right {
	width: 90px;
	vertical-align: top;
}
#feederareas a {
	text-decoration: none;
	font-size: 9pt;
}

#kids {
	float: right;
	width: 232px;
	height: 320px;
	/*background: url(../images/kids_board.jpg) no-repeat 0px 0px;*/
}
#kids .text {
	text-align: center; 
	font-family: arial bold, arial;
	font-weight: bold;
	font-size: 16pt;
	color: #006ab6;
	padding: 80px 5px 0 0;
}
#kids a:active {
	text-decoration: none;
}
#kids a:visited {
	text-decoration: none;
}
#kids a:link {
	text-decoration: none;
}
#kids a:hover {
	color: black;
}

#sign {
	width: 210px;
	background-color: #006ab6;
	border: 1px solid #000000;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 14pt;
	color: white;
	font-weight: bold;
	display: block;
}
#sign:hover	{color: white; background-color: #4c97cc;}
#sign a:hover {
	color: white; text-decoration: none; display: block; padding: 8px;
}

#sign a:visited {
	color: white; text-decoration: none; display: block; padding: 8px;
}

#sign a:link {
	color: white; text-decoration: none; display: block; padding: 8px;
}

/*~~~~~~~~~~~~~~~~~News Block Styles~~~~~~~~~~~~~~~~~*/
#news {
	width: 200px;
	background-color: #4c97cc;
	padding: 0 10px 0 10px;
	*padding: 15px 10px 0 10px;
}
#news h3 {
	font-size: 14pt; color: white; font-weight: normal; margin-bottom: 8px;
}
#news h4 {
	font-size: 10pt; color: white; margin-bottom: 0; font-weight: bold;
}
#news p {
	font-size: 9pt; color: white; margin-top: 0;
}
#news a {
	color: white;
}

#contributors td {
	color: white;
	font-size: 11px;
}
