/* CSS Document */

/* Menu container */
#menu {position: absolute; 
	left: 10px; 
	top: 180px; 
	width: 170px;  
	z-index: 100; 
	visibility: visible;  
	border: 0px solid #990000; 
	padding-left: 8px; 
	padding-right: 8px; }

/*Holds main content */
#content {position: absolute; 
	left: 180px; 
	top: 10px; 
	width: 700px; 
	height: 100%; 
	z-index: 100; 
	visibility: visible; 
	padding-left: 10px;
		
	}
	
#contentspec {position: absolute; left: 20px; top: 10px; width: 880px; height: 100%px; z-index: 100; visibility: visible;}
#lists {position: absolute; left: 20px; top: 180px; width: 880px; height: 100%px; z-index: 100; visibility: visible;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 130%;
	color: #000000;
text-align: left;

	}

p, .song, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	color:  #000000;
	font-weight: normal;
}

.song {font-style: italic;}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:  #000000;
	
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: 000000;
	font-style: italic;
	font-weight: bold;
}

td { font-family: Arial;
		font-size: 16px;
		line-height: 130%;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		}
body {
background-image: url(images/org_site/background.jpg);
background-color:#F0EFD0;
}

a:active { color: #000000; text-decoration: none;}
a:link { color: #000000; text-decoration: none;}
a:hover {  color: #000000; text-decoration: underline;}
a:visited { color: #000000;  text-decoration: none;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
a:link:hover {  color: #000000; text-decoration: underline;} 


a {text-decoration: underline}

.tol {font-size: 10pt;
	font-family: arial;}

.tol a:active { color: #000000; text-decoration: none; font-weight: bold;}
.tol a:link { color: #000000; text-decoration: none; font-weight: bold;}
.tol a:hover {  color: #000000; text-decoration: underline; font-weight: bold;}
.tol a:visited { color: #000000;  text-decoration: none; font-weight: bold;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
.tol a:link:hover {  color: #000000; text-decoration: underline; font-weight: bold;}