* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #1b55a9 url(../images/bg.jpg) no-repeat top center;
}
p {
	color:#17558A;
	margin-bottom:0.9em;
	margin-top:0.5em;
}
p strong {
	color: #002C59;
}
a {
	color:#FF4F09;
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	color: #Ca3A01;
}
a:hover {
	color: #002C59;
}
h1 {
	color: #002C59;
	font-family: comic sans ms, Arial,Helvetica,sans-serif;
	font-size:26px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	border-bottom: 1px solid #C0E4FE;
	margin-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 4px;
}
h2 {
	color:#F07B00;
	font-family: Arial,Helvetica,sans-serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom: 4px;
	text-transform: uppercase;
	margin-top: 9px;
	letter-spacing: .03em;
}
h3 {
	color:#002C59;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom: 4px;
	text-transform: uppercase;
}
h4 {
	color:#002C59;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom: 4px;
}
h6 {
	color:#002C59;
	font-size: 10px;
}
ol {
	padding-left: 25px;
	margin: 10px 0;
}
ul {
	padding-left: 20px;
	margin: 10px 0;
}
ul ul {
	margin: 3px 0;
}
li {
	color:#17558A;
	margin-bottom:2px;
	margin-top:2px;
}
.center {
	text-align: center;
}
.blockquote {
	border-left: 1px solid #C0E4FE;
	padding-left: 10px;
}
#wrapper { 
	margin: 10px auto;
	width: 822px;
	background: #FFF none;
}
#columnbg {
	margin-bottom: 0px;
	width: 100%;
	z-index: 1;
}
#header {
	color: #333;
	width: 822px;
	height: 137px;
	margin: 0;
	background: transparent url(../images/header.jpg) no-repeat;
}
#navigation {
	color: #333;
	background: #FF9933 none;
	height: 33px;
	padding-left: 35px;
	border-right: 2px #FFF solid;
	border-left: 2px #FFF solid;
	z-index: 100;
	position: relative;
}
#leftcolumn { 
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 278px;
	float: left;
	position: relative;
	display: inline;
}
#header-image {
	background: transparent url(/resources/images/kid-sprite.jpg) 0 0;
	width: 278px;
	height: 163px;
}
#header-image-transition {
	position: absolute;
	width: 278px;
	height: 163px;
	background: transparent url(/resources/images/kid-sprite.jpg) -278px 0;
	display: none;
	top: 0;
	left: 0;
}
#newscolumn {
	background: #ffaa24 none;
	border: 1px solid #ff4f09;
	padding: 10px;
}
#newscolumn .entry {
	font-size: 12px;
	text-align: center;
}
#news-feed {
	background: #ffd28b;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
}
#news-feed p {
	margin: 0;
	color: #c23f0b;
}
#rightcolumn { 
	float: left;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 500px;
	display: inline;
	position: relative;
	line-height: 1.4em;
}
#rightcolumn .imgright {
	float: right;
	margin: 0px 0px 0px 5px;
}
#rightcolumn .imgleft {
	float: left;
	margin: 0px 15px 0px 0px;
}
#footer { 
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#footer p {
	font-size: 12px;
	padding-top: 10px;
}
#footer hr {
	color: #EEE;
}
.clear { clear: both; background: none; }
