@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F3B50D;
}
#wrapper {
	width: 900px;
	background-color: white;
	margin: 20px auto 0 auto;
	border: black 3px solid;
}
#header {
	width: 900px;
	height: 276px;
}
#logo {
	width: 375px;
	float: left;
	height: 276;	
}
#logo img {
	margin-left: 50px;
}
#header #logo span {
	display: none;
	border: red thin solid;
}
#kids {
	float: left;
	width: 525px;
	height: 276px;
	background-image: url(../images/kidsImage.jpg);
	background-repeat: no-repeat;
}
#container {
	overflow: hidden;
	width: 900px;
	background-image: url(../images/textBG.gif);
	background-repeat: repeat-y;
}
#sideBar {
	width: 363px;
	float: left;
	padding: 50px 0px 0px 12px;
	height: 500px;
	
}
#mainContent {
	width: 500px;
	padding: 20px 10px;
	margin-left: 375px;
}
#mainContent ol {
	margin-left: 20px;
}
#mainContent ol li {
	font-weight: bold;
	list-style-type:decimal;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}
#mainContent ul {
	margin-left: 40px;
}
#mainContent ul li {
	font-weight: bold;
	list-style-type: disc;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}
#mainContent .click {
	margin: 50px 0;
}
#mainContent .click a {
	color: #FFF;
	text-align: center;
	text-decoration:none;
	border: #FFF solid 2px;
	padding: 5px;
}
#mainContent .click a:hover {
	color: #D5222A;
	border: #D5222A solid 2px;
}
#footer {
	width: 900px;
	margin: 20px auto;
	clear: left;
	overflow: hidden;
}
#footer div {
	width: 50%;
	float: left;
	margin: 20px 0;
}
.alignRight {
	text-align: right;
}
#footer div #social {
	float: right;
	width: 110px;
}
#sponsors {
	width: 900px !important;
	margin: 20px auto;
	text-align: center;
}
p {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	line-height: 16px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #C00;
	font-style: italic;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	color: #00C;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #FFF;
}
.mediumBlue {
	font-size: 14px;
	font-weight: bold;
	color: #00C;
}
.red {
	font-size: 14px;
	font-weight: bold;
	color: #C30;
}
.orange {
	color: #F60;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #D5222A;
	text-decoration:underline;
}
a:active {
	color: #FFF;
	text-decoration:none;
}
.alignCenter {
	text-align: center;
}
.frame {
	border: 3px #000 groove;
}
.moreMargin {
	margin-bottom: 40px;
}
.blue {
	font-size: 14px;
	color: #00C;
	font-weight: bold;
}
.wow {
	margin: 20px 0 0 100px;
}
