/* Each page has unique colours which is defined in each html page */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #999999;

}
h1 {
	font-size: 20px;
	margin: 0px !important;

}
p,li,ul {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 18px;

}


.outsideBorder {
	border: 4px solid;
	width: 736px;

}

.bottomBorder {
	border-bottom: 4px solid;
}

.topBorder {
	border-top: 4px solid;
}


.ContentTable td{
	padding: 13px;
	border: 15px solid;
	border-bottom: none;
	border-top: none;
}

table.ContentTable{
	width: 100%;
}

td.ContentColumnFirstRow{
	border-top: 15px solid;
}


td.ContentColumnLastRow{
	border-bottom: 15px solid;
}

/* 1st column width */
td.ContentColumnFirstRow:first-child{
	width: 120px;
}

/* If it is one column, male it full width of table, overwrite above. */
td.OneColumn{
width: 100% !important;
}


.MiddleColumnBorder {
	width: 4px!important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px none !important;
}

.banner {
	border: 4px solid;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 720px;

}


.NavTable a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-left:70px;
}

.NavTable > tbody > tr > td:first-child > a{
	padding-left:10px;
}



/* Pop up image border & margins */
#popup img{
	border: 1px solid #000000;
	margin: 7px;
}


/* Stop the PotoTable cells from inherting borders */
.ContentTable .PhotosTable td{
border: none;
margin: 0px;
}


/* Dummy id to make popup easy to apply to images*/
#popup{
	/*
	border: 1px solid #000000;
	margin: 13px;
	*/
}

/* Make a pointer appear over image */
#popup img{
cursor:pointer;
cursor:hand;
}

/*This seems to confilct with a:hover */
/* a:visited, a:active  {	color: #000000;}*/

a:hover {
	color: #CE0000 !important;
}
.BannerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;

}

