body
{
	background-color: #202020;
	background-image: url(images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
}

#main
{
	width: 680px;

	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	
	position: absolute;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-right: 0;
	margin-top: 0px;
	padding: 0px;
}

#top-image
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 140px;
	background-image: url(../images/kids.jpg);
}

#top-image2
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 140px;
	background-image: url(../images/hero.jpg);
}



#header
{
	background-image: url(images/header_bg.gif);
	height: 79px;
	width: 680;
	padding-top: 1px;
	position: relative;
}

.ou
{
position: relative;
	width: 65px;
	height: 68px;
	margin-top: 8px;
	margin-left: 8px;
	background-image: url(../images/ou-seal.gif);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ou-seal.gif');
}

.nsf
{
	position: absolute;
	width: 65px;
	height: 68px;
	top: 0px;
	left: 600px;
	margin-top: 5px;
	
	background-image: url(../images/nsf.gif);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nsf.gif');
}

#header h1
{
	position: absolute;
	left: 82px;
	top: 2px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shad
{
	left: 84px;
	top: 4px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: underline;
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;

	border-right: 200px solid #eeeeee;
}

#sidebar
{
	
	width: 180px;
	
	position: absolute;
	right: -200px;
	_right: 20px;

	top: 0px;

	padding: 10px;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}

#content
{
	padding: 20px;

	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
	
	line-height: 1.3em;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a
{
	color: #666666;
}


#footer
{
	width: 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	border-bottom: 0px;
	background-color: #eeeeee;
	color: #b0b0b0;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}