		body { background-align: middle; font-size: 12px; text-align: center; color: #333; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.4; background: #808080 url(images/eabkg.gif) fixed; margin: 0; }
		#maincontainer { background-color: #696969; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 1000px; margin: 0 auto; }
		#container { background: white url(images/bkgcontainer_1024.gif); width: 1000px; border: none; margin-left: auto; margin-right: auto; text-align: left; }

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner { background-color: #000; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 bottom; padding: 7px 0 0; margin-bottom: 0; margin-top: 0; text-align: left; width: 1000px; height: 130px; border: none; }
#banner a:link, a:visited, a:hover, a:active { text-decoration: none; border-style: none; }
#content { background-repeat: no-repeat; padding: 10px; margin-right: 355px; }

		#sidebar { color: #dcdcdc; font-size: 11px; }

		#sidebar-a { color: #dcdcdc; float: right; width: 310px; margin: 0; padding: 9px; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.2; background-color: #343434; background-repeat: repeat-y; }

		#headbar {
			clear: both;
			background: url(images/bg_header.gif);
			height: 10px;
			border-top: 1px #ccc solid;
		}

		#footer {
			clear: both;
			background: url(images/bg_header.gif);
			font-size: 1px;
			height: 130px;
			margin: 0;
		}
a:visited, a:link { color: #ec219d; text-decoration: none; }
a:hover { color: #e12678; text-decoration: underline; }
h1 a:visited, h1 a:link, h1 a:hover { color: #ec219d; font-style: normal; line-height: 1; }
blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 { font-size: 225%; color: #808080; font-style: normal; line-height: 1; margin-top: 0; margin-bottom: 25px; }
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
		}


		.footer{ text-align: right; font-weight: normal; font-size: 9px; color: #343434; line-height: 1; padding-bottom: 7px; border-bottom: 1px dotted #343434; }
		.marginfooter{
			width:200px;
			text-align:center;
			margin-bottom:30px;
		}

		#content h2 { font-weight: bold; font-size: 23px; color: #343434; background-image: url(images/h2_bkg.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height: 45px; margin-bottom: 0; padding-top: 9px; }
		
		#content h2 .date {
			font-weight: normal;
			font-size: 11px;
			color: #333;
			line-height: 1;
		}
#sidebar-a p { color: #dcdcdc; font-size: 11px; }
#sidebar-a h2{ color: #fff; font-size: 13px; font-weight: bold; font-style: normal; font-variant: normal; line-height: 16px; padding: 0; }
#sidebar-a a:link { color: #ec219d; }
#sidebar-a a:visited { color: #ec219d; }
#sidebar-a a:hover { color: #e12678; text-decoration: underline; }
#sidebar-a a:active { color: #e12678; text-decoration: underline; }
.entry  { background-color: #fff; color:#343434; background-repeat: repeat-x; background-position: right top; padding:10px; text-align:justify; }
.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 { color: #343434; background-color: #dcdcdc; margin-left:0; padding: 7px; }
		.pivot-image { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding:5px; }
		#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: #adff2f;
	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 { color: #c0c0c0; background-color: #808080; }

.defcalendarlink {
	font-size: 10px;
}

.defcalendartoday {
	background-color: #adff2f;
	border: solid 1px #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; } 
