 error {} /* Netscape and Opera seem to drop out the first value defined in the stylesheet */

.navCurrent{
	color: #BB4D20;
	text-decoration: none;
} 
 
a:link {
	color: #BB4D20;
	text-decoration: underline;
}
a:visited {
	color: #BB4D20;
	text-decoration: underline;
}
a:hover {
	color: #1C1918;
	text-decoration: underline;
}
a:active {
	color: #BB4D20;
	text-decoration: underline;	
}


/* font and padding Left Nav Links */

a.level1:link{
	color: #000000;
	text-decoration: none;
	font-size: 85%;
}

a.level1:visited {
	text-decoration: none;
	color: #000000;
	font-size: 85%;
}

a.level1:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 85%;
}

a.level1:active {
	color: #000000;
	text-decoration: none;
	font-size: 85%;
}

.navCurrent {
	color: #BB4D20;
	text-decoration: none;
	font-size: 85%;
}

/* end font and padding Left Nav Links */
	
		
.heading1 {
	font-size: 110%;
	font-weight: bold;
}

.bodyItalic {
	font-style: italic;
}

.bodyBold {
	font-weight: bold;
}

.bodyBoldItalic {
	font-style: italic;
	font-weight: bold;
}

.tblBg {
	background-color: #000000;
}

/* Gallery Pics borders */

a.galleryPic:link {
	color:#666666;
}

a.galleryPic:visited {
	color:#666666;
}

a.galleryPic:hover {
	color:Red;
}

a.galleryPic:active {
	color:Red;
}

h1 {
	font-size: 110%;
	font-weight: bold;
}

/*  style definitions for footer */
.FooterText {
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	text-align:  center;
}

.rulecolour 
{
	background-color: #939393;
}


