body {
  background-image:url(../images/barbkgde.gif);
  margin: 0em;
  padding: 0em;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
    }

#body { 
  background-image:url(../images/barbkgde.gif);
  padding-left: 6%;
  padding-right: 6%;
    }
	
#top { 
  background-image:url(../images/barbkgde.gif);
    }	
	
#navigation {
padding-left: 12%;
padding-right:12%;

}
		
#content {
  background-image:url(../images/barbkgde.gif);
  margin-left:2%;
  margin-right:2%;
  margin-bottom:10px;
  text-align:left;
    }
		
#header {  
  background-image:url(../images/barbkgde.gif);
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  padding: 0;
    }

h1 {
  font: x-large Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #990000;
  margin-top: 0px;
    }

h2 {
  font: large Arial, sans-serif;
  color: #9C1A1E;
    }

p {
  background-image:url(../images/barbkgde.gif);
  color: #000000;
  text-align: justify;
    }
	
.bishops {
  color: #0000FF;
  font-weight: bold;
    }
	
a {
  color: #34339B;		
    }
	
a:hover {
  color: #9C191E;
  text-decoration: underline;	
    }

#clear {
  clear:both;
    }
	
#bishopmenu{
width:100%;
}

#bishopmenu a, #bishopmenu h2{
font:bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
display:block;
border-width:1px;
border-style:solid;
white-space:nowrap;
margin:0;

}

#bishopmenu h2{
height: 18px;
color:#fff;
background:#666666;

}

#bishopmenu a{
background:#eee;
text-decoration:none;
}

#bishopmenu a, #bishopmenu a:visited{
background: #CCCCCC;
color:#000;
}

#bishopmenu a:hover{
color:#a00;
background:#999999;
}

#bishopmenu a:active{
color:#060;
background:#ccc;
}

#bishopmenu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width: 18%;
}

#bishopmenu li{
margin:0;
padding: 0;

}

#bishopmenu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#bishopmenu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#bishopmenu h2:hover{
background:#000;
}

div#bishopmenu li:hover{
cursor:pointer;
z-index:100;
}

div#bishopmenu li:hover ul ul,
div#bishopmenu li li:hover ul ul,
div#bishopmenu li li li:hover ul ul,
div#bishopmenu li li li li:hover ul ul
{display:none;}

div#bishopmenu li:hover ul,
div#bishopmenu li li:hover ul,
div#bishopmenu li li li:hover ul,
div#bishopmenu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */



.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}