body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #333;
	line-height: 130%;
	font-family: verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	background: #222 url('images/pb-header-plain.png') right no-repeat;
	width: 895px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
     border-bottom: 3px solid #333;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
     display: none;
}

#header .description, #header .todaysdate { display: none; }

.todaysdate { display: none; }

#wrapper-menu {
	float: left;
	width: 100%;
}

#nav {
	width: 895px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
     background: #88ac0b url('images/nav-bg.png') top left repeat-x;
     font-weight: bold;
     font-size: 12px;
     line-height: 23px;
     border-bottom: 1px solid #999;
}

#nav li { display: inline; }

#nav a:link, #nav a:visited {
	padding: 0.25em 1em;
	color: #666;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#nav a:hover {
	background: url('images/nav-bg-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 855px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 13px;
     line-height: 17px;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 10px;
	width: 875px;
	text-align: right;
	color: #666;
     background-color: #EEE;
	border: 1px solid #707070;
	font-size: .6em;
}

h2 {
	color: #444;
	padding-bottom: 3px;
	border-bottom: 1px solid #D0D0D0;
	font-size: 18px;
	letter-spacing: -1px;
}

h3 {
     font-size: 16px;
}

h4 {
     font-size: 10px;
     margin-top: -13px;
     font-weight: normal;
}

a:link, a:visited {
	color: #0E3077;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

/*           */
/*   Added   */
/*           */
   table.bumper-search {
     border-left: 1px solid #999;
     border-right: 1px solid #999;
     border-top: 1px solid #999;
     margin-top: -10px;
     margin-bottom: 45px;
}
     table.bumper-search th {
          font-size: 11px;
          border-bottom: 1px solid #AAA;
          border-right: 0px solid #CCC;
          color: #666;
     }
     table.bumper-search td {
          font-size: 10px;
          border-bottom: 1px solid #AAA;
          border-right: 1px solid #AAA;
          padding: 2px 4px 2px 4px;
         /* background-color: #FCFCFC; */
     }
     table.bumper-search td a {
          text-decoration: none;
     }
     table.bumper-search td a:hover {
          border-bottom: 1px dotted;
     }

.postdate { margin-left: 0; font-size: .8em; color: #333; border-bottom: 1px dashed #D0D0D0; }

.postmetadata { font-size: 9px; color: #666; padding: 0 15px; }

