﻿body, html
{
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #000099;
}
body
{
	font-family: 'Comic Sans MS';
	font-size: 11pt;
	color: #FFFFFF;
	xborder: 8px solid red;
	min-height: 100%;
	border-bottom: 0px; 
}
.heading
{
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.content
{
	min-height: 100%;
}
a { text-decoration: underline; color:White}
.title
{
	font-size: 50pt;
	text-align: center;
	vertical-align: middle;
}
.clear { clear: both }

.menu  { margin-top: 20px;
	background-color: #6666FF; height: 29px}
	
.menu ul li
{
	margin: 1px;
	padding-top: 2px;
	padding-left:20px;
	padding-right: 20px;
	list-style: none;
	float: left;
	height: 25px;
	background-color: #6666FF;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}
.menu ul li a { color:White; text-decoration:none }
.menu ul li:hover
{
	background-color: #FF0000;
	font-weight: bold;
}
.images li
{
	float:left; margin: 5px;
	text-align: center; margin-top: 30px;
	list-style:none;
}
.pageContent
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
}
.story {display:none}
.storyTitle { font-weight: bold; padding: 10px }
.storySubTitle { font-weight: bold; padding: 10px; font-size: smaller }
.storyBody { padding: 10px; font-size: 10pt;}
#lightbox img{ width: 500; height: 500;}