@charset "utf-8";
/*
#MainNav {
	margin: 0px;
	width: 880px;
	background-color: #CCE8FF;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #77C1FF;
	border-bottom-color: #77C1FF;
}

#sidebar {
	background-image: url(/Graphics/Note%20Paper.png);
	background-repeat: repeat;
	height: 600px;
	width: 200px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #006600;
}
#sidebar h3 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #006633;
}
*/