body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: verdana, arial, helvetica, sans-serif;
background-repeat: repeat-x;
background: #4566AD; 
font-size: 11px;
}

/**************** Pseudo classes ****************/

a:link {
color: white;
text-decoration: underline;
font-weight: bold;
font-size: 1em;
position: left;
}

li a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 1em;
position: left; /not working/
}

a:visited {
color: rgb(247, 232, 197);
text-decoration: underline;
font-weight: bold;
font-size: 1em;
}

li a:visited {
color: rgb(247, 232, 197);
text-decoration: none;
font-weight: bold;
font-size: 1em;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
font-size: 1em;
}

li a:hover {
display: block;
color: red;
padding-bottom: 1px;
font-weight: bold;
font-size: 1em;
text-align: left;
}

a:active {
color: rgb(255, 0, 102);
font-weight: bold;
font-size: 1em;
}

strong, b {
font-weight: bold;
}

p {
font-size: 1em;
line-height: 15px;
margin-top: 20px;
margin-bottom: 10px; 
}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5;
text-align: center;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
color: dark red;
text-align: center;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#topsection{
background: transparent;
height: 117px; /*Height of top section*/
/*background-image:  url(images/hbaheader1.jpg); /* do not use/image may be turned off*/
/*background-repeat: no-repeat;*/
}
#topsection a:hover {
  color: transparent;
  background-color: transparent;
  }

#topsection h1{
margin: 0;
/*padding-top: 15px;*/
}

#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: white;
color: #990000;
font-size: .85em;
height: 100%

 }
.notemid{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.25em;
  color: #990000;
  font-weight: bold;
  font-style: normal;
  line-height: 15px;
  padding: 1em 1em 0em 1em;
}
.middletext {  
  font-family: Arial,Helvetica,sans-serif;
  color: #990000;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
 
}

#contentcolumn1{
margin: 0 0px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: white;
color: #990000;
font-size: .85em;
height: 100%

 }
.notemid{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.25em;
  color: #990000;
  font-weight: bold;
  font-style: normal;
  line-height: 15px;
  padding: 1em 1em 0em 1em;
}
.middletext {  
  font-family: Arial,Helvetica,sans-serif;
  color: #990000;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
 
}

.fyitext{
  color: #990000;
  font-weight: bold;
  line-height: 15px;
  }
.dailybible{
text-align: left;
color: #990000; 
line-height: 15px;
background-image: url(images/bg1.jpg);
border: 1px solid brown;
padding: 2px;
  }
.dailybible a{color: #990000;}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: darkred;color: #990000;
  font-weight: bold;
  text-align: left;
  line-height: 15px;
 }
ul {
list-style: none;
  margin: 0;
  padding: 2px;
}
.noteleft {
  font-family: Arial,Helvetica,sans-serif;
  font-size: .95em;
  color: #ffffcc;
  font-weight: bold;
  font-style: normal;
  line-height: 16px;
  padding: 0 1ex 1em 1ex;
}
.noteleft1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: .95em;
  color: rgb(247, 232, 197);
  font-weight: bold;
  line-height: 15px;
  padding: 0 0ex 1em .5ex;
}
#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: darkred;
text-align: left;
line-height: 17px;
height: 1000px;
}
.sideBarTitle {
  color: darkred;
  background-color: rgb(247, 232, 197);
  border: 1px solid red;
  font-weight: bold;
font-size: small;
 padding: .2em .1em;
 text-align: center;

 }
 ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
color: white;
}
 li {
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;
color: white;
}
a {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
color: white;
} 
 a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
color: white;
}
.date {
  color: rgb(247, 232, 197);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;	
font-size: .95em;;
}

.sideBarText {
color: white;  
line-height: 1.0em;
  margin: 0;
  padding: 0 0ex 1em 2ex;
font-size: 70%;  
}
.timedate {
border-bottom: 0px;
text-align: center;
font-size: .95em;;
font-weight: bold;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
text-decoration: none;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}