/* This CSS is the style sheet for the entire site. */
/* copied from another site to modify for this one. */
body {
	font-family: Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pinkbg.gif);
	background-repeat: repeat-y;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e85{
	font-size: .85em;
}
.e90{
	font-size: .9em;
}
.e95{
	font-size: .95em;
}
.e95T{
	font-size: .95em;
	font-face: Times New Roman, Times, serif;
}
.e100{
	font-size: 1.0em;
}
.e110{
	font-size: 1.1em;
}
.e100pink{
	font-size: 1.0em;
	color: #dd4d9e;
}
.e120{
	font-size: 1.2em;
}
.e130{
	font-size: 1.3em;
}
.e150{
	font-size: 1.5em;
}
.nav {
	width: 267px;
	vertical-align: top;
	padding-right: 20px;
}
hr {
	size: 1;
}
.footer {
	text-align: center;
	font-size: .75em;
	font-family: arial;
}
a:active, a:visited, a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
.heading {
	font-weight: bold;
	color: #660000;
	margin-bottom: 0px;
}
.gototop {
	text-align: center;
	font-size: .8em;
	margin: 15px;
	font-weight: bold;
}
.titlegraphic {
	float: right;
	margin: 15 0;
}
table.projects td {
	padding: 10px 20px 10px 0px;
	width: 25%;
	text-align: center;
}
table.projects {
	width: 660px;
}
.showborder {
	border: 1px solid red;
}
table.events td {
	vertical-align: top;
	padding: 0 0 20 20;
}

