
* /*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: #CCCCCC url(pics/general/background_grey.gif) 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;
}
h3 /*Main headings*/   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-: center;
	vertical-: middle;
	line-height: 1.3em;
	text-align: center;
}
h5 /*Shoulder heading in red 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;
	color: #990000;
}
h6 /*Side heading*/  {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 12px;
}
a   {
	text-decoration: underline;
	color: #000000;
	border: none;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
ul {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-top: 0px;
}
li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
img  {
    border: 0;
}
hr {
	height:0px;
	border-top:1px solid #006633;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #990000;
}
blockquote {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#main  {
	position: relative;
	float: right;
	width: 652px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 0.05em solid #990000;
	border-bottom: 0.05em solid #990000;
	border-left: 0.05em solid #990000;
}
#main p   {
	font-size: 0.9em;
	line-height: normal;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
}
#overcoat  {
	position: relative;
	float: left;
	margin: 0;
	width: 92%;
	min-width: 770px;
}
#jacket  {
	position: relative;
	float: right;
	text-: left;
	width: 820px;
}
#top  {
	width: 100%;
	position: relative;
	margin: 0 0 0px;
	padding: 0;
	text-: right;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background:  #990000 url(pics/general/topblock.jpg);
	text-align: right;
}
#top p  {
    padding: 0;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 1.45em;
    letter-spacing: 4px;
    color: #FFFFFF;
}
#navigation  {
	position: relative;
	float: left;
	width: 166px;
	background-image: url(pics/general/background_redbrick.jpg);
}
#navigation p {
	margin-top: 18px;
	margin-bottom: 21px;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 0.9em;
	background-image: none;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
}
#navigation a {
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation hr {
	height:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#finial  {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 25px;
	margin-bottom: 5px;
	width: 92%;
	min-width: 770px;
	text-: center;
	border: none;
}
#finial p  {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
	color: #990000;
	font-weight: bold;
}
#finial a {
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.table /*Margin 16 + Table 600 + Margin 16 =  632 (the full width of #main)*/  {
	font-size: 1em;
	text-: center;
	line-height: 1.1em;
	clear: none;
	float: none;
	width: 618px;
	margin-left: 16px;
	border: thin solid #000000;
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tablenoborders/*Margin 16 + Table 600 + Margin 16 =  632 (the full width of #main)*/  {
	font-size: 1em;
	text-: center;
	line-height: 1.1em;
	clear: none;
	float: left;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.captionsmall {
	font-size: 0.8em;
	line-height: 1em;
}

.floatingleft   {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left: 12px;
	border: none;
	text-: left;
}
.floatingright {
	float:right;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left: 12px;
	border: none;
	text-: right;
    }
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.paraclear {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.border {
	border: thin solid #000000;
}
.smallcaps {
	font-variant: small-caps;
}
.bigtext {
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
.backgroundgrey {
	background-color: #CCCCCC;
	font-weight: bold;
}
.tabletight /**Margin 16 + Table 600 + Margin 16 =  632 (the full width of #main) used on Boer War mem, street name changes, and Lime Walk page*/   {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.2em;
	background-color: #FFFFFF;
	clear: none;
	float: none;
	width: 598px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #990000;
}
.backgroundgreen /*used on Lime Walk page*/   {
	background-color: #669933;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.alignleft{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	margin-left: 12px;
}
.alignright{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	margin-right: 12px;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: center;
}
.inscription {
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #000;
	clear: both;
	margin: 20px;
	text-align: center;
	background-color: #FFC;
	width: 610px;
}
.inscriptionhalfright {
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #000;
	clear: right;
	margin: 20px;
	text-align: center;
	background-color: #FFC;
	width: 296px;
}
.blueplaques {
	font-weight: bold;
	font-variant: small-caps;
	color: #03F;
}

