body {
	margin: 0px;
	padding: 0px;
	background-color: #93B84E;
	background-image: url('/images/backgroundtile.jpg');
	background-repeat: repeat;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #00000;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #FFF100;
}

a.blue:link, a.blue:visited, a.blue:hover, a.blue:active {
	color: #164BA0;
}

a.menuLink:link, a.menuLink:visited, a.menuLink:hover, a.menuLink:active {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF100;
}

a.menuLinkOver:link, a.menuLinkOver:visited, a.menuLinkOver:hover, a.menuLinkOver:active {
	font-size: 1.5em;
	font-weight: bold;
	color: #04703E;
}

.menuTextOver {
	font-size: 1.5em;
	font-weight: bold;
	color: #04703E;
}

h1 {
	text-align: center;
	font-size: 2.25em;
	color: #FFF100;
}

h1.blue {
	text-align: center;
	font-size: 2.25em;
	color: #164BA0;
}

h2 {
	text-align: center;
	font-size: 1.5em;
	color: #FFF100;
}

h2.blue {
	text-align: center;
	font-size: 1.5em;
	color: #164BA0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFF100;
	margin-bottom: 0px;
}

h3.blue {
	font-size: 1em;
	font-weight: bold;
	color: #164BA0;
	margin-bottom: 0px;
}

h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #FFF100;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.menuTable {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
}

td.menuCell {
	background-color: #04703E;
	text-align: center;
	width: 20%;
}

td.menuCellOver {
	background-color: #FFF100;
	text-align:center;
	width: 20%;
}

div.headerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	padding: 0px;
	text-align: left;
	background-color: #FFF100;
}

div.contentDiv {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	padding: 12px;
	text-align: left;
	border: 1px solid #FFF100;
	background-color: #93B84E;
}

div.cornerContents {
	width: 175px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 5px;
	font-size:0.9em;
	border: 1px solid #000000;
}

div.footerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	height: auto;
	padding: 12px;
	text-align: left;
	border: 1px solid #FFF100;
	background-color: #93B84E;
}

span.small {
	font-size: 0.75em;
}

span.initial {
	font-size: 1.25em;
	color: #164BA0;
}

span.blue {
	font-weight: bold;
	color: #164BA0;
}

