* { margin: 0px; }

html { padding:0; }

body {
	margin:10px 0px;
	padding:0;
	background: url('/images/bg.jpg');
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvitica, sans-serif;
  font-size: 100%;
}

img {  border-style: none; }

#heading {
	color: #cc0000;
	font-size: 140%;
	font-weight: bold;
}

#menu {
	background:url('/images/mb.gif') rgb(235, 235, 235);
	height:42px;
	text-align:center;
	padding-left:70px;
}

#menu div { 
	clear: both;
}

#menu ul { 
	padding: 2px;
  display: block;
  position: relative;
  top: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin-bottom: 0px;
}

#menu ul li { 
  position: relative;
  margin-right: 3px;
  float: left;
}

#menu ul li a { 
	padding: 5px 8px 8px;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  border-style: none;
}

#menu ul li a:hover { 
	color: rgb(255, 255, 255);
  background-color: #5075eb;
  border-style: none;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover { 
	background-color: #ffffff;
  color: #000090;
  border-style: none;
}

#list {
	padding-left: 20px;
	margin-left: 20px;
}

.centreImage
{
	text-align:center;
	padding:0px;
	display:inline;
}

.centreImage img {
	margin:20px;
	border: solid 2px #e7b836;
}

#flash_notice {
  padding:20px;
  color:#ff0000;
  background-color: #CFC;
  border: solid 1px #6C6;
  text-align: center;
  font: bold italic large Palatino, serif;
}
