body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
}

#header {
  height: 125px;
  z-index: 2;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 1.05em;
  border-bottom: 3px double Black;
}

#webcontent {
  position: relative;
  margin-left: 196px;
  clear: both;
  display: block;
  background: white url(background.gif) repeat;
  color: black;
}


#webcontent p{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px 10px 12px 10px;
}

#webcontent p.bold {
	text-align: left;
	margin-left: 5px;
	color: #006400;
	font: bold 100% Arial, Helvetica, sans-serif;
	line-height: 90%;
	margin-top: -5px;
	margin-bottom: 0px;
}

#webcontent p.lyrics {
	background-color: transparent;
	text-align: center;
	font: 110% Arial, Helvetica, sans-serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 0px;
}

.rgtgoogle {
float:right;
padding-right:10px;
padding-left:10px;

}

#center {
	text-align: center;
}
 
H1{
	text-align: center;
   margin-bottom: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #006600;
   font-weight: 900;
}

H2{
	text-align: center;
   margin-bottom: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333399;

}

ol {	
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color: black;

}

li {
	margin-bottom: 20px;
	font: 1em/1.3em Arial, Helvetica, sans-serif;

}

#webcontent ol.main {
	list-style-position:outside;
	list-style-type: decimal;
}

#webcontent li.main {
	margin-bottom: 4px;
}

#webcontent ul.main {
	list-style-position:outside;
	list-style-type: disc;
	text-align: left;
	margin-left: 40px;
}

img {
	border: 0px;
	margin-top: 4px;
}

ul {
	list-style-position:outside;
	list-style-type:none;
}
a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0002C1;
	background-color: transparent;
	text-decoration: underline;
	line-height: 1.2em;
	font-weight: bold;
 }

a:visited {
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #696969;
	background-color: transparent;
	line-height: 1.2em;
	font-weight: bold;
 }
 
a:hover {
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFD700;
	background-color: transparent;
	text-decoration: underline;
	line-height: 1.2em;
	font-weight: bold;
 }
 
a:active {
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFD700;
	background-color: transparent;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: bold;
 }

/* right menu bar grid */
#linkList {
	position: absolute;
	top: 128px;
	left: 0px;
	width: 190px;
	background-color: white;
	padding-left: 3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	}
	
	
#linkList h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #006400;
	text-align: center;
	font-size: 20px;
	width: 175px;
	height: 20px;
	background-color: white;
	margin: 2px 0px 5px 0px;
	border: 1px black;
	}
	
#linkList ul {
	margin: 0px;
	padding: 0px;

	}
#linkList li {
	display: list-item; 
	width:175px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	list-style-type: none;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 5px;
	border: thin groove Black;
	background-color: #FFFFFF;
}

	
#linkList li a:link {
	line-height: 1.5em;
	color: #0002C1;
	background-color: white;
	text-decoration: underline;

	}
#linkList li a:visited {
	line-height: 1.5em;
	color: #696969;
	 background-color: White;
	text-decoration: none;

	}
#linkList li a:hover {
	line-height: 1.5em;
	color: #FFD700;
	background-color: White;
	text-decoration: underline;

}
	
	
	
