html { height: 100%; }

body { height: 100%;
font-size: 101%; 
margin-top: 0px; 
margin-left: 0px;
}

.footer {
	font-weight: 400;
	font-size: 14px;
	font-family: "Helvetica", "Arial", "sans-serif";
	background-color: #ffffff;
}

.footer a:link { color: #418F00; text-decoration: none; font-size: 14px}
.footer a:visited { color: #418F00;  text-decoration: none; font-size: 14px}
.footer a:active { color: #418F00;  text-decoration: none; font-size: 14px}
.footer a:hover { color: #008080;  text-decoration: none; font-size: 14px}

.footerCell {
     padding-top:10px;
     padding-left:10px;
     height:auto;
     border-top:1px solid #ebebeb;
}

.button {
	background-color: #f7f7f7;
	border: 1px solid #000000;
	color: #000000;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

a:link {text-decoration : none;}
a:visited {text-decoration : none;}
a:active {text-decoration : none;}
a:hover {text-decoration : underline;}

h1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 26px;
	font-style: normal;
	color: #0050b6;
	line-height: 28px;
    margin: 10px 0;
}

h2 {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
    margin: 10px 0;
}
h2 a:link { color : #ffffff; text-decoration : none; font-size: 14px;}
h2 a:visited { color : #ffffff; text-decoration : none; font-size: 14px; }
h2 a:active { color : #ffffff; text-decoration : underline; font-size: 14px; }
h2 a:hover { color : #ffffff; text-decoration : none; font-size: 14px; }

h3 {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 15px;
	color: #ffffff;
}

h4 {
	color: #cccccc;
	margin-left: 6%;
	margin-right: 6%;
	font-weight: normal;
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
}


h5 {
  color: #418F00;
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

.button {
	background-color: #f7f7f7;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
}

.inputbox{
	color: #000000;
	font-family: "Verdana";
	font-size: 12px;
	border: 1px solid black;
}

.msgtextarea {
	color: #000000;
	width: 450px;
	height: 150px;
	font-family: "Verdana";
	font-size: 12px;
	border: 1px solid black;
}

#menu {
    width: 200px;
}

#menu a:link {text-decoration : none;}
#menu a:visited {text-decoration : none;}
#menu a:active {text-decoration : none;}
#menu a:hover {text-decoration : underline;}

#theplayer {
    padding:0 0 0 0;
    margin:0 0 8px 0px;
    width: 200px;
}
#thesongs {
	font-size: 12px;
	color: #008080;
	text-align: left;
    width: 200px;
	/* margin-left: 10px;
    height: 140px;
    overflow-y: scroll;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000; */
}
#thesongs ul {
	list-style-type: none;
    margin-left: 0px;
}

#thesongs ul.theSongList{
    margin-left: 10px;
    padding-left: 0px;
}
#thesongs a{
	text-decoration: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
display: block;
clear: both;
font-size: 1px;
line-height: 0;
height: 0;
overflow: hidden;
}

.contentDivWImg {
    float: left;
    width: 480px;
    padding: 0 10px 0 5px;
}
.contentImgDiv {
    float: left;
    width: 200px;
    margin-left: 10px;
}
p {
    margin-bottom: 10px;
    padding-left: 5px;
}
.sectionBottomMargin {
    margin-bottom: 30px;
}
.sideDivPhoto, .galleryPhoto {
    cursor: pointer;
	border: 0;
}
.largePhoto {
   margin: 10px 10px;
}
.npLinks {
    margin: 10px 0;
    /* cursor: pointer; */
}
.imgGallery {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.indiGallery {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 210px;
}
#contentarea {
    margin-top: 10px;
}
#contentarea ul {
	list-style-type: none;
    margin-left: 0px;
}
#msgresponse {
    margin-left: 10px;
}
.padRowLeft {
    padding-left: 10px;
}
.padRowRight {
    padding-right: 10px;
}
.padRowTop {
    padding-top: 10px;
}
.padRowBottom {
    padding-bottom: 10px;
}
.padRowLeftHalf {
    padding-left: 5px;
}
.padRowRightHalf {
    padding-right: 5px;
}
.marginRowLeft {
    margin-left: 10px;
}
.marginRowRight {
    margin-right: 10px;
}
.marginRowTop {
    margin-top: 10px;
}
.marginRowBottom {
    margin-bottom: 10px;
}
.marginRowTop20 {
    margin-top: 20px;
}
.marginRowBottom20 {
    margin-bottom: 20px;
}
.marginRowTop15 {
    margin-top: 15px;
}
.blogWriter {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #0050b6;
    border-bottom: 1px solid #ffffff;
}
#blogresponse p {
    margin-bottom: 10px;
    padding-left: 5px;
}
#blogresponse p.blogWriter {
    margin-bottom: 20px;
}