@charset "iso-8859-1";
/* www.Alpha-Matrix-Design.co.uk */
/* Creation date: 26/01/2004 */

#body {
	text-align: left;
	padding: 20px;
	padding-left: 250px;
	line-height: 140%;
	letter-spacing: 180%;
	word-spacing: 180%;
}
#body p {
	padding-bottom: 0.8em;
}
#body h2 {
	padding-top: 0.8em;
}
#body h3 {
	padding-top: 0.8em;
}
#body li {
	list-style-type: disc;
	margin-left: 1em;
}
#body li li {
	list-style-type: circle;
	margin-left: 1em;
}
#leftmenu {
	display: block;
	float: left;
	width: 244px;
	padding: 12px;
	overflow: visible;
}
#leftmenu li {
	margin-bottom: 1ex;
	width: 100%;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#leftmenu a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 10px auto;
	margin: expression('auto')
	overflow: hidden;
	border: none;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	background-color: #7596B1;
	text-decoration: none;
	background-image: url('../images/buttons.gif');
	background-position: 50% 0px;
	background-repeat: no-repeat;
}
#leftmenu a:hover{
	background-position: 50% -30px;
	background-color: #CAB865;
}
#leftmenu a.current{
	background-position: 50% -60px;
	background-color: #BAE1F3 !important;
	color: black;
}
#leftmenu li span {
	padding-top: 8px;
	width: 100%;
	text-align: center;
}