body {
	background-color: #333;
	background-image: url(images/pageback.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 11px; 
	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;
		background: url(images/maincontainerback.png);
	}
	#container {
		width: 800px;
		border: none;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: url(images/contentback.gif);
	}

	#wrap {
		border: 1px solid #111;
		padding: 0;
	}

	#banner {
		padding: 0px;
		margin-bottom: 0;
		margin-top: 0;
		text-align: left;
		background-color: #000;
		background: url(images/header.jpg);
		height: 188px;
		border: none;
	}
	#banner_h2h {
		padding: 0px;
		margin-bottom: 0;
		margin-top: 0;
		text-align: left;
		background-color: #000;
		background: url(images/header_h2h.jpg);
		height: 188px;
		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: verdana, arial, sans-serif;
		font-size: 11px;
		line-height: 1.2;
	}

	#headbar {
		clear: both;
		background: url(images/bg_header.gif);
		height: 10px;
		border-top: 1px #000 solid;
	}

	#footer {
		clear: both;
		background: url(images/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-size: 200%;
		color: #000;
		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;
		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-size: 13px;
		color: #000;
		background: url(images/doc.png);
		background-position: center left;
		background-repeat: no-repeat;
	}
	#content h2 .date {
		font-weight: normal;
		font-size: 11px;
		color: #000;
		line-height: 1;
	}

	#sidebar-a h2{
        font: 12px verdana, arial, sans-serif;
        color: black;
        font-weight: bold;
        line-height: 16px;
        padding: 0;
        border-bottom: 1px solid #eee;
	}

	#content h3 {
		padding-left: 20px;
		font-weight: bold;
		font-size: 13px;
		color: #000;
		background: url(images/drivers.png);
		background-position: center left;
		background-repeat: no-repeat;
	}

	a:visited, a:link {
		color: #1C98CC;
		text-decoration: none;
	}

	a:hover {
		color: #1C98CC;
		text-decoration: underline;
	}
              
	h1 a:visited, h1 a:link, h1 a:hover {
		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;
	}
	.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: 10px;
	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: #4BB8E7;
}

.defcalendarlink {
	font-size: 10px;
}

.defcalendartoday {
	background-color: #4BB8E7;
	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; } 
