@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MGC #container {
	float: left;
	width: 900px;
	text-align:left;
}
.MGC #header {
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	text-align:left;
}
.MGC #contentwide {
	float: left;
	width: 600px;
	text-align:left;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-align:left;
}
.MGC #container #contentwide h1 {
	font-family: "Goudy Old Style";
	font-size: 300%;
	padding-right: 8px;
	padding-left: 8px;
	text-align:left;
	color: #5C832F;
	margin-top: 5px;
	margin-bottom: 5px;
}
.MGC #container #contentwide p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding-left: 8px;
	text-align:center;
	font-size: medium;
	font-weight: normal;
	padding-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.MGC #sidebar1 {
	float: left;
	width: 150px;
	text-align:center;
	background-image: url(../images/fillerG.jpg);
}
.MGC #container #crossdiv {
	width: 750px;
	position: absolute;
	left: 150px;
	top: 380px;
}
.MGC #sidebar2 {
	float: right;
	width: 150px;
	padding: 0px;
	text-align:left;
	background-image: url(../images/fillerG.jpg);
}
.MGC #container #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #5C832F;
	text-align:left;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 7px;
	font-weight: normal;
	
}
.MGC #container #sidebar2 p {
	font-size: 75%;
	line-height: 1.2;
	text-align:left;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.MGC #centreright #form2 p1 {
	text-align: center;
}

.MGC #container #sidebar2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 6px;
	background-color: #CCC;
}

.MGC #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.MGC #container #centreleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:left;
	line-height: 1.4;
	white-space: normal;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
	}
.MGC #centreleft {
	float: left;
	width: 290px;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
}
.MGC #centreright {
	float: right;
	width: 298px;
	text-align: left;
	border-left-color: #CCC;
	padding-top: 8px;
}
.MGC #container #centreright h1 {
	font-family: "Trajan Pro";
	font-size: 1.2em;
	color: #5C832F;
}
.MGC #container #centreleft h1 {
	font-family: "Trajan Pro";
	font-size: 1.2em;
	color: #5C832F;
}
.MGC #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.MGC #container #header h1 {
	position: absolute;
	top: -500px;
}
.MGC #container #centreright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-right: 16px;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 4px;
}
.MGC #footer {
	background-color: #CCC;
}
.MGC #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.MGC #container #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.MGC #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 4px;
	margin-right: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}
.fltcntr { /* this class can be used to float an element centre in your page */
	float: none;
	text-align: center;
	white-space: normal;
	text-indent: 30px;
	display: block;
	/* margin-right: 8px;  */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.MGC #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #5c832f;
}

body table tr {
	padding: 0px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body table tr td {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	background-color:#D4DFAA;
	text-indent: 5px;
	padding: 0px;
	margin-bottom: 3px;
}
body table tr th {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	background-color:#A0A0A4;
	text-indent: 5px;
}
.MGC #container #sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #5C832F;
	text-align: center;
}
form {
	width: 150px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 5px;
}
.textInput1 {
	color:#666;
	margin-left: 20px;
	width: 250px;
	font-size: 85%;
	}	
.MGC #container #centreright table tr td {
	background-color: #FFA;
	border: .5px solid #4009FE;
}
.MGC #container #contentwide #form1 label #surname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


label {
	display:block;
	font-size: 95%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 10px;
}
.textInput {
	width: 100px;
	}
#whiteright {
	position: absolute;
	width: 150px;
}
.MGC #container #contentwide #form1 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.MGC #container #contentwide #form1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.diarytable {
	float:none;
	background-color: #F00;
	border: 1px solid #000;
	line-height: 1.2;
	text-align: right;
	}
.warning {
	font-weight: bold;
	color:#F00;
}.MGC #container #sidebar2 #form1 {
	margin-left: -5px;
}
.MGC #centreleftvs {
	float: left;
	width: 290px;
	text-align: left;
	padding-top: 8px;
	padding-left: 0px;
}
.MGC #container #centreleftvs img {
	padding-bottom: 0px;
	padding-left: 4px;
}
.MGC #container #centrerighthist img {
	padding-bottom: 0px;
	padding-left: 4px;
}

.MGC #container #centreleftvs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:left;
	line-height: 1.4;
	white-space: normal;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.MGC #container #centreleftvc h1 {
	font-family: "Trajan Pro";
	font-size: 1.2em;
	color: #5C832F;
}
.MGC #centrerighthist {
	float: right;
	width: 298px;
	text-align: left;
	padding-top: 8px;
	margin-right: 2px;
	border: 1px solid #CCC;
}
.MGC #container #contentwide h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.MGC #container #centrerighthist h1 {
	font-family: "Trajan Pro";
	font-size: 1.2em;
	color: #5C832F;
}
.MGC #container #centrerighthist p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
.MGC #container #centreright img {
	padding-bottom: 0px;
	padding-left: 4px;
}
.MGC #container #centrelefthist p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:left;
	line-height: 1.4;
	white-space: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.MGC #centrelefthist {
	float: left;
	width: 290px;
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
}
.MGC #container #contentwide {
	text-align: center;
	font-size: 10px;
}
.capt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.video {
}
.newflt {
	position: relative;
	left: 70px;
}
.MGC #container h6 {
	font-family: "Trajan Pro";
	font-size: 24pt;
	color: #5C832F;
}
.hfh3 {
	font-family: "Trajan Pro";
	font-size: 16px;
}
.MGC #container #contentwide p {
	font-size: small;
}
