body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow-y: scroll;
	background-color:#224000;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.testimonials {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.bodytextwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.bodytextcentre {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: centre;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.topofpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	text-align: center;	
}
.red24centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.red40centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
.black18centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.black24centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.pageheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;	
}
.pageheaderleft{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: left;	
}
.black40centred_border {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.14 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.burgundy14 {
	color: #993300;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: bold;
}
.burgundy14centered{
	color: #993300;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;}
	
#navcontainer { width: 160px; 
}

#navcontainer ul
{
margin-left: 10;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color:#139DCB;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: black;
color: white;
}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #139DCB;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

