BODY 
{
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	color: #191970;
}

table
{
	width: 730px;
	background-color: #eff3f7;
   border-left: 1px solid #6b8ec6;
	border-bottom: 1px solid #6b8ec6;
	border-right: 1px solid #6b8ec6;
	border-top: 1px solid #6b8ec6;
	vertical-align: middle;
}

#navlink a:link, #navlink a:visited
{
	display: block;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #eff3f7;
	background-image: url(../web_images/button.gif);
	text-decoration: none;
	text-indent: 30px;
	height: 25px;
	width: 110px;
	border-left: 1px solid #eff3f7;
	border-bottom: 1px solid #eff3f7;
	border-right: 1px solid #eff3f7;
}

#navlink a:hover
{
   text-decoration: none;
	background-image: url(../web_images/button_hover.gif);
	color: #6b8ec6;
}

#leftheader
{
	width: 365px;
	height: 25px;
	background-color:#6b8ec6;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #eff3f7;
	border-left: 2px solid #eff3f7;
	border-top: 1px solid #eff3f7;
}

#rightheader
{
	width: 365px;
	height: 25px;
	background-color:#6b8ec6;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #eff3f7;
	border-top: 1px solid #eff3f7;
	border-right: 2px solid #eff3f7;
}

#story
{
	color: darkblue;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
}

#index
{
	font-size: 10px;
	color: #6b8ec6;
}

#index a:link, #index a:visited
{
	font-size: 10px;
	color: #6b8ec6;
	text-decoration: none;
}

#index a:hover
{
	text-decoration: none;
	color: #C45757;
}

#leftfooter
{
	width: 365px;
	height: 25px;
	background-color:#6b8ec6;
	text-indent: 11px;
	font-size: 11px;
	color: #eff3f7;
	border-left: 2px solid #eff3f7;
	border-bottom: 2px solid #eff3f7;
}

#rightfooter
{
	width: 365px;
	height: 25px;
	background-color:#6b8ec6;
	text-align: right;
	font-size: 11px;
	color: #eff3f7;
	border-bottom: 2px solid #eff3f7;
	border-right: 2px solid #eff3f7;
}

#rightfooter a:link, #rightfooter a:visited
{
	font-size: 11px;
	color: #eff3f7;
	text-decoration: none;
	text-align: right;
}

#rightfooter a:hover{
   text-decoration: underline;
}
