#sidebar {
	font-size: large;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	float: left;
	max-width: 220px;
	min-width: 100px;
	margin-right: 1em;
	width: 220px;
	color: black;
}

#sidebar li {
	border-color: #7f7f7f;
	border-style: outset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: #929cff;
}

#sidebar li.download {
	border-color: #006600;
	border-style: outset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: #66ff66;
}

#sidebar li.download:hover {
	border-color: #006600;
	border-style: outset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: #009900;
}

#sidebar li.you_are_here {
	border-color: #7f7f7f;
	border-style: outset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: white;
}

#sidebar li.you_are_here:hover {
	border-color: #7f7f7f;
	border-style: outset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: white;
}

#sidebar li:hover {
	border-color: #7f7f7f;
	border-style: inset;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0.5em;
	list-style-type: none;
	background-color: #4e5cff;
}

.big_text {
	color: #aa0000;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 0.25em;
}

.std_text {
	color: #3e0000;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	padding: 1px;
	text-decoration: none;
	color: black;
}

#sidebar a:hover {
	padding: 1px;
	text-decoration: none;
	color: white;
}

#sidebar .you_are_here a:hover {
	padding: 1px;
	text-decoration: none;
	color: black;
}

.testimonial
{
	padding: 8px;
}

td.download
{
	width: 50%;
}

td.download img, #footer img
{
	vertical-align: middle;
}

#footer {
	clear: both;
	color: black;
	font-size: small;
}