body {
	padding: 8px;
	margin: 0px;
	background: #ffffaa;
}

body, p, html, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#header {
	display: block;
	position: relative;
	background: #3C5B87;
	border: 1px solid #999999;
	text-align: right;
}

#guts {
	background: #ffffff;
	border: 1px solid #999999;
	display: block:
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

#centercolumn {
	width: 75%;
	display: block:
	padding: 0px 0px 0px 0px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	top: 110px;
	width: 24%;
	display: block:
}

#rightcolumn, #rightcolumn p { 
	font-size: 12px;
	line-height: 16px;
}


#footer {
	border: 1px solid #00f;
	clear: both;
}

#hspace {
	padding: 4px;
}

.block {
	padding: 4px;
	background: #ffffff;
	border: 0px solid #999999;
}


.block H3 {
	background: #c8d5f5;
	color: #26344C;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 0px solid #999999;
	font-size: 11px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #ffffff;
	border: 0px solid #999999;
}

.entrycontent {
	padding: 12px;
	background: #ffffff;
	border: 1px solid #999999;
}


.content p {
	margin: 4px 2px 4px 2px;
}

.content img {
	margin: 4px;
}	

#copyright, #copyright p {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}	

H1 {
	height: 100px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fefca9;
	background: #477DDD url(img_lisa.jpg) no-repeat;
	margin: 0;
	font-size: 32px;
	cursor: default;
	text-align: right;
	padding: 0px 8px 0px 0px;
	border-bottom: 1px solid #999999;
}


H2 {
	font-size: 13px;
	border-bottom:1px dashed #999999;
	margin:0px;
	padding: 6px 0px 0px 0px;
	color: #26344C
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 24px;
	margin: 4px;
	color: #ffffff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #5C6B8E;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5C6B8E;
}


a {
	color: #253A69;
}

blockquote { 
	color: #26344C;
}


.prevnext_links {
	float: right;
	color: #ffffff;
}

H1 A, .prevnext_links A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}



/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 11px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 11px;
}


/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #dddddd;
	margin:0px;
	padding: 2px 5px;
		font-size: 11px;
}

.calendarToday { 
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: 1px dashed #999999;
	padding:0px;
	width: 175px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #253A69;
	text-decoration: none;
}
/* end of the calendar styles */