{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2; font-style: 
  normal; font-weight: normal; font-variant: normal; text-decoration: none}
  
BODY{
	scrollbar-face-color: #F1F1F1;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #999999;
	border=1px;
	}


 	A:link    	{ COLOR: #224098; TEXT-DECORATION: none; font-weight: normal }
 	A		   	{ text-decoration: none;cursor:hand;}	
 	A:visited 	{ COLOR: #224098; TEXT-DECORATION: none; font-weight: normal }

 	A:active  	{ COLOR: #224098; TEXT-DECORATION: none; font-weight: normal }
 	A:hover   	{ COLOR: #3C65D3; TEXT-DECORATION: none; font-weight: normal }
	
	
	A.hope:link    	{ COLOR: #333333; TEXT-DECORATION: none; font-weight: normal }
 	A		   	{ text-decoration: none;cursor:hand;}	
 	A.hope:visited 	{ COLOR: #333333; TEXT-DECORATION: none; font-weight: normal }

 	A.hope:active  	{ COLOR: #3300ff; TEXT-DECORATION: none; font-weight: bold }
 	A.hope:hover   	{ COLOR: #3300ff; TEXT-DECORATION: none; font-weight: normal }
	
	
	A.kl:link    	{ COLOR: #3300ff; Size:-2; TEXT-DECORATION: none; font-weight: normal }
 	A		   	{ text-decoration: none;cursor:hand;}	
 	A.kl:visited 	{ COLOR: #3300ff; Size:-2; TEXT-DECORATION: none; font-weight: normal }

 	A.kl:active  	{ COLOR: #3300ff; Size:-2; TEXT-DECORATION: none; font-weight: normal }
 	A.kl:hover   	{ COLOR: #3300ff; Size:-2; TEXT-DECORATION: none; font-weight: normal }
	
	
 	input {
		border-width:1px;
		border-style:solid;
		border-color:#555555;
		font:arial;
		font-size:11;
		background:#f1f1f1;
	}

	textarea {
		border-width:1px;
		border-style:solid;
		border-color:#555555;
		font:arial;
		font-size:11px;
		background:#f1f1f1;
		font-family : Arial, Helvetica, sans-serif;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: 444444;
}
.hope {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

  CSS for expanding menu 
/* CSS Document */

BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: none;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: none;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;
line-height:17px;
	padding: 1px;
}

td.menuNormal
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;
background-color: CDD4D8;}

td.menuHover
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: A8B4BB;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: none;
background-color: A8B4BB;
display: inline;}

a.menuitem:link
{text-decoration: none;
color: none;
background-color: A8B4BB;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: none;
background-color: A8B4BB;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: none;
background-color: A8B4BB;
display: block;}

a.menuitem:active
{text-decoration: none;
color: none;
background-color: A8B4BB;
display: block;}

  end of CSS for expanding menu 
div.menu4 a {
	width:570px;
	height:auto;
	display: block;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;

}

div.menu4	a{
	color: #555555;
	background: #ff6633;
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	padding: 0 0 0 10px;
	font-family: Tahoma, verdana, sans-serif;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;	
	
}
div.menu4 (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
					
div.menu4	a:link {color: #555; text-decoration: none;}
div.menu4	a:active {color: #555; text-decoration: none;}
div.menu4	a:visited {color: #555; text-decoration: none;}
div.menu4	a:hover {
	color: #333333;
	text-decoration: none;
	background: #f7f7f7;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	
}

/*   SIDEBAR   *
****************/

#sidebar {
	width:200px;
	float:left;
	background: #d5d5d5;
	background-image: url(../images/sermonfeed-back.gif);
	background-repeat: no-repeat;
	font-size:12px;
	color:#555;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:auto;
	border: 0;
}

#sidebar h1 {
display:none;
}


#sidebar ul {
padding:0;
list-style-type:none;
}

#sidebar ul li h2 {
font-size:12px;
font-weight:normal;
text-transform:none;
}

#sidebar a {
	color: #224098;
	text-decoration: none;
	}
	
sidebar a:visited {
		color: #224098;
	text-decoration: none;
	}
	
sidebar a:hover {
		color: #3C65D3;
	text-decoration: none;
	}
