﻿html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-image: url('images/Tile.png' );
	background-repeat: repeat;
}
cite
{
	font-size: smaller;
	font-style: italic;
	margin: 1em;
	float: right;
}
h1
{
	font-family: 'Souvenir Lt BT';
	font-size: 20pt;
	font-weight: bold;
  	background-image: url('images/Header.png' );
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 200px;
	padding-right: 25px;
	height: 146px;
	color: yellow; /* #80FF80;*/
}
h2
{
	margin-top: 1.5em;
	font-size: x-large;
	color: #006600;
}
ul
{
	list-style-type: disc;
	list-style-position: outside;
}
li
{
	margin-top: 1em;
	margin-left: .5in;
}
p
{
	margin-top: 1em;
	line-height: 1.2em;
}
h1 p
{
	margin-top: 0px;
	line-height: 1.5em;
	text-align: center;
}
#MainPoint h2
{
	margin-top: 0.75em;
}
.ActionButton
{
	border: thick outset #CC3300;
	font-size: x-large;
	color: #FFFFFF;
	background-color: #CC3300;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.ActionButtonDiv
{
	margin-top: 1em;
	text-align: center;
}
.Highlight
{
	font-style: normal;
	font-weight: bold;
	background-color: #FFCE9D; /*#FFFF00;*/
}
.HighlightExtra
{
	font-style: italic;
	font-weight: bolder;
	background-color: yellow;
}
.LeadParagraph
{
	font-size: larger;
}

.StrongU
{
	text-decoration: underline;
}
#WholePage
{
	margin: 20px 100px 20px 100px;
	padding: 0in;
	border: medium solid #FFE600;
	background-color: #FFFACC;
}
#Header
{
	border-width: 1px;
	border-color: #808080;
	margin: 0;
	clear: both;
	width: 100%;
	border-bottom-style: solid;
	background-color: #996633;
}
#Wrapper
{
	width: 100%;
	float: left;
	margin-right: -220px;
}
#Main
{
	padding: 20px 20px 20px 20px;
	margin-right: 220px;
	background: #FFFFE6;
	border: 1px solid white;
	border-color: #808080;
}
#MainPoint
{
	border: thin dashed #808080;
	padding: 0in .1in .1in .1in;
	background-color: #FFFACC;
	margin-top: 1em;
}
#Sidebar
{
	width: 200px;
	float: right;
	background: #FFFACC;
	padding-left: 10px;
	padding-right: 10px;
	border-top: thin solid #808080;
}
#Footer
{
	/*	background: #eee;*/
	border-top: 1px solid #808080;
	margin: 0;
	clear: both;
	width: 100%;
	font-size: smaller;
	padding-bottom: 10px;
	text-align: center;
}
