TD {
	/*color : Yellow;
	*/
	/*color: #DC143C;*/
	color: #AA0000;
	font-family : "Times New Roman", Times, serif;
	font-size: 18px;
	font: italic;
	text-align: justify;
}

.mainTitleFont
{
	color : #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: 2px;
	top: 125px;
	
	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: 81%;
	/*height: 5px;
	*/
	background-image: url(../pictures/background5.jpg);
	position: absolute;
	left: 159px;
	top: 114px;
	border: 0px solid #000000;
	z-index: 12;
	text-align: center;
	color : Navy;
}

.bodyText
{
	width: 80%;
/*	background-image: url(../pictures/background5.jpg);*/
	position: absolute;
	left: 159px;
	top: 114px;
	border: 0px solid #000000;
	z-index: 10;
/*	text-align: center;*/
}

.bodyTextTitle
{
	font-size: 23pt;
	color: Blue;
	/*text-align: center;*/
	left: 159px;
	top: 114px;
	z-index: 20;
}

.darkBackgroundText
{
	color: Yellow;
	background: #DEB867;  /* kind of orange */	
}

.menuLink
{
  position: absolute;
  top: 0;
  left: 0;
  size: 1pt;
  font-size: 2px;
  z-index: 9;
}

BODY {
	background: BLUE url(../pictures/background6.jpg);
	/*background: #DEB887;*/ /*peach*/
	/*background: #AA6633;*/ /*Dark Peach*/
	/*background: #00FFFF url(../pictures/background5.jpg);*/
	/*background: #DEB887;*/
	/*background: #DEB867;*/
	/*background: #6080A0;*/ /*bluish*/
	/*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: Yellow;
}