
body {
	background-color: #C9E0F7;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	margin: 0em;
	}
a {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

 
#content
{
	padding: 8px 16px 8px 8px; /* top right bottom left */
}

#menu a {
	font-weight: normal;
	display: block;
	width:120px;
	padding: 2px 2px 2px 2px; /* top right bottom left */
	margin: 0 0 6px 0;
	background: #FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
}

#menu a:link.notselected, #menu a:active.notselected, #menu a:visited.notselected {
	color: #000000;
}
#menu a:link.selected, #menu a:active.selected, #menu a:visited.selected {
	color: #000000;
	background: #FFFFFF;
}

#menu a:hover.selected, #menu a:hover.notselected {
	background: #000000;
	color: #ffffff;
}

#menu span {
	margin: 2px;
}
#pagecontent {
	margin-top: 0px;
	margin-left: 150px;
	padding: 10px;
	background: #88DDFF;
	border: 1px solid black;
}

