<!-- Style Sheet created with the CoffeeCup StyleSheet Maker -->
<!-- http://www.coffeecup.com -->
<style type="text/css">
<!--

body { 
background-color: #f1f9fa; 
background-image:url("images/webbckgrnd.png"); 
background-repeat:repeat;
background-attachment:fixed;
}

<!-- Table entries -->
table.mainTitle   { width: 850px; height: 40px;  border:2px solid #111111; background-color: #F9F6D7 }
table.mainHeader  { width: 850px; height: 180px; border:2px solid #111111; background-color: #F9F6D7 }
table.menu        { width: 860px; height: 30px;  border:2px solid #111111;
				    font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal;
					padding-left: 20px; }
table.general     { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal;
                    text-decoration: none }

table.sermons     { width: 830px; font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal;
                    text-decoration: none }

table.sermonlist  { width: 830px; font-family: verdana; font-size: 10px; font-style: normal; font-weight: normal;
                    text-decoration: none }

table.noborder    { width: 850px; height: 100px; font-family: verdana; font-size: 10px; font-style: normal; 
                    font-weight: normal; text-decoration: none }
                  
table.pagelayout  { width: 860px; height: 400px; border:4px solid #111111; text-align: left;
                    font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal;
                    background-color: #F9F6D7; }
table.mp3         { width: 860px; height: 400px; border: 4px solid #111111; border-collapse: collapse; font-family: verdana; 
				  	font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; }

tr.mp3header	  { background: #EDA; font-style: normal; font-weight: bold; text-decoration: none; }					
tr.mp3even	  	  { background-color: #F9F6D7; }
tr.mp3odd	  	  { background-color: #A3B8C5 }

table.indexcolumn { width: 300px; text-align: left; }

<!-- paragraph entries -->
p.smalltext       { font-family: verdana; font-size: 10px; font-style: normal; font-weight: normal; text-align: center; }
p.title			  { font-family: verdana; font-size: 12px; font-style: normal; font-weight: bold; }
p.normal          { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 20 0 20 }             
p.left            { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 20 0 0 }
p.last            { font-family: verdana; font-size: 10px; font-style: normal; font-weight: normal; padding: 0 20 30 20 }
p.small           { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 40 0 40 }
p.smallend        { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 40 40 40 }

span.scripture    { font-family: verdana; font-soze: 10px; font-style: normal; font-weight: normal; color: #2E3E85; }

ol.normal         { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 20 0 20 }
ul.normal         { font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal; padding: 0 20 20 20 }

<!-- menu item properties -->
#dropmenudiv      { position:absolute; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px;
                    text-decoration: none; font-weight: normal; z-index:100; };

#dropmenudiv a    { width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black;
                    background-color: #FFFFF; padding: 1px 0; text-decoration: none; font-weight: normal; };

#dropmenudiv a:hover { background-color: #F9F6D7 };

<!-- main menu link properites -->
a.menu:link  	  { color: #000000; font-weight: none; text-decoration: none }
a.menu:hover 	  { color: #9c4e4f; font-weight: none; text-decoration: none } 
a.menu:visited    { color: #000000; font-weight: none; text-decoration: none }
a.menu:active     { color: #000000; font-weight: none; text-decoration: none }

<!-- links entries -->
a:link    		  { color: #2E3E85; font-weight: none; text-decoration: none}
a:hover   		  { color: #000EDA; font-weight: none; text-decoration: underline } 

<!-- tooltip scripture blocks -->
a.info-right            { position:relative; z-index:24; color:#2E3E85; text-decoration: underline }
a.info-right:hover      { z-index:25; background-color: #EDA}
a.info-right span       { display: none }
a.info-right:hover span { display:block; position:absolute; top:2em; left:5em; width:35em; border:1px; solid #000; 
                          background-color: #A3B8C5; color:#000; text-align: left; font-family: verdana; font-size: 10px; 
                          font-style: normal; font-weight: normal; text-decoration: none }

a.info-left             { position:relative; z-index:24; color:#2E3E85; text-decoration: underline }
a.info-left:hover       { z-index:25; background-color: #EDA}
a.info-left span        { display: none }
a.info-left:hover span  { display:block; position:absolute; top:2em; left:-28em; width:35em; border:1px; solid #000; 
                          background-color: #A3B8C5; color:#000; text-align: left; font-family: verdana; font-size: 10px; 
                          font-style: normal; font-weight: normal; text-decoration: none }

a.info-center           { position:relative; z-index:24; color:#2E3E85; text-decoration: underline }
a.info-center:hover     { z-index:25; background-color: #EDA}
a.info-center span      { display: none }
a.info-center:hover span{ display:block; position:absolute; top:2em; left:-15em; width:45em; border:1px; solid #000; 
                          background-color: #A3B8C5; color:#000; text-align: left; font-family: verdana; font-size: 10px; 
                          font-style: normal; font-weight: normal; text-decoration: none }

<!-- img entries -->                
img.imageHeader   { width: 850px; height: 220px; }
img.fbslvtitle    { width: 850px; height: 40px; }
img.firelogo      { width: 195px; height: 112px; background-color: #222222; border: 0; }
img.map           { width: 280px; height: 350px; border: 0; }
img.80x20         { width:  80px; height:  20px; border: 0; }
img.100x100       { width: 100px; height: 100px; border: 0; }
img.150x150       { width: 150px; height: 150px; border: 0; }
img.200x150       { width: 200px; height: 150px; border: 0; }
img.250x200       { width: 250px; height: 200px; border: 0; }
img.350x250       { width: 350px; height: 250px; border: 0; }
img.250x300       { width: 250px; height: 300px; border: 0; }
img.500x70        { width: 500px; height:  70px; border: 0; }

<!-- general entries -->
#content   	  { width: 860px; height: 400px; border:4px solid #000000; text-align: left; 
                font-family: verdana; font-size: 12; font-style: normal;
                font-weight: normal; text-decoration: none; padding: 10 10 10 200 }



             
-->
</style>