﻿body
{
	text-align:center;
}
h2, h3, .author
{
	text-align: center;
	font-family: Verdana;
	color: #000099;
}
p
{
	font-family: Verdana;
	text-align: justify;
	font-size: 0.8em;
}
td
{
	padding: 10px;
}
.footer
{
	border-top: 5px solid white;
	background-color: #000099;
	color: #ff9900;
	text-align: center;
	padding: 0px;
}
.footer p
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer ul
{
	list-style-type: none;
	margin-top: 0px;
}
.footer li
{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
.footer a
{
	color: #ff9900;
}
.leftCol
{
	background-color: #ccccff;
	text-align: center;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #FFFFFF;
}
.Title
{
	background-color: #000099;
	color: #ff9900;
	text-align: center;
	padding: 0px;
}
.subTitle
{
	border-bottom: 5px solid white;
	background-color: #000099;
	color: #ff9900;
	padding-top: 0px;
	font-weight: bold;
}
.author
{
	font-style: italic;
}
.issueDate
{
	color:#000099;
	text-align:center;
}
.blueLink
{
	font-family: Verdana;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	margin-bottom: 10px;
	color: Blue;
}
.mainCells
{
	background-color: #eeeeFF;
}
.oldEng
{
	font-family: "Old English Text MT";
	font-size: xx-large;
	margin: 20px 0px 0px 0px;
}
/* Signup Form (a table) */
#signupForm
{
	width:500px;
	margin:auto;
}