html{
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2C1F6F;
	height:100%;
	background-color:#FFFFFF;
	list-style-type:circle;
}

.sideNav {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.sideNav:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.sideNav:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.sideNav:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.sideNavOn {
	color:#FFFFFF;
	text-decoration:normal;
	font-weight:bold;
}

a.contentLink:link {
	color:#2C1F6F;
	text-decoration:underline;
}

a.contentLink:visited {
	color:#2C1F6F;
	text-decoration:underline;
}

a.contentLink:hover {
	color:#9F6417;
	text-decoration:underline;
}

.topLink {
	color:#A686D0;
	text-decoration:none;
	font-weight:bold;
}

a.topLink:link {
	color:#A686D0;
	text-decoration:underline;
	font-weight:bold;
}

a.topLink:visited {
	color:#A686D0;
	text-decoration:underline;
	font-weight:bold;
}

a.topLink:hover {
	color:#2C1F6F;
	text-decoration:underline;
	font-weight:bold;
}