body, TD
{
	background-color: #EFEFEF;
	font-family: verdana, arial;
	font-size: 10pt;
}

body
{
margin: auto;
text-align: center;
}

.pagebox, #pagebox
{
	margin: auto;
	text-align: center;
	width: 810px;
}

#banner
{
	margin-bottom: 10px;
	margin-top: 200px;
}

.header
{
	margin-top: 40px;
}

#navigation
{
	text-align: center;
	margin: auto;
	/* width: 300px; */
}

#contactinfo
{
	margin-top: 10px;
	font-size: 12pt;
	line-height: 16pt;
}

.navbutton, .navbox
{
	background-color: #7892AE;
	padding: 2px;
	border: 2px solid #000000;
}

.navtext
{
	color:   #E5E5E0;
	font-weight: bold;
	display: inline;
}

.navbutton a
{
	text-decoration: none;
	
}

.navigation, #navigation
{
margin-top: 10px;
margin-bottom: 10px;
}

.main
{
	margin: auto;
	width: 600px;

}

.imagetable
{
	text-align: center;
	width: 100%;
}

.imagetd
{
	border: 1px solid steelblue;
	background-color: #efefef;
	width: 250px;
	vertical-align: top;
	text-align: center;
}

.imgholder
{
	text-align: center;
}

.row
{
	clear: both;
	height: auto;
}

.story
{
	padding-bottom: 2px;
	margin-bottom: 15px;
	background-color: #efefef;
	border-left: 1px solid steelblue;
	border-right: 1px solid steelblue;
	border-bottom: 1px solid steelblue;
	border-top: 1px solid steelblue;
	color: black;
	overflow: show;
	text-align: center;
}

.story .title
{
	padding-left: 2px;
	background-color: lightsteelblue;
	color: black;
	font-weight: bold;
	text-align: left;
}

.story .info
{
	padding-left: 2px;
	border-bottom: 1px dashed red;
	color: black;
	background-color: #efefef;
	text-align: left;
}

.story .text
{
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	color: black;
	background-color: #efefef;
	text-align: left;
}

.story .foot
{
	border-top: 1px dashed steelblue;
	color: steelblue;
	text-align: right;
	padding-right: 2px;
}

a:hover, .story a:hover
{
	color: red;
}

.copyright
{
	background-color: #efefef;
	padding-bottom: 2px;
	margin: auto;
	margin-top: 10px;
	width: auto;
	padding-left: 2px;
	text-align: center;
	font-size: 8pt;
}
