
* /*Zeros out browser default margins and paddings to solve
the problem that IE uses margins while FF uses padding for <ul>*/{
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #9999FF url(pics/background_jigsaw.jpg) fixed;
	font-size: 0.9em;
	line-height: 1.4em;
	max-width: 1054px;
	color: #000000;
}
p    {
	margin: 5 0 10;
	padding: 0;
	white-space: normal;
	left: 10px;
}
a {
	text-decoration: underline;
	color: #000000;
	border: none;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	}
a:active {
	color: #000000;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}
a.current {
	font-weight: bold;
	color: #666666;
	border: 0px;
}
#main p    {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	}	
h3  /*Main heading for all Bishops pages*/    {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px;
	font-size: large;
	text-align: center;
	color: #993366;
}
h4 /*Subheading for all Mayor pages*/    {
	border-bottom: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
  }
h5 /*Shoulder heading in big italic*/    {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 12px;
   }
#overcoat   {
	position: relative;
	float: left;
	margin: 0;
	width: 92%;
	min-width: 770px;
  }
#jacket   {
	position: relative;
	float: right;
	text-align: left;
	width: 762px;
  }
#top   {
  width: 100%;
  position: relative;
  margin: 0 0 0px;
  padding: 0;
	text-align: right;
	border-bottom: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	background:  #9966CC url(pics/topblock_lilac.jpg);
  }
#top p   {
    padding: 0;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 1.45em;
    letter-spacing: 4px;
    color: #FFFF00;
  }
#navigation   {
	position: relative;
	float: left;
	width: 110px;
  }
#navigation p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation a {
	font-weight: bold;
	color: #993366;
	text-decoration: none;
}
#main   {
	position: relative;
	float: right;
	width: 632px;
	background-color: #FFFFFF;
  }
#finial   {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 25px;
	margin-bottom: 5px;
	width: 92%;
	min-width: 770px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	text-align: center;
  }
#finial p   {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
	color: #993366;
	font-weight: bold;
  }
#finial a {
	color: #993366;
	font-weight: bold;
	text-decoration: none;
}  
.picfullwidth  {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	background-position: center;
}
.alignleft  {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.alignright  {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
}
.floatingleft {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left: 12px;
	border: none;
	text-align: left;
    }
.floatingright {
	float:right;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left: 0px;
	border: none;
	text-align: right;
    }
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
blockquote {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 35px;
}
.bigtext {
	font-size: 14px;
	list-style-type: disc;
	line-height: 20px;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
hr {
	height:0px;
	border-top:1px solid #000000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.paraclear {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: center;
	margin-right: 5px;
}
img  {
    border: 0;
}
a.current {font-weight: bold; 
}
li.current {  margin-bottom: 0px
}
.borderblack {
	border: thin solid #000000;
}
.smallcaps {
	font-variant: small-caps;
}
#main p ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
}
#main li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.centersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	text-align: center;
}
.backgroundwhite {
	background-color: #FFFFFF;
}

