/* ECSF CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #6A3897;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6A3897;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #059CC9;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #9966CC;
	font-weight: bold;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	color: #703996;
	font-style: italic;
}

.important {
	color: #703996;
}
.pageimage {
	text-align: center;
	float: right;
	width: 350px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#surround {
}
#header {
	width: 800px;
}
#menu {
	width: 800px;
}
#content {
	width: 800px;
	text-align: left;
}
#toolkittable td {
	padding: 5px;
}
#toolkittable th {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: left;
}
#credits {
	text-align: center;
	width: 800px;
}
