/* This section of code makes the page have a dropshadow, grey background, gives it a grey line down either side and defines the text*/
/* This gives our page a drop shadow */
#container {
	margin: 0 auto;
	width: 725px;
	text-align: left;
	background-image: url(image-files/dropshadow.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

/* This defines the body text and gives the background colour behind the page a grey colour*/
body {
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;	
}

/* This makes all the text within table cells the same as the body text */
td {
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0px;
	text-align: left;
}

/* This gives the dark grey line that runs down either side of our page */
#grayline {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #2F2F2F;
	border-left-color: #2F2F2F;
}

.style14 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #5A5A5A}
.style15 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #5a5a5a}
.style18 {font-size: 11px}
.style19 {color: #7EBEDC; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px}
.style23 {font-size: 11px; color: #5A5A5A; font-weight: bold; }
.style24 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #5a5a5a; font-size: 11px}
.style29 {color: #525252}
.style30 {color: #7EBEDC; font-weight: bold}
.style31 {color: #525252; font-weight: bold}
.style32 {font-size: 10px; color: #5a5a5a}
.style34 {font-size: 14px; color: #9ac9ff; font-weight: bold; font-style: italic;font-family: Georgia, "Times New Roman", Times, serif}

.blueborder {border:solid 1px #9ac8e2}
.styleEd {color: #525252; font-size: 20px; font-family: "French Script MT", Edwardian}
.blueborder td {border:solid 1px #9ac8e2; padding:2px}