A.title { 
	font: italic 42px "Times New Roman";
	};
	
mar {
	font: normal 16px "Times New Roman";
	text-align: center;
	};

body { 
	font: "Times New Roman";
	text-align: left;
	background-image: url('images/m28.jpg');
	background-attachment: fixed;
	};
	
h1 {
	font: "Times New Roman";
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	};

h2 {
	font: "Times New Roman";
	text-align: left;
	font-style: italic;
	font-size: 20px;
	color: red;
	};
	
p {
	font: "Times New Roman";
	font-size: 16px;
	Text-align: left;
	};

ul.NoBullet {
	list-style-type: none;
	};
	
.indent1 {
	padding-left: 10pt;
	padding-right: 0pt;
	font: "Times New Roman";
	text-align: left;
	font-size: 14px;
	};

a:link {color: #0000FF};
a:visited {color: #551A8B};
a:hover {color: #FF0000};
a:active {color: #0000FF};

backwards {
	unicode-bidi:bidi-override;
	direction: rtl;
	};


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 105px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
color: blue;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto;	/*force hasLayout in IE7 */
color: blue;	/* Text color with submenu */
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;	/* Size and color of menu borders */
border-right: 1px solid #778;
border-top: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #DDDDDD; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: blue;	/* Visited text color */
}

.sidebarmenu ul li a:hover{
background-color: grey;
color: yellow;	/* Highlighted text color */
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 115px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(http://www.coventryhillscoc.org/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
