html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
}

#header {
  height: 130px;
  text-align: center;
}

#webcontent {
  position: relative;
  margin-left: 196px;
  clear: both;
  display: block;
  background-color: white;  
  color: black;
  	padding-left: 5px;
	padding-right: 5px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
}

p.bold {
	font-weight: bold;
	background-color: transparent;
	margin: 0px 10px 0px 10px;
}

p.more {
	font-weight: bold;
	background-color: white;
	margin: 0px 10px 0px 10px;
	line-height: 1.4em;
}

.text {
	font-weight: normal;
	background-color: white;
	margin: 0px 0px 0px 7px;
	font-style: normal;
	font-size: small;
}

.chorus {
	font-weight: bold;
	background-color: transparent;
	margin: 0px 10px 0px 0px;

}

.lyrics {
	text-align: center;
}

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

.frame { 
	padding: 5px; 
	border: 1px solid #aaa; 
}

.left { 
	float:left; 
	margin: 0 10px 0 0; 
}

.right { 
	float:right; 
	margin: 0 0 0 10px; 
}


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

.lftgoogle {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.footer /* Internet Explorer */  {
	margin-right: auto;
	margin-left: 196px;
	text-align: center;
	background-color: white;
   color: black;

}
      
.footer /* Mozilla Firefox alignment */  {
	margin-right: auto;
	margin-left: 196px;
	text-align: -moz-center;
	background-color: white;
   color: black;
} 


h1 {
	text-align: center;
	font-size: 200%;
	margin: 5px 10px 12px 10px;
}

h2 {
	text-align: center;
	margin: 0px 10px 12px 10px;
	font-size: 140%;
}

h3 {
	text-align: center;
	margin: 0px 10px 12px 10px;
	font-size: 110%;
}

h4 {
	text-align: center;
	font-size: 100%;
}

.footnote {
	font-size:70%; 
	vertical-align:top
} 

/* ++++++++++++++++++++ Lists ++++++++++++++++++++++++++++++++ */

ol {	
	list-style-type: decimal;
	text-align: left;
	color: black;
	margin-right: 5px;
}

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

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

ul {
	list-style-position:outside;
	list-style-type:none;
}

ul.main {		
	list-style-type: disc;
	text-align: left;
	margin-left: 40px;
}
li.main  {
	margin-bottom: 4px;

}

li.main2  {
	margin-bottom: 3px;
	margin-left: 40px;
	font-weight: bold;
}

ul.list {		
	list-style-type: disc;
	text-align: left;
	line-height: 90%;

}
li.list  {
	margin-bottom: 0px;
}

ul.dot {
	list-style-type: disc;
}

li.dot {
	line-height: 0px;
}
/* ++++++++++++++++++++ Links in the main text ++++++++++++++++++++++++++++++++ */
a {
	background-color: white;
	line-height: 1.2em;
}
.footer a {
	background-color: white;
	line-height: 1.4em;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
 }

a:visited {

 }
 
a:hover {
	text-decoration: underline;
 }

 
 
 
 
/* ++++++++++++++++++++ left menu bar grid ++++++++++++++++++++++++++++++++ */


#linklist {
	position: absolute;
	top: 128px;
	left: 0px;
	width: 190px;
	padding-left: 3px;
	text-align: center;
	}
	
	
p.name {
	text-align: center;
	font-size: 20px;
	width: 175px;
	height: 20px;
	margin: 2px 0px 5px 0px;
   font-weight: bold;
}
	
#linklist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#linklist li {
	display: list-item; 
	width:175px;
	line-height: 18px;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 5px;
	border: thin groove Black;
	text-align: left;
	background-color: white;

}

#linklist a {
	line-height: 1.5em;
	text-decoration: underline;
	font-weight: bold;
}
	


