﻿body 
{
	background-color: #000080;
}
#navigation
{
	font-size:x-small;
	font-family: Verdana;
	line-height: 200%; 
	margin-left: 10; 
	margin-right: 10;
	color: Black;
	width:19%;
	background-color:White;
	float: left;
}
#pageArea
{
	text-align: center;	
	background-color: White;
	color: #000080;
	font-family: Arial;
}
#pageAreaInner
{
	border-top: solid 1px black; 
}

#contentArea
{
	color: #000080;
	background-color:White;
	font-family: Arial;
	text-align: center; 
	margin: 2px 2px 2px 2px;	
	width:80%;
	float: right;
}
.imageClass
{
	text-align: center; 
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.listing
{
	font-size: x-small;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 33%;	
}
.summary
{
	font-size:medium;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 33%;
}
.navSection
{
	border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}
.navLink
{
    color: Black;
}
.ListingEdit
{
	color: #000080;
	font-weight: bold;
	font-size: medium;
	width: 260px;
}
.ListingEditNoWidth
{
	color: #000080;
	font-weight: bold;
	font-size: medium;
}
.ListingDisplay
{
	color: #000080;
	font-weight: bold;
	border-style: none;
	font-size: medium;
	background-color: Transparent; 
	width: 260px;
}

