body
{
	margin-left: 1%;
	font-family: sans-serif;
	color: black;
	background: white; 
}

h1
{
	text-align: left;
	margin-top: 0;
	font-weight: bold;
	font-size: 130%;
}

h2, h3, h4, h5, h6
{
	text-align: left;
	margin-top: 0;
	font-weight: bold;
	font-size: 110%;
}

a, div, table
{
	font-size: small;
}

a:hover
{
	text-decoration: none;
	color: red;
}

a.NavBarLink
{
	text-decoration: none;
	color: white;
}

a.NavBarLink:hover
{
	background: #0091c8;
	color: white;
}

a.SectionHeader
{
	text-decoration: none;
	color: black;
}

a.SectionHeader:hover
{
	color: red;
}

div
{
	width: 800px;
	background-color: white;
	text-align: justify;
	border: none;
}

div.MainStory
{
	margin-top: 0;
	width: 392px;
	background-color: #eaeff4;
}

div.MapTitle
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: navy;
	margin-top: 2;
	margin-bottom: 2;
}

.StoryTitle
{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: navy;
}

.StoryDate
{
	text-align: left;
	font-size: 90%;
}

.GuestEdTitle
{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: navy;
}

.AuthorName
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.AuthorBio
{
	text-align: justify;
	font-size: 90%;
	font-style: italic; 
}

.GuestEdDisclaimer
{
	text-align: justify;
	font-style: italic; 
	font-weight: bold;
	font-size: 90%;
}

.PageTitle
{
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: navy;
}

table
{
	width: 800px;
	padding: 0px;
	background: white;
	border-width: 0;
	border-color: white;
}

table.MainLeft, table.MainRight
{
	width: 395px;
	padding: 0px;
	border: 0px;
}

td
{
	vertical-align: top;
}

td.NavBarLink
{
	background-color: navy;
	text-align: center;
}

td.NavBarLink:hover
{
	background: #0091c8;
}

th.SectionHeader
{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #eaeff4
}

img.MainStory
{
	float: right;
	width: 220px;
	height: 150px;
	border: 1px;
}

td.NumberMessages
{
	width: 20px;
	font-weight: bold;
}

td.ThreadDate
{
	width: 165px;
}

td.MessageDate
{
	width: 210px;
}

td.ForumMessage1
{
	background-color: #A9A9A9;
}

td.ForumMessage2
{
	background-color: #87CEEB;
}

a.MemberName
{
	text-decoration: none;
	color: blue;
}

a.MemberName:hover
{
	text-decoration: underline;
	color: blue;
}

@media print
{
	body
	{
		background-color:#FFFFFF;
		background-image:none;
		color:#000000
	}
	#translateTools{display: none;}
	#navigationBar{display: none;}
	#articleoptions{display: none;}
}
