body {
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/* positions the title in the header */
#title {
	background-color: #000099;
	border-top: 5px solid #0000CC;
	color: white;
	font-size: 18px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	padding-left: 55px;
	height: 20px;
}

/* positions the title in the header for public website */
#ptitle {
	background-color: #339933;
	border-top: 0px solid #339933;
	color: white;
	font-size: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px;
	padding-left: 0px;
	height: 85px;
}

/* positions the title in the header for picture row */
#pics {
	background-color: #CCFFCC;
	border-top: 2px solid #CCFFCC;
	color: black;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	padding-left: 0px;
	height: 104px;
}

/* positions the title in the header for public navigation bar */
#pnav {
	background-color: #339933;
	border-top: 2px solid #339933;
	color: black;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	padding-left: 0px;
	height: 18px;
}

/* formats the content in the main frame */
#content {
	color: black;
	margin: 10px;
}

/* formats the content in the main frame for the public website */
#pcontent {
	color: black;
	margin: 50px;
	margin-top: 20px;
}

h1 {
	font-size: 20px;
	border-top: 5px solid #0000CC;
}
h1.title {
	font-size: 20px;
	border-top: 0;
}
h1.ptitle {
	font-size: 25px;
	border-top: 0;
	color: #339933;
}
h2.ptitle {
	font-size: 20px;
	border-top: 0;
	color: #339933;
}

td {
	font-size: 12px;
	border-top: 1px solid #0000CC;
}

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #6666FF; text-decoration: underline; }
a:active { color: #6666FF; text-decoration: underline; }


td.weekday {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

td.day {
	padding: 4px;
	border-style: solid;
	border-color: #66f;
	background-color: #fff;
	border-left-width: 1px;
	border-top-width: 1px;
}

td.noday {
	padding: 0;
	border-style: solid;
	border-color: #66f;
	background-color: #ddf;
	border-left-width: 1px;
	border-top-width: 1px;
}
