body {
	background-color: #FFFFCC;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 12em;
}

body.desc {
	margin-left: -5%;
	margin-right: -5%;
	padding-left: -12em;
}


a:hover {
	color: #C000C0;
	font-weight: bold;
}

h1 {
	color: red;
}

h1.blue {
	color: yellow;
	padding: 0;
	background-color: blue;
	width: 640px;
}

h1.green {
	color: white;
	background-color: green;
	padding: 0;
	width: 640px;
}

li.linkpage {
	margin-top: 20px;
	margin-bottom: 10px;
}

li.subbullet {
	list-style: square;
}

.nav {
	font-family: "Comic Sans MS, cursive", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: "Comic Sans MS, cursive", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	padding: 5px;
	background-color: #FFFFCC;
	list-style-type: none;
  	margin: 4px;
  	position: absolute;
  	top: 180px;
  	left: 1em;
  	width: 160px;
}

.sidebartopper {
	position: absolute;
	margin: 0;
	top: 15px;
	left: 25px;
	width: 160px;
	height: 9em;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebarHeader {
	font-family: "Comic Sans MS, cursive", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: "Comic Sans MS, cursive", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: Arial, serif;
	font-size: 8pt;
	color: black;
	text-align: right;
}

.titlebar {
	font-family: "Comic Sans MS, cursive", "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.datestamp {
	position: absolute; 
	left:18px; 
	top:160px; 
	width:267px; 
	height:38px; 
	text-align: center;
}

.activitybox {
	position: absolute;
	width: 320px;
	height: 420px;
	left: 550px;
	top: 260px;
}

.diarybox {
	position: absolute;
	left: 225px;
	top: 190px;
	width: 640px;
	height: 1000px;
}