.MenuText
{
	font-family:times;
	font-size:14pt;
	text-decoration:none;
	color:#3f623d;
}

.NavLinkText
{
	font-family:times;
	font-size:12pt;
	font-weight: bold;
	text-decoration:none;
	color:#3f623d;
}

.FooterText
{
	font-family:times;
	font-size:10pt;
	font-weight:bold;	
	text-decoration:none;
	color:#3f623d;
}
.NarrativeText
{
	font-family:times;
	font-weight:200;
	font-size:11pt;
	text-decoration:none;
	color:#2c6677;	
}
.NarrativeHeading
{
	font-family:times;
	font-size:18pt;
	color:#2c6677;
}



#header
{
	height: 56px;
	line-height: 56px;
	width: 100%;
	padding=0px;
	background: url("images/headerbg.jpg");
	/*background: #9fc1f0;*/
	vertical-align: middle;
	text-indent: 5px;
	font-family:times;
	font-size:30pt;
	color:#FFFFFF;
}

#menu
{
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: url("images/Menubar1.jpg");
	text-align: left;
	vertical-align: middle;
	font-family:times;
	font-size:14pt;
	text-decoration:none;
	color:#3f623d;
}

#footer
{
	clear: both;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding=0px;
	background: url("images/Footerbar1.jpg");
	text-align: center;
	vertical-align: middle;
	font-family:times;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#3f623d;
}

#homeBody
{
	width: 100%;
	background: #FFFFFF;
}

#homeNarrationBox
{
	padding: 20px;
	text-align: center;
	background: #FFFFFF;
}

BODY
{
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url("images/headerbg.jpg");
	/*background: #9fc1f0;*/
}

SPAN
{
	display: inline;
}
DIV
{
	display: block;
}