
.backing { 
width: auto;
margin:5px;
margin-bottom: 0;
height: 100%;
background: #fffff0;
}
.wed { 
background: #004;
border: dashed 1px red;
}
.panel {
padding: 5px;
width: auto;
margin:15px;
margin-top: 0;
text-align: left;
border: solid 1px #000; /*#691821;*/
height: 100%;
background: #fffff0;
font-weight: normal;
overflow: visible; /*Stupid IE6 Fix. If more than one set of italics is in a paragraph IE6 will wrongly expand the .panel container and the left-column links drop to bottom of page! - Retarded - took a while to figure this one out! time is money no woneder I'm broke*/
}
.panel ul { 
margin: 0;
list-style-position: inside; /*keeps list bullets out from underneath right edge of floated left image*/
padding: 0;
}
.panel p {
font-weight: normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#373737;
margin-top: 2px;

}
.panel h2 { 
color:#036;
font-family:Arial, Helvetica, sans-serif;
font-size: 120%;
}
.panel h2 {
color: #036;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 0;
font-size: 110%;
margin-top: 10px;
}
 .panel h3{
 font-size:85%;
 color:#036;
 margin:0; padding:0;
}
.nobords { 
border:;
background: #fffffc;
}
.datepanel {
	padding: 0;
	padding-left: 5px;
	width: auto;
	margin:0 15px;
	border: solid 1px #000;
	text-align: left;
	height: 100%;
	background:#691821;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	
}

.first {
	padding: 0;
	border-bottom: solid 1px #fff;
	width: auto;
	margin:5px 15px;
	background: #004;
	text-align: center;
	height: 100%;
	
	
	color: #fffff0;
	font-size: 110%;
	font-weight: bold;
	}
.bigred { 
color: #036;
font-size: 25px;
font-weight: bold;
margin: 5px 0 -5px 0;
font-style: italic;
float: right;
padding: 0;
border: solid 1px #000;
background: #fffff0;
}
.bigred2 { 
color: white;
font-size: 20px;
margin-left: 0px;
font-style: italic;
text-align: right;
}
em{
color: #333;
	font: italic 600 100% Arial, Helvetica, sans-serif;
	
	}