html {
	background : #CCCCCC;


}

body {
	background: white url(pics/dantext.gif) no-repeat top right;
	margin: 2em 2em 2em 2em;
	border: 4pt solid  #0099CC;
	color: black; /*Font Colour*/
	font: 1em arial;
}

#centercontent {
	position: relative;
	margin: 5em 2em 5em 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*right: 150px;
	left: 350px;*/
}

#centercontent a {color: #003399; text-decoration: none;}
#centercontent p:hover a { color: #039; text-decoration: underline;}
#centercontent p a:hover { color: blue; text-decoration: underline;}

h2 {border-bottom: 2px solid white;}

#Nav{
	background: url(pics/monkey.jpg) no-repeat top left;
	position: absolute;
	height: 18em;
	width:230px;
	position: absolute;
	top: 50px;

}
#topmenu {
	font: 1em arial;
	font-weight: bold;
	color: #0099CC;
	left: 5px;
}

#topmenu ul {
	margin-bottom: 25px;
	margin-left: 0;
	padding: 3px 5px 0px 0px;
	}
#topmenu ul li {
	padding: 3px 5px 3px 5px; /*T R B L*/
	list-style: none;
	}
#topmenu ul li a {
	text-decoration: none;
	color: #0099CC;
	}
#topmenu ul li a:hover {
	text-decoration: underline;
	color: blue;
}



.submenu {
	visibility:hidden;
	bottom:0;
	margin: 5em 0 0 0;
	font: 0.75em arial;
	position: absolute;
}
.submenu ul {
	margin-bottom: 25px;
	margin-left: 0;
	display: inline;
	padding: 3px 5px 0px 0px;
	}
.submenu ul li {
	padding: 3px 5px 3px 5px; /*T R B L*/
	list-style: none;
	display: inline;
	}
.submenu ul li a {
	text-decoration: none;
	color: #0099CC;
	}
.submenu ul li a:hover {
	text-decoration: underline;
	color: blue;
}

