TD {
	color : Silver;  /*Yellow;*/
	/*text-shadow: -0.1em -0.1em white, 1px 1px #333;*/
	font-family : "Times New Roman", Times, serif;
	font-size: 14px;
	font: italic;
	text-align: justify;
}

.titleFont
{
	text-shadow: black 0.3em 0.2em 0.2em;
	color : sienna; /*silver; /*#FFAAAA;*/
}

.mainTitleFont
{
	color : sienna; /*silver; /*#FFAAAA;*/
	font-family : Arial, sans-serif;
	font-size: 20px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
	border-top : thin dotted Fuchsia;
	border-top-width : medium;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}

/*This is the style block for the navigation layer
(the layer which contains the links to all of the 
pages in the site).  The navigation layer is included
for compatability with browsers which don't support
or don't allow the javascript menu.*/
.navLayer
{
	font-size: 10pt;
	color: #7FFFD4;
	
	/*background-image: url(../pictures/background5.jpg);
	*/
	width: 100px;
	border: 0px solid #FFFFFF;
	position: absolute;
	left: 0px;
	/*top: 94px;
	*/
	z-index: 10;
	text-align: left;
}

/*These create a special format for the links
in the navigation layer which is unique from
the link format for the rest of the document
(see A and A:Hover for the overall document
link format)*/
.navLayer A
{
	text-decoration: none;
	color: orange;
}

.navLayer A:Hover
{
	text-decoration: underline;
	color: Navy;
}

.topBar
{
	width: 83%;
	/*height: 5px;
	*/
	/*background-image: url(../images/khaki3D.gif);  /*../pictures/background5.jpg);*/
	background-color: sienna;
	border: 0px solid #000000;
	position: absolute;
	left: 100px;
	top: 94px;
	z-index: 12;
	text-align: center;
	color : Black; /*#595632;*/
}

.bodyimage
{
	width: 80%;
	height: 200;
	position: absolute;
	left: 110px;
	top: 94px;
	z-index:5;
	border:solid 5px;
	border-color: Tan; 
	background-color: White;
}

.bodyText
{
	width: 80%;
/*	background-image: url(../pictures/background5.jpg);*/
	border: 0px solid #000000;
	position: absolute;
	left: 110px;
	top: 129px; /*top: 294px;*/
	z-index: 10;
/*	text-align: center;*/
}

.bodyTextTitle
{
	text-shadow: black 0.2em 0.15em 0.1em;
	font-size: 23pt;
	color: #ebe384; /*#595632;*/
	text-align: center;
	left: 110px;
	top: 94px;
	z-index: 20;
}
.darkBackgroundText
{
	color: Yellow;
}

BODY {
	/*background: #00FFFF url(../pictures/background5.jpg);	*/
	/*background : #DEB887;*/ /*peach*/
	/*background: #AA6633;*/ /*Dark Peach*/
	/*background: #00FFFF url(../pictures/background5.jpg);*/
	/*background: #FFFFFF url(../pictures/salmon-green.jpg);*/
	/*background : #DEB887;*/
	/*background: #6080A0;*/ /*bluish*/
	background: #8B864E;
	/*background: #69874D;*/ /*Green*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	/*font-style: italic;*/
	line-height: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: Black;
} 