body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #f8f78b;
	margin-left: 0px;
	margin-top: 0px;
    text-align: center;
	}
	/*Have centred the content block using auto margins. this won't work properly in ie so need to text align centre the body tag then text align left the content container*/
	.content {
	background-image: url(../bkground.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	background-color: #000033;
	}

	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1{
    font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
    margin-bottom : -10px;
}
h2{
    font-size: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
    margin-bottom : -10px;
}
h3 {
   font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
   }
.butlerHeading {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC3300;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
.logoTxt{
	padding: 10px;
	float: left;
}
