﻿body
{ 
	background-color: White; 
	text-align: center; 
	font-family: Verdana; 
	font-size: smaller; 
	color: Black; 
	margin: 0 auto 
}

.bgd
{ 
	background-color: #FFFFBB; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black  
}

.hdr
{ 
	width: 750px; 
	height: 120px 
}

ul
{ 
	list-style-type: disc 
} 

.menuBar
{ 
	width: 145px; 
	height: auto; 
	float: left; 
	text-align: left; 
	display: table; 
	padding-top: 20px  
}

.menuItem
{ 
	width: 144px; 
	height: 65px; 
	float: left 
}

.menuImage
{
	width: 50px; 
	height: 50px; 
	border: none; 
	float: left 
}	

.menuText
{ 
	width: 80px; 
	height: auto; 
	float: left; 
	padding: 15px 5px 20px 5px  
}	

.copyright
{ 
	width: 144px; 
	min-height: 15px; 
	float: left; 
	text-align: center; 
	font-size: smaller 
}

.images
{ 
	width: 135px; 
	height: auto; 
	float: right; 
	font-size: 75%; 
	text-align: center; 
	padding: 20px 10px 10px 10px  
}

.imageText
{ 
	width: 130px; 
	height: auto; 
	float: left; 
	padding-bottom: 25px  
}

.image
{ 
	border: None 
}

.main					
{ 
	width: 440px; 
	text-align: left; 
	float: left; 
	padding-top: 20px;  
} 

.centre
{ 
	text-align: center 
} 

h1
{ 
	font-size: 125%; 
	text-align: center 
}

h2
{ 
	font-size: 125% 
}

h3
{ 
	font-size: 110%; 
	text-align: center; 
	font-weight: bold   
}

ul
{ 
	list-style-type: disc 
} 
