.centralTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
/* This is important stuff defining the general page style and html tags */
.headingText {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* These styles are just for single pixel borders on graphics */
.border1 {
	border: 1px solid #000000;
}
.borderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.borderRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* These styles are actually applied to text on the right and left menus
 They control the text sizing and behaviour in the menus */
.leftMenu {
	padding: 2px 0px 0px;
}
.leftMenuTop {
	margin: 0px;
}
a.leftMenu:link, a.leftMenu:visited, a.leftMenuTop:link, a.leftMenuTop:visited
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.leftMenu:hover, a.leftMenuTop:hover
{
	color: #73A533;
	font-weight: bold;
}
.leftMenuTable {
	padding: 10px;
	width: 120px;
	background-color: #FFFFFF;
}
p.leftMenuTitle {
	padding: 0px;
}
.leftMenuTitle {
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
	padding: 0px;
}
/* These are the colour and behaviour of the cell and graphics in the top right */
.greenPhotoCell {
	background-color: #73A533;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightPersonPhoto {
	border: 1px solid #000000;
}
.rightMenuTable {
	padding: 10px;
	background-color: #FFFFFF;
}
p.rightMenuTable {
	padding: 0px;
}

/* these format the input and submit form elements */
.smallBox {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 10px;
	border: 1px solid #CDD0A2;
}
.smallButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	width: 80px;
	background-color: #FFFFFF;
}
.colouredButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.smallText {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 8px;
}
.newsMenuTop {
	height: 20px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #73A533;
}

/* these format the footer */
.footerText {
	font-size: 9px;
}
.footer {
	font-size: 9px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.newsMenuGifStyle {
	height: 20px;
	width: 120px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #73A533;
}
.list {
	list-style-position: outside;
	list-style-image: url(menu/arrow.gif);
	padding-left: 15px;
}
.li {
	list-style-image: url(menu/arrow.gif);
}

div.MPHWhiteBandSmallRight {
	position:absolute;
	top:0px;
	overflow:visible;
	height:215px;
	width:215px;
	background-image:url(whiteband_small_right.gif);
	background-repeat:no-repeat;
	background-position:-170px -170px;
	background-color:transparent;
	margin:0 0 0 545px;
	padding:0;
	color:#000;
	font-family:helvetica,verdana,arial,tahoma,sans-serif;
	z-index:1000000000;
	border:0px none;
	float:none;
}
