/*

/css/style-new.css

This "new style" sheet reflects style changes from the remodeling done in December 2007.
Because the project is not a complete redo, this seperate sheet is being used and "headline" instead of H1
as one example of not wanting to touch much of the existing layout. --- sjf

*/

.headline {
	margin-bottom:10px;
	margin-top:15px;
	font-family:verdana;
	font-size:large;
	font-weight:normal;
	color:#9b4b00;
}

.headline2 {

	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#9b4b00;
	text-align:left;

}

.headline3 {

	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;

}

.breadcrumbs {
	
	margin-bottom:10px;
	padding-bottom:4px;
	font-size:10px;
	border-bottom:0px dashed #cccccc;

}

.content {

	font-size:13px;
	line-height:160%;
	font-family:verdana,arial,helvetica,sans-serif;

}
.content b {
	font-size:13px;
	text-decoration:none;
	
}

.buttonPurchase {
	
	font-size:15px/18px;
	padding:5px;
	color:#9b4b00;
	font-weight:bold;
	margin:6px;
	margin-bottom:0px;
	/* prevent stretching of input button in ie7*/
	overflow: visible;
}



.bylineDate {

	font-size:11px;
	color:#666666;
}

.cellOne {

	border: 1px solid black; 
	padding: 6px;
	font-size:12px;
	background-color: #CBD69B;
	font-family:verdana;sans-serif;
	line-height:140%;
	padding-bottom:20px;

}
.cellOne ul {

	padding-left:20px;
	line-height:140%;

}
.cellOne li {
	margin-bottom:7px;
}

.footer {

	font-size:10px;
	line-height:120%;
	font-style:italic;

}

.ce-logo {

	padding:2px;
	border:1px solid goldenrod;
	padding-left:5px;
	padding-right:5px;
	background-color:#F6EB19;
	font-weight:bold;
	font-family:arial,sans-serif;
	font-size:11px;
	padding-top:0px;
	padding-bottom:0px;
}
