/* CSS Document */

/*Holds main content */
#mainContent {position: relative; 
	padding: 20px;
	z-index: 100;
		}
	
.mainMenu {font-weight: bold;
		   /*color: #FEF3CD;*/
		    color: #FFFFFF;
		   font-family: "Goudy Old Style", "times new roman", serif;
		   font-size: 100%;
		 }
		 	
.leftMenu, .footer {font-size: 90%;
			 color: #FFCC66;
			 font-family: "Trebuchet MS", sans-serif;
			line-height: 140%;
			 }	
				 	

h1 {
	font-family: Perpetua, Papyrus, Times, serif;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	color: #990000;
	text-align: left;
	
}

p, .song, ul, ol, li,dl, .tabletext {
	font-family: "Myriad Web", Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 110%;
	color:  #333333;
	font-weight: normal;
}


h2 {
	font-family: Garamond, Times, serif;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:  #333333;
	
}
h3 {
	font-family: Garamond, Times, serif;
	font-size: 130%;
	text-align: center;
	color: 333333;
	font-style: italic;
	font-weight: bold;
}

body {background-color: #4F1C0B;
	background-image: url(images/fc6gr35.jpg);
}


a:active { color: #990000; text-decoration: none;}
a:link { color: #990000; text-decoration: none;}
a:hover {  color: #990000; text-decoration: underline;}
a:visited { color: #990000;  text-decoration: none;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
a:link:hover {  color: #990000; text-decoration: underline;} 


a {text-decoration: underline}


.mainMenu a:active { color: #ffffff; text-decoration: none; font-weight: bold;}
.mainMenu a:link { color: #ffffff; text-decoration: none; font-weight: bold;}
.mainMenu a:hover {  color: #ffffff; text-decoration: underline; font-weight: bold;}
.mainMenu a:visited { color: #ffffff;  text-decoration: none; font-weight: bold;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
.mainMenu a:link:hover {  color: #ffffff; text-decoration: underline; font-weight: bold;}

.leftMenu a:active { color: #FFCC66; text-decoration: none; font-weight: bold;}
.leftMenu a:link { color: #FFCC66; text-decoration: none; font-weight: bold;}
.leftMenu a:hover {  color: #FFCC66; text-decoration: underline; font-weight: bold;}
.leftMenu a:visited { color: #FFCC66;  text-decoration: none; font-weight: bold;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
.leftMenu a:link:hover {  color: #FFCC66; text-decoration: underline; font-weight: bold;}