body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Navy;
	background: rgb(200,200,255);
	margin: 5px;
	padding: 0px;
}

h1 {
	font-size: 180%;
	text-align: center;
	font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #971E1E;
}

.header  {
	border: 1px solid Navy;
	margin: 2px;
	background: rgb(220,220,255);
	padding: 2px;
}

h2 {
	font-size: 110%;
}


#breadcrumbs {
	border: 1px solid Navy;
	padding: 4px;
	background: rgb(220,220,255);
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

.here {
	font-weight: bold;
	color: #dddddd;
	background-color: #6666ff;
	padding: 2px;
}

.central {
	margin-left: 200px;
	margin-right: 200px;
/*	border: 1px dashed Gray; */
	padding:4px;
	line-height: 130%;
}

/*
.central p  {
	border: 1px solid Navy;
	margin: 4px;
	background-color: #D4E0F3;
	padding: 4px;
}
*/
.central p  {
	margin-top: 10px;
	}

#navigation {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 180px;
	font-size: 90%;
/*	border: 1px dashed Gray; */
	padding:4px;
}

#resources {
	position: absolute;
	top: 80px;
	right: 10px;
	width: 180px;
	font-size: 80%;
/*	border: 1px dashed Gray; */
	padding:4px;
}

/* Need to zero these to overwrite the browser defaults */
div#navigation ul, div#resources ul
{
	margin: 0px;
	padding: 0px;
}

div#navigation li, div#resources li

	{
	background: rgb(220,220,255);
	margin: 5px 0 0px 0px;
	display: block;
	border: 1px solid navy;
	border-color: White Navy Navy White;
	padding: 4px;
	list-style: none;
}

	div#navigation li a, div#resources li a
	{
		display: block;
	}
	
/* Using hover for the li element makes the whole thing change even if their is not link */
	div#navigation li:hover, div#resources li:hover
	{
		background: rgb(235,235,255);
	}
	
	#resources a, #navigation a, #breadcrumbs a {
		color: Blue;
		text-decoration: none;
		font-weight: bold;
	}
	
	#resources a:hover, #navigation a:hover, #breadcrumbs a:hover  {
	color: Blue;
	text-decoration: underline;
}


.code {
	float: left;
	border: 1px solid Navy;
	background-color: bisque;
	margin-right: 5px;
	padding: 4px;
	padding-left: 6px;
	font-size: 90%;
	width: 200px;
}
	

.coderight {
	float: right;
	border: 1px solid Navy;
	background-color: bisque;
	margin-left: 5px;
	padding: 4px;
	padding-left: 6px;
	font-size: 90%;
	width: 200px;
}
	
