html
{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

#header
{
	margin: 0;
	margin-right: -1%;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #ccc;
	background: #EBF0F8;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #6699CC;
}

a { text-decoration: none; }
a:link { color: #0054a6; }
a:visited { color: #733f9a; }
a:active { color: #FF0000; }

a:hover
{
	color: #108c90;
	text-decoration: underline;
}

#header h1
{
	margin: 0;
	padding: 0 15px;
	font-size: 22px;
	font-weight: bold;
	color: #ccc !important;
}

#header h1 img
{
	vertical-align: middle;
	border: none;
}

#header h1 a:link { color: #0054a6; }
#header h1 a:visited { color: #0054a6 !important; }

#spacer
{
	display: block;
	height: 90%;
	float: left;
	width: 1px;
	/* 1px would be enough this is for display only */
	font-size: 1px;
	/* to make sure width is not overridden */
	padding: 0;
	margin: 0;
	/*background-color: red;*/
	/* visual effect only */
}

#contentwrap
{
	display: block;
	width: 99%;
	padding: 0;
	margin: 0;
}

.content
{
	margin: 0 45px;
	padding: 0;
}

.content h2
{
	color: #222;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	/*border-bottom: 1px solid #333333;*/
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
}

.content h3
{
	color: #111;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h3 img { vertical-align: middle; }

.content h3 span.movie
{
	padding-left: 30px;
	background-image: url(http://explorelearning.blogs.com/help/images/camera.gif);
	background-repeat: no-repeat;
	height: 35px;
	display: block;
}

h4
{
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 30px 0 0 0;
	color: #222;
	/*line-height: 120%;*/
}

.content p
{
	color: #111;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content ul ul { margin-top: 10px; }

.content li
{
	color: #111;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
}

.content li img { margin: 10px 0 0 0; }

.content p.thumb
{
	float: right;
	margin: 0 0 2em 2em;
	font-size: 9px;
	text-align: center;
	color: #555;
	font-style: italic;
}

.content p.thumb img { border: 3px outset #eee; }

.content p.s-shot
{
	font-size: 9px;
	color: #555;
	font-style: italic;
}

.content p.s-shot img
{
	padding: 10px;
	border: 3px outset #eee;
}

.content li img.s-shot
{
	padding: 10px;
	border: 3px outset #eee;
}

.content li span.caption
{
	font-size: 9px;
	color: #555;
	font-style: italic;
}

.content p.print { display: none; }
.content blockquote { line-height: 150%; }
.content li { line-height: 150%; }

.content p.altV  img
{
	vertical-align: middle;
	margin-right: 5px;
	border: none;
}

.content p.posted
{
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	border-top: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.content div.linebreak {display: none;}

.content #movie
{
	border: 3px outset #eee;
	margin-bottom: 15px;
	width: 640px;
}

#footer
{
	clear: both;
	height: 10%;
	border-top: 1px dotted #6699CC;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	padding-top: 10px;
}

#footer p
{
	font-size: 11px;
	text-align: center;
	line-height: 120%;
	color: #333;
}

span.ak { text-decoration: underline; }

