/* calendar */

#caltab {
	background-image:url('Resources/calendar.gif');

}

#caltab a:hover {
	FONT-WEIGHT: bold;
	color: darkblue;
	background-color: ivory;
}

.eventCal {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 11px;
}
.eventCalMonth, a.eventCalMonth {
	FONT-FAMILY: Helvetica, sans-serif;  
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	COLOR: white;
	FONT-WEIGHT: bold;
}   

.eventCalDay {
	COLOR: #333366;
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 11px;
}
.eventCalLink {
	COLOR: #333366;
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 11px;
}
.eventCalToday {
	COLOR: maroon;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 11px;
	background-image:url('tdbg19.png');
}

<!--
.calendarHeader { 
    font-weight: bolder; 
    color: #000000; 
    background-color: #FFFFFF; 
}

.calendarToday { 
    background-color: #FFFFFF;
}

.calendar { 
    background-color: #FFFFFF;
}
-->

body {
	font: 78%/1.5  helvetica, sans-serif;
	/*background: white url(bgbaba.gif);*/
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {
	width: 134px;
	background: #DFDFDF;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
	position:absolute; top:5px; /* left:20px;*/
	z-index:1;
}

p {
	/*background: url(remorabg.gif) center no-repeat;*/
	margin: 1em 2em;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 108px;
	/*background: url(perciformes3.gif) bottom center no-repeat;*/
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	float: left;
	width: 100px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 5em;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	/*background: url(rightarrow2.gif) center right no-repeat;*/
}

#nav li {
	float: left;
	padding: 0;
	width: 6em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 5em;

	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 4em
}

#nav li ul a {
	width: 6em;

}

#nav li ul ul {
	margin: -1.75em 0 0 5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	/*background: white url(/images/header_bg.gif) no-repeat;*/
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	/*background: url(/images/hdlogo_flip2.gif) no-repeat;*/
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}
