body {
	margin:15px 0px; padding:0px;
	text-align:center;
	background-color: #aaa;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #111;
}

#centered {
	width:780px;
	margin:0px auto;
	text-align:left;
	padding:20px;
        padding-bottom:40;
	border:1px solid #aaa;
	background-color:#fff;
}

#title {
	position: relative;
	text-align: left;
	border: 0px solid #ddd;
	padding: 5px;
	color: #FF5555;
}

#navigation {
	position: relative;
	text-align: right;
	padding-bottom: 5px;
}

.nav, .navSelected {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	border: 0px dotted #ddd

}

.navSelected {
	background-color: #FF8888;
}

.nav:hover {
	background-color: #FF5555;
}

.textEntry {
	position: relative;	
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}

.tableEntry {
	border: 0px dotted #ddd;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}

td.date {
	width: 80px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
        color: #FF5555
}

td.text {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

td.notes {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	color: #ff8888;
}

a {
	color: #ee6666;
}

a:hover {
	background-color: #ffaaaa;
	color: #111;
}

a:visited {
	color: #ee6666;
}
a:visited:hover {
	background-color: #ffaaaa;
	color: #111;
}

h1 {
	/*font-weight: bold;*/
	font-size: 14px;
	color: #d33;
}

.h1Span {
/*	font-weight: bold; */
	font-size: 14px;
	color: #d33;
	margin-right: 15px;
}

h2 {
/*	font-weight: bold; */
	font-size: 12px;
}

.light {
	color: #ff8888;
}

.large {
	font-size: 24;
	font-weight: bold;
}

p.indented {
	position: relative; left: 25; width: 600;
}

.imageRight {
	float: right; margin-left: 15px; margin-bottom: 15px; border: 1px solid #666;
}

.imageLeft {
	float: left; margin-right: 5px; border: 1px solid #666;
}


#classList {
	font-size: 12;
	position: left;
	text-align: left;
	padding-bottom: 20px;
        padding-left: 5px;

}

.item, .itemSelected {
	float: left;
	position: relative;
	width: 250px;
	text-align: left;
}

.itemSelected {
	background-color: #ccc;
}

.item:hover {
	background-color: #fff;
}

#footsy {
	width:780px;
	margin:0px auto;
	align:left;
	text-align:left;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	border: 5px solid #aaa;
	border-top:0px;
	background-color:#fff;
	font-size:10;
	color: #999;
}



