BODY
{
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;    
  font-size: 100%;  
  line-height: 120%;
}
#body_text
{
  font-size: 95%;  
  line-height: 140%;
}

p.news_header
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align:  center;
  font-weight:  bold;  
  color: White;  
  line-height: 140%;  
 }
p.news_body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;  
  text-align: justify;  
  line-height:  150%; 
  color:white; 
  letter-spacing: .3px;
}
a.news_link
{
 text-decoration:  underline;
 border:  none ; 
 color: white;
 font-weight: bold;
}

p.readable_text,
li.readable_text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%; 
  text-align: justify;
  line-height:  150%;
  list-style:  circle ;
}

p.readable_text_in_black
{
  font-family: Arial, Helvetica, sans-serif;
 color: black;
  font-size: 100%; 
  text-align: justify;
  line-height:  130%;
  list-style:  circle ;
}
p.latest_update_text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%; 
  text-align: justify;
  line-height:  150%;
  list-style:  circle ;
  color:#FFFF99;
  margin: 0pt;    
}
p.latest_update_header
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%; 
  text-align: left;  
  list-style:  circle ;
  color:white;
  line-height:  140%;
  font-weight: bold;    
  margin: 0pt;
}

p.highlighter
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-decoration:  underline;  
  text-align: center;
  color: White;
}
body a, 
body a:visited img
{
 text-decoration:  none;
 border:  none ; 
}
a
{
 text-decoration:  underline;
 border:  none ; 
 color: White;
 font-weight: bold;  
}
img
{
     border:  none ;
}

H1
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bolder;
  text-transform: capitalize;
}
H2
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
}
H3
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: lighter;  
}
H4
{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal; 
  margin:  0pt ;
}
H5
{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal; 
  margin:  0pt ;
  line-height: 110%;
}
H6
{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60%;
   margin:  0pt ;
  line-height: 130%;
}
a.underline
{
 text-decoration:  underline;
 border:  none ; 
 color: white;
 font-weight: bold; 
}
a.underline_no_bold
{
 text-decoration:  underline;
 border:  none ; 
 color: white;
 font-weight: normal;
}
a.no_underline_no_bold
{
 text-decoration:  none;
 border:  none ; 
 color: white;
 font-weight: normal;
}
a.highlighter
{
 text-decoration:  underline;
 border:  none ; 
 color: white;
 font-weight: bold;
}
a.highlighter:hover
{
 text-decoration:  underline;
 border:  none ; 
 color: #0066FF;
 font-weight: bold; 
}
a.no_underline_hover
{
 text-decoration:  none;
 border:  none ;  
}
a.no_underline_hover:hover
{
 text-decoration:  underline; 
}
a.no_underline_no_bold_hover
{
 text-decoration:  none;
 border:  none ; 
 font-weight: normal;
}
a.no_underline_no_bold_hover:hover
{
 text-decoration:  underline; 
}
a.latest_update_link
{
	text-decoration:  none;
 	border:  none ;
 	color:#FFFF99;
	font-weight: normal;
}
a.latest_update_link:hover
{
	text-decoration:  underline;
}

tr.guestbook_entries {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
        background-color: Silver;	
}
td.guestbook_replies {
	color : #084B8A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
        font-weight: bold;
        /*background-color: Blue;	*/
}
a.guestbook_link {
	color : blue;
	text-decoration:  underline;
	
}
a.guestbook_link:hover {
	color : white;	
}
img.floatLeft { 
    float: left; 
    margin: 4px;    
}
tr.commentor_details{
    color : black;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 70%;
}
a.hyperlink_in_black
    {
        color : black;
    }
table.board
    {    
    border-bottom-style: solid;
    border-bottom-color: white; 
    border-bottom-width: 0px;  
    
    border-left-style: solid;
    border-left-color: white;
    border-left-width: thin;    
    
    border-right-style: solid;
    border-right-color: white;
    border-right-width: 0px;    
//     background-color: ;     
    }
td.bottom_border_only
    {
    border-left-style: none;       
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: rgb(198,198,198); 
    border-bottom-width: thin;
    }
td.box_header
    {    
    width: 1%;
    border-bottom-style: none;
    
    border-top-style: solid;
    border-top-color: white;
    border-top-width: thin;  
       
    border-left-style: solid;
    border-left-color: white;
    border-left-width: thin;    
    
    border-right-style: solid;
    border-right-color: rgb(198,198,198);
    border-right-width: thin; 
    
   /* background-color: Silver;
    /*rgb(260,156,0);*/
    background-image: url("../images/notebook_texture_bkg.jpg");
    background-repeat: repeat;
    white-space: nowrap;
 
    padding-left:  3pt ;
    padding-right:  5pt;     
    }
.box_text
    { 
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
    margin:  0% ;
    }
 
div.nowrap {
	white-space: nowrap;
	}
div.page_banner
    {    
    border-bottom-width: 0px;  
    border-left-width: 0px;       
    border-right-width: 0px;         
    border-top-width: 0px;
    text-align:  center;    
    /*background-image: url("../images/banner-home.jpg");*/      
    background-position:  center;
    background-repeat: no-repeat;
    min-width: 600px;
    min-height:100px;    
 
    }

div.integ_logo
    {
    margin-top: 20px;    
    height: 90px;
    margin-bottom: 0px;
    border: 0px solid white;
    }

#footerMenu a{
  text-decoration:  none;
  border:  none ; 
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal; 
  margin:  0pt ;
  line-height: 100%;
}
#footerMenu a:hover {
 text-decoration: underline;
}

a.featured_no_underline {
  text-decoration:  none;
  border:  none ; 
  /*color: #FFFF99;*/
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  font-weight: normal; 
  margin:  0pt ;  
  line-height: 60%;
}
a.featured_no_underline:hover {
 text-decoration: underline;
 color: #FFFF99;
}
a.featured_underline {
  text-decoration: underline;
  border:  none ; 
  color: #FFFF99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;   
  line-height: 90%;
  text-align: right;
}

a.featured_no_underline_scroll {
  text-decoration:  none;
  border:  none ; 
  /*color: #FFFF99;*/
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  font-weight: normal; 
  margin:  0pt ;  
  line-height: 100%;
}
a.featured_no_underline_scroll:hover {
 text-decoration: underline;
 color: white;
}

dl.featured {
 padding: 0px; 
 line-height:  100%;
 margin: 0px;
}
dt.featured {
 color: #FFFF99;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 font-weight: bold;
 text-align:  left;
 margin-left: 3%;
 padding-bottom: 3%;
 letter-spacing:  normal;
 text-decoration: none;
 
}

dd.featured {
 text-align:  left;
 margin-top: 0px;
 margin-left: 15px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding-bottom: 5%;
}

dt.featured_scroll {
 color: #FFFF99;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 text-align:  left;
 margin-left: 3%;
 padding-bottom: 3%;
 letter-spacing:  normal;
 text-decoration: none; 
}

dd.featured_scroll {
 text-align:  left;
 margin-top: 0px;
 margin-left: 15px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding-bottom: 5%; 
 font-size: 120%;
 
}

tr.songs {
 line-height:  35px;
  
}

.likeButton {
	position: fixed;
 	right: .5%; 
 	bottom: 1px;
	}

*html .likeButton {	
 	position: absolute; 	
}

.shareButton {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 75%;
 	position: fixed;
 	right: 1%; 
 	bottom: 80px;
 	text-align: center;
 	
}

*html .shareButton {	
 	position: absolute; 	
}

.topLeftFixed {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 75%;
 	position: fixed;
 	left: 1%; 
 	top: 10px;
}

.topRightFixed {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 75%;
 	position: fixed;
 	right: 1%; 
 	top: 10px;
}
.topRightScrolling {
 	position: absolute;
 	right: 2%;	 			 
}
.twitter-header a {
    	font-size: 80%;
	}
	
img.floatLeft { 
    float: left;     
    margin-left: 0px;   
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;    
    border: 2px solid black; 
}
img.floatLeft:hover { 
 border: 2px solid white;
}
img.highlight {      
	margin: 2px; 
    border: 2px solid red ; 
}
img.highlight:hover {
  margin: 2px;
  border: 2px solid white;
}
#img_highlight {
	margin: 2px; 
    border: 2px solid black ;
	}
#img_highlight:hover {
  margin: 2px;
  border: 2px solid white;
}

/* Scroller Style START */
#multi_line_scroller{
 width: 180px;
 height: 140px;
 border: 0px solid black;
 padding: 0px;
 margin: 0px;
 background-color: none; 
}

/* not in present use */
#one_line_scroller {
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.featured_news{ /*class to apply to your scroller(s) if desired*/
	color: black;
 font-family: Arial, Helvetica, sans-serif;
}
/* Scroller Style END */

/*.twtr-atreply,
.twtr-hashtag,
.twtr-tweet-wrap,
.twtr-avatar,
.twtr-img,
.twtr-tweet-text {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    }
.twtr-hyperlink a {
   font-size: 80%;
}*/

