body 
{
	background-color: #172818;
	text-align: center;
}

table 
{
	border-collapse: collapse;
}

td 
{  
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px; 
	color: #ffffff;
}

p 
{  
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 14px; 
	color: #ffffff;
	text-align: justify;
	margin-bottom: 7px;
}

h1
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px; 
	color: #cec64d;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}

h2
{
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 17px; 
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 20px;
}

h3
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #cec64d;
	text-align: center;
	margin-top: 20px;
}

h4
{
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 14px; 
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 20px;
}

td.nav-button
{
	width: 99px;
	height: 23px;
	text-align: center;
	background-image: url(./nav/offwhitestripe.jpg);
}

td.centred-data
{
	height: 23px;
	text-align: center;
}

td.centred-data-contrast
{
	height: 23px;
	text-align: center;
	color: #cec64d;
}

td.left-indent
{
	padding-left: 50px;
}

.aligncentre
{
	text-align: center;
}

.under-photo
{
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #cec64d;
}


a {color: #cec64d;}
a:link  {text-decoration: none; color: #6666ee;}
a:visited {text-decoration: none; color: #6666ee;}
a:hover {text-decoration: underline; color: #cec64d;}
a:active {text-decoration: none; color: orange;}


/******************************* IDs *********************************/

#WrapperDiv 
{
	background-color: #172818;
	position: relative;
	padding-top: 1px;
	width: 810px;
	margin: 0 auto;
}
 
#HeaderDiv 
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	text-align: center;
}
 
#NavDiv
{	
	background-color: #172818;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: center;
}

#BodyDiv 
{
	background-color: #172818;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: center;
} 
 
#FooterDiv 
{
	background-color: #172818;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
} 

