body {
	color: black;
	background-color: white;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


a {	text-decoration: underline; 
	color: #792a0e;
}


a:visited {
	color: #792a0e; }
a:hover {
	color: #df4d1a; }


#page {
	text-align: left;
	color: black;
	width: 800px;
	min-height: 800px;
	height: 100%;
	background: white url("../images/tufts7c.jpg") no-repeat scroll;
	border-top: thin #ae3c14 solid;
	border-left: 15px #ae3c14 solid;
	border-bottom: thin #ae3c14 solid;
	border-right: 15px #ae3c14 solid;
}


/* Header */

.header {
	height: 60px;
	width: 700px;
	margin: 20px 0px 0px 25px;
	padding: 0px;
	border: 0px black solid;
	text-align: left;
	color: #400;
}

.header h1 {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	padding: 0px;
	padding: 0px 0px 7px 0px;
	font-variant: small-caps;
}

/* Footer */
.footer {
	width: 815px;
	height: 15px;
	padding-left: 15px;
	background-color: #ae3c14;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
}
.footer a {color: white; }
.footer a:hover { color: #ccc; }

/* Navigation */
.navbar {
	width: 150px;
	float: left;
	height: 200px;
	margin: 25px;
	padding: 10px;
	background-color: #eee;
	border: thin #888 solid;
	text-align: left;
}

.navbar a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 135px;
	height: 20px;
	padding: 8px 5px 5px 5px;
	margin: 0px;
	clear: all;
	float: left;
}

.navbar a:visited { color: #792a0e; }
.navbar a:hover { 
	color: #ae3c14;
	background-color: #fff;
	border-right: 6px red solid;
}
.navbar a:active { color: #ae3c14; }

#current {
	background-color: #056;
	color: white;
	border-right: 6px #ae3c14 solid;
}	
	
	
	
/* Content */ 
.content {
	width: 500px;
	color: black;
	background-color: #eee;
	padding: 0px 10px 0px 10px;
	margin: 25px 0px 2px 225px;
	min-height: 450px;
	border: thin #888 solid;
	line-height: 20px;
}


.content h3, h4 {
	color: #056;
}


.content img {
	float: left;
	margin: 5px;
	padding: 5px;
}


table {
	border-collapse: collapse;
}


th { padding: 5px; }
td { 
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

.author {font-style: italic;}

.smaller {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}