@charset "iso-8859-1";
/* CSS Document */
A
{
	text-decoration: underline;
}
.bNW
{
	color: black;
	background-color: white;
}
.wNB
{
	color: white;
	background-color: black;
}
#CLOSE
{
	clip: rect(60% auto 60% auto);
	line-height: 60%;
}

.navTitle{
	font-family: Comic Sans MS, Short Hand, Arial, Papyrus, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	COLOR: black;
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: left;
	position: absolute;
	height: 50px;
	width: 120px;
	left: 2px;
	top: 2px;
}

.navContent{
	font-family: Comic Sans MS, Short Hand, Arial, Papyrus, Verdana, Tahoma;
	font-size: 15px;
	font-weight: normal;
	COLOR: black;
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: left;
	position: absolute;
	height: 500px;
	width: 120px;
	left: 5px;
	top: 25px;
}

.navContent a{
	COLOR: black;
	BACKGROUND-COLOR: white;
}

.navContent a:hover{
	COLOR: white;
	BACKGROUND-COLOR: black;
}

.content{
	font-family: Comic Sans MS, Short Hand, Arial, Papyrus, Verdana, Tahoma;
	font-size: 15px;
	COLOR: black;
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: left;
	text-valign: middle;
	position: absolute;
	height: 100%;
	width: 75%;
	left: 120px;
	top: 10px;
}

.content a{
	COLOR: black;
	BACKGROUND-COLOR: white;
}

.content a:hover{
	COLOR: white;
	BACKGROUND-COLOR: black;
}