﻿
.CommentNotes
{
	padding: 2px;
	margin: 0px;
	font-size: x-small;
	font-style: italic;
}


body
{
	font-family: "Century Gothic";
	color: #FFFF99;
	background-position: center center;
	background-color: #4E8226;
	background-image: url('images/GreenGrad_1600x1200.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-base-color: #2C4025;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
}

H1
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
}
H2
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
}

H3
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
}

H4
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
}

H5
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
}

P
{
	font-family: "Century Gothic";
	color: #FFFF99;
}

ul
{
	font-family: "Century Gothic";
	color: #FFFF99;
}

LI
{
	font-family: "Century Gothic";
	color: #FFFF99;
}

A
{
	color: #FFDD77;
	font-weight: bolder;
	text-decoration: none;
}

A:hover
{
	color: #FFDD77;
	text-decoration: underline;
}

/* end of std html */
/* ************************************************* */
.footerline
{
	border: 1px dotted #FFFF99;
	height: 1px;
	top: 2px;
	right: 0px;
	bottom: 1px;
	left: 1px;
	width: 98%;
}

.footerCopyright
{
	font-family: "Century Gothic";
	font-size: small;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-color: #FFFF99;
	position: relative;
	left: 2%;
}

.RightBack
{
	color: #CCCC00;
	vertical-align: top;
}

.SplitBorderHorizontal
{
	border-width: 0px;
	height: 80px;
	background-color: #336600;
}

.SplitBorderVertical
{
	width: 10px;
}

.LeftColumn
{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

.MainTable
{
	border-style: none;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
}

.BannerBack
{
	text-align: center;
	background-color: #999999;
}

/* border: 1px dotted #FFE064; */
.ContentBack
{
	color: #333333;
}

ContentHeader
{
	font-size: 120%;
	text-align: left;
	font-family: "Century Gothic";
	color: #FFFF99;
}

ContentBody
{
	font-family: "Century Gothic";
	color: #FFFF99;
}

ContentFooter
{
	font-family: "Century Gothic";
	color: #FFFF99;
}

.pictureBar
{
	padding: 0px;
	margin: 2px;
	border: 1px solid #FFDF80;
}



/********************************************************************* from Theatricum/
 /* START THE CODE FOR THE MENUS */
.menu
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
	display: block;
	border: #000000 1px solid;
}

a.menu:link
{
	background-image: url("images/menu.gif");
	background-color: #4A614A;
	color: #F0F0F0;
}

a.menu:visited
{
	background-image: url("images/menu.gif");
	background-color: #4A614A;
	color: #F0F0F0;
}

a.menu:active
{
	background-image: url("images/menu.gif");
	background-color: #4A614A;
	color: #F0F0F0;
}

a.menu:hover
{
	background-image: url("images/menuon.gif");
	background-color: #9A6E30;
	color: #FFFFFF;
}

/*********************************************************************/
/* Page Menus
/*********************************************************************/
.menuLinks
{
	background-image: url('images/roundButton.gif');
	border-width: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Century Gothic";
	width: 100px;
}

.menuLinks A
{
	color: #336699;
	text-decoration: none;
}

.menuLinks A:hover
{
	color: #336699;
	text-decoration: underline;
}

/*********************************************************************/
/* Shadowed content */
/* changed padding from 50 to 34 */
/*********************************************************************/
.top
{
	margin: 0;
	padding: 0 34px 0 0;
	background: transparent url(images/shadow.gif) repeat-y right top;
}

.top h1
{
	margin: 0;
	padding: 34px 0 0 34px;
	background: transparent url(images/shadow.gif) no-repeat left top;
	font-size: 120%;
	text-align: left;
}

.bottom
{
	margin: 0;
	padding: 0 34px 0 0;
	background: transparent url(images/shadow.gif) repeat-y right bottom;
}

.bottom p
{
	margin: 0;
	padding: 10px 0 34px 34px;
	background: transparent url(images/shadow.gif) no-repeat left bottom;
}

.p p
{
	margin: 0;
	padding: 10px 0 0 34px;
	background: transparent url(images/shadow-repeat.gif) repeat-y 0 0;
}

.p ul
{
	margin: 0;
	padding: 10px 0 0 34px;
	background: transparent url(images/shadow-repeat.gif) repeat-y 0 0;
}

.p h3
{
	margin: 0;
	padding: 10px 0 0 34px;
	background: transparent url(images/shadow-repeat.gif) repeat-y 0 0;
}

.p
{
	margin: 0;
	padding: 0 34px 0 0;
	background: transparent url(images/shadow-repeat.gif) repeat-y 100% 0;
}

/*********************************************************************/
/*********************************************************************/
<!-- This page served by Jumano web services.  All rights reserved. -->

<!-- This page served by Jumano web services.  All rights reserved. -->

