#tlcorner {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/tlcorner.gif);
}
#tedge {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/tedge.gif);
}
#trcorner {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/trcorner.gif);
}
#redge {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/redge.gif);
}
#brcorner {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/brcorner.gif);
}
#bedge {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/bedge.gif);
}
#blcorner {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/blcorner.gif);
}
#ledge {
	background-color: #FFFFFF;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/ledge.gif);
}

/* I think these could have been grouped @ #redge, #tredge { ...... }*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/bgrid.gif);
	background-color: #A2AAB5;
	margin: 0px;
	padding: 0px;
}
#mn {
	font-size: 14px;
	background-color: #E9E9E9;
	background-image:  url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/horse_bg_03.gif);
	background-repeat: repeat-x;
	margin: 15px;
}
#mn>img {
	margin: 40px;
	float: left;
}
#mn p {
	margin: 3px 24px 6px;
}
h1 {
	font-size: 24px;
	color: #896B74;
	margin: 10px 24px 28px 0px;
	text-align: right;
	letter-spacing: normal;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;

}

h2 {
	font-size: 22px;
	color: #896B74;
	margin: 10px 24px 20px 0px;
	text-align: left;
	padding: 10px;

}
h3 {
	font-size: 16px;
	color: teal;
	text-align: left;
}
h4 {
	font-size: 14px;
	text-indent: 2em;
	margin: 0.5em;

}

#footer {
	font-size: 12px;
}

 /*and because there was padding on the footer in mfv5, we need to create the space around the text another way = margins.  And the settings are the same as the settings for padding in mfv5[?? @] 
 and so we have to go back to mfv5 and make a footer margin 0px so as to reset to zero.  what I don't get is why we didn't just use margings on the <p> in the opther one too?? @*/ 
#footer p {
	margin: 10px 0px 20px 24px;
}	
address {
	font-style: normal;
	color: #FFFFFF;
	margin: 0px 24px;
}
#sidebar {
	font-size: 12px;
	width: 176px;
}
#mn a:link {
	color: #0066CC;
	font-size: 12px;

}
#mn a:visited {
	color: #000066;
}
#mn a:hover, #mn a:active {
	color: #000099;
	background-color: #97C7D9;
}

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active {
	color: #A2AAB5;
	text-decoration: none;
	background-color: #E9E9E9;
}
p.navbuts {
	font-size: 16px;
	margin: 0px 0px 4px 16px;
}
p.navsubs {
	font-size: 12px;
	margin: 4px 0px 2px 28px;
}
#nbutspacer, #nbutspacer2,#nbutspacer3, #nbutspacer4, #nbutspacer5 {
	margin-bottom: 16px;
}
p.navbuts a {
	color: #000000;
	text-decoration: underline;
}
p.navbuts a:hover, p.navbuts a:active {
	color: #FFFFFF;
	background-color: #A2AAB5;
	background-image: none;
}
p.navsubs a {
	color: #FFFFFF;
	text-decoration: underline;
}

p.navsubs a:hover, p.navsubs a:active {
	color: #A2AAB5;
	background-color: #CCCCCC;
}

td, p {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
}

.quotn {
	font-size: 90%;
	font-style: italic;
	color: #666666;
	padding: 10px;
}

/*using em purely for search engines - so its set to look the same as #mn p.  Italics are used for quotations - in the quotqn class.  It was necessary hhoweverf to spdcify font-style: normal to undo the inherent italic??? */ 
em {
	font-style: normal;
	}
	
table.nested td {
	background-image: none;
	text-align: justify;
	font-size: 12px;
	background-color: #E9E9E9;
	background-image:  none;
	border: 0px none #666666;
	padding: 20px 24px 20px 20px;
	}
table.link {
	margin: 20px 20px 0px 0px;
}
table.link td {
	background-image: none;
	text-align: center;
	font-size: 12px;
	background-color: #E9E9E9;
	background-image:  none;
	border: 0px outset #FFFFCC;
	padding: 10px;
	}
table.nested {
	background-color: #FFFFFF;
	border: 2px;
	width: 100%;
	}	
table.nested th {
	background-image: none;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: left;
	}

table.nested caption {
	text-align: left;
	font-weight: bold;
	}
table.nested h1 {
	font-size: 20px;
	color: #896B74;
	margin: 12px 20px 0px 0px;
	text-align: center;
}

table.nested h2 {
	font-size: 18px;
	color: #896B74;
	margin: 0px 20px 0px 0px;
	text-align: center;
}
#table.nested p {
	margin: 6px 20px;
}
#pop {
	font-size: 12px;
	background-color: #666666;
	background-image:  url(http://www.presenceinperformance.co.uk/assets/mfimages_alice/bgrid2.gif);
	background-repeat: repeat;
}
span {
	font-weight: bold;
}
div.sweet_O {
	font-size: 90%;
	font-weight: bold;
	color: #896B74;
	border: solid #896B74;
	border-width: 5px 0px; 
	margin: 1em 2em 2em 4em;
	padding: 3px 6px;
	float: right;
	width: 180px;
}
div.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #336699;
	border-top: 5px solid #333366;
	border-right: 0px solid #333366;
	border-bottom: 5px solid #333366;
	border-left: 0px solid #333366;
	margin: 1em 0em 3em 5em;
	float: right;
	width: 140px;
	font-style: italic;
}
li {
	text-indent: 2em;
	padding-bottom: 0.7em;

}
.subH1 {
	font-size: 20px;
	color: #896B74;
	text-align: right;
	border: 2px dotted #999999;
	display: compact;
}

