/* CSS Document */
html {
  height:100%;
  width:100%;
}
body {
	padding:0;
	margin:0;
	color:#090;
	font-family: Calibri, Helvetica, Arial;
	font-size:small;
	background:#000;
	height:100%;
	width:100%;
}
#navBar {
  border:none;
  height:16px;
  background:url('Images/grad.png') repeat-x bottom;
  background-color:#090;
  /*background-color:#d00; 
  /*background-color:#09f; 
  /*background-color:#090; 
  /*nav bar colour (090,09f)*/
  text-align:right;
  padding:2px;
  padding-right:5px;
  color:#fff;
}
#wrapper {
  width:100%;
  position:absolute;
  top:50%;
  margin-top:-235px;
  height:505px;
  overflow:hidden;
}
#content {
  height:450px;
  background:#fff;
  overflow-y:scroll;
}
#cont {
  height:100%;
  width:100%;
}
#img {
  height:97px;
  width:212px;
  background: url('Images/mjh.png') no-repeat;
  position:relative;
  top:175px;
  margin-left:auto;
  margin-right:auto;
}
#img:hover {
  background: url('Images/mjh2.png') no-repeat;
}
#imgM{
  position:relative;
}
h6 {
  font-size:x-small;
  text-decoration:none;
  font-weight:normal;
  color:#666;
}
h5 {
  color:#fff;
  font-size:medium;
  text-decoration:none;
  font-weight:normal;
}
h2 {
  color:#090;
  font-size:small;
  font-weight:normal;
  text-decoration:underline;
}
#load {
  display:none;
}
table tr td{
  vertical-align:top;
}




h1 {
	font-size:medium;
	margin-top:0;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	text-align:right;
	margin-right:5px;
}
p {
	font-size:small;
	margin-top: 1px;
	margin-bottom: 1px;
}
a, a:visited {
	color:#fff;
	text-decoration:none;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
}
#cont a {
		color:#06f;
}
/*#cont a:hover {
		text-decoration:none;
		border-bottom:1px dashed #ffde00;
}*/

