﻿html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #333333;
	background-color: #6688CC;
	height: 100%;
	font-size: .9em;
	text-align: center;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
/* Containers */
div#page {
	position: relative;
	width: 880px;/*875*/;
	margin: 0 auto;
	padding: 6px;
	background-color: white;
	text-align: left;
}
/* Total width of page is 888px */
#container {
	width: 880px;
	position: relative;
	float: left;
	background-image: url('../images/side_bar.gif');
	background-repeat: repeat-y;
	display: inline;
}
/* Sidebar Content */
#sidebar {
	position: relative;
	width: 135px;
	float: left;
	display: inline;
}
#logo {
	height: 200px;
	width: 115px;
	position: relative;
	float: left;
	margin: 10px;
	display: inline;
}
#sidebarContent {
	width: 125px;
	height: auto;
	position: relative;
	float: left;
	margin: 5px;
	text-align: center;
	display: inline;
}
#sidebarContent a {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underline;
}
#sidebarContent a:hover {
	color: #000000;
}
#sloganDiv {
	position: relative;
	float: left;
	width: 125px;
	margin: 6px;
	display: inline;
}
.slogan {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	display: inline;
}
/* Header Styles */
div#header {
	position: relative;
	float: left;
	width: 740px;
	height: 87px;/*107*/;
	display: inline;
}
/* Nav Styles */
div#nav {
	position: relative;
	float: left;
	width: 742px;
	height: 24px;
	text-align: center;
	display: inline;
}
ul.list-nav {
	margin: 0 auto;
/*5 auto*/	padding: 0;
	list-style: none;
	width: 742px;
	font-size: 12px;
}
ul.list-nav li {
	display: inline;
}
ul.list-nav li a {
	color: white;
	padding: 6px 0;
	width: 105px;
	background: #3366DD;
	border-left: 1px solid #FFFFFF;
	float: left;
	display: inline;
}
ul.list-nav li a.home {
	border-left: 0px solid #FFFFFF;
}
/*ul.list-nav li a:hover { background:#3366DD; color:#001155; }*/
ul.list-nav li a:hover {
	background: #3311AA;
	color: #FFFFFF;
}
/* Content Styles */
#content {
	position: relative;
	float: left;
	width: 563px;
	min-height: 600px;
	padding: 0px 6px;
	margin-top: 6px;
	display: inline;
}
/* Picture Sytles*/
#pictures {
	position: relative;
	float: right;
	width: 162px;
	display: inline;
}
img.sz160x120 {
	position: relative;
	width: 160px;
	padding: 5px 0;
	float: left;
	display: inline;
}
/* Footer Styles */
div#footer {
	width: 876px;
	height: 19px;/*38px*/;
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	background-color: #EEEEEE;
}
div#footer a:link {
	color: blue;
}
ul.list-links {
	margin: 5px auto;
	padding: 0;
	width: 636px;
}
ul.list-links li {
	display: inline;
	margin: 0 4px;
}
ul.list-links li a {
	padding: 5px 0;
	width: 105px;
}
/* Main.html Styles */
.p25c {
	font-family: Arial;
	font-style: italic;
	width: 50%;
	text-align: center;
	padding: 5px;
}
.p16p {
	font-family: Arial;
	font-style: italic;
	text-align: left;
	padding: 5px;
}
.p25l {
	font-family: Arial;
	font-style: italic;
	width: 50%;
	text-align: left;
	padding: 5px;
}
.GoodNewsBlue {
	font-family: Arial;
	font-style: italic;
	color: blue;
	padding: 5px;
}
.ChildCenterRed {
	font-family: Arial;
	font-style: italic;
	color: red;
	padding: 5px;
}
img#letter {
	position: relative;
	padding: 5px 35px 0 0;
	float: right;
	margin: -25px -30px 0 0;
/* left:212px; top:5px; */	display: inline;
}
p.letter {
	width: 475px;
	border: 1px solid black;
	padding: 25px 30px 40px 25px;
	position: relative;
	
}
h2 {
	font-size: 14pt;
	font-family: Arial;
	color: orange;
	text-align: center;
}
div#title {
	width: 320px;
	background: #606060;
	margin-left: 130px;
}
.agehdr {
	font-size: 24pt;
	font-family: Arial;
	font-weight: bolder;
}
.agecontent {
	font-size: 16pt;
	font-family: Arial;
	font-style: italic;
}
.inline {
	display: inline;
}

