		body {
			background-align: middle;
			background-color: #EAEAEA;
			background: url(/img/ronde_m.png);
			font-family: Georgia,Times,Times New Roman,sans-serif; 
			font-size: 12px; 
			text-align: center; 
			color: #333; 
			line-height: 1.4; 
			margin: 0; 
		}
		#maincontainer {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		#container {
			width: 800px;
			border: none;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			background: url(/img/contentback.gif);
			border: 2px solid black;
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0;
			margin-top: 0;
                        text-align: left;
			background-color: #000;
			background: url(/img/klr07.jpg);
			width: 800px;
			height: 294px;
			border: none;
		}
		

		#content {
			padding: 10px;
			margin-right: 210px;

		}

		#sidebar {

		}

		#sidebar-a {
			float: right;
			width: 200px;
			width: 210px;
			width: 200px;
			margin: 0;
			margin-left: 0;
			padding: 5px;
			font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
			font-size: 10px;
			line-height: 1.2;
		}

		#headbar {
			clear: both;
			background: url(/img/bg_header.gif);
			height: 10px;
			border-top: 1px #ccc solid;
		}

		#footer {
			clear: both;
			background: url(/img/bg_header.gif);
			font-size: 1px;
			height: 10px;
			margin: 0;
		}

		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {

			font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{
			text-align: right;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;
		}
		.marginfooter{
			width:200px;
			text-align:center;
			margin-bottom:30px;
		}

		#content h2 {
			padding-left: 20px;
			font-weight: bold;
			font-variant: small-caps;
			font-size: 16px;
			color: #000;
			background: url(/img/doc.png);
			background-position: center left;
			background-repeat: no-repeat;

		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 11px;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px georgia, times new roman, serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        line-height: 16px;
		        padding: 0;
			border-bottom: 1px solid #eee;
		}
		

		a:visited, a:link {
			color: #333;
			text-decoration: none;
			border-bottom: 1px dotted #333;
		}

		a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
              
                h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		.entry  {
			background-color: #fff;
			color:#333;
			padding:10px;
			border: 1px #ccc solid;
			text-align:justify;
		}
		.entry:first-letter  {
			color:#000;
			font-weight:bold;
			font-size:14px;
		}
		.ornament  {
			text-align:center;
			width:560px;
		}
		.commentform  {
			background-color: #fff;
			border: 1px #ccc solid;
			padding: 10px;
			width: 570px;
		}
		.commentinput {
			border:1px #ccc solid;
			width:300px;
		}

		.searchbox {
			border:1px #ccc solid;
			margin-bottom:5px;
			width:190px;

		}
		.commentbutton, .searchbutton {
			border:1px #000 solid;
			background:#ddd;
		}
		.commentbutton {
			width:140px;
		}
		.searchbutton {
			width:190px;
		}
		#comments {
			margin-left:40px;
		}
		.pivot-image {
			border:1px #ccc solid;
			padding:5px;
			background:#fff;
		}
		#buttonbox a {
			border-bottom:none;
		}
		.badge {
			border:none;
			margin-bottom: 5px;
		}






/* these styles are for the calendar widget */

.calendar {
	padding: 1px 5px;
	margin: 0px;
	font-size: 10px;
}

.calendarHeader {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin:0px;
	padding: 2px 5px;
}

.calendartoday {
	background-color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: none;
	padding: 0px;
	width: 200px;
}

.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #253a69;
	text-decoration: none;
}

/* some default styles for the calendar.. */
.defcalendar {
	font-size: 10px;
}

.defcalendar td {
	padding: 1px 4px;
}

.defcalendar td:hover {
	background-color: #ff6;
}

.defcalendarlink {
	font-size: 10px;
}

.defcalendartoday {
	background-color: #ff9;
	border: 1px solid #999;
	font-weight: bold;
}

/* JM - removed as an inline style for accessibility */

.calendarHeaderControl {
	font-size:13px;
}

/* ACCESSIBILITY CHANGES - JM 2004/11/26 */

/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }
.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 
