/* CSS Document */

.newsitem, #contentArea .newsitem, #contentAreaEdit .newsitem {
	padding-left:15px;
	margin-bottom: 15px;
	border-left:1px solid #cacaca;
	}

.subtitle2, #contentArea .subtitle2, #contentAreaEdit .subtitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	display:block;
	margin-top:20px;
	padding: 0px;
	color:#666666;
	}

.subtitle1, #contentArea .subtitle1, #contentAreaEdit .subtitle1 {
	border-bottom: 1px dotted;
	display:block;
	border-color:#FF9900;
	font-size:12px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-stretch: expanded;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
	clear:both;
	}
	
.introp, #contentArea .introp, #contentAreaEdit .introp {
	letter-spacing: 1.1 em;
	line-height:1.1 em;
	}
p.introp, span.introp {margin-top: 20px; font-size:18px; color:#666666;;}
/* neither margin top nor padding top works well with span */

.imagelabel, #contentArea .imagelabel, #contentAreaEdit .imagelabel {
	float:right;
	color: #666666;
	font-size:12px;
	padding-left: 0px;
	margin-left:10px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom:10px;
	}

.imagelabelCenter, #contentArea .imagelabelCenter, #contentAreaEdit .imagelabelCenter {
	margin:0 auto;	
	text-align:center;
	display: block;
	font-style:italic;
	color: #666666;
	font-size:12px;
	padding-left:0px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom:15px;
	}

.hilite, #contentArea .hilite, #contentAreaEdit .hilite {
	color:#660033;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	float: right;
	line-height: 1.1em;
	}
	

.hilite .floatright, #contentArea .hilite .floatright, #contentAreaEdit .hilite .floatright {
	color:#660033;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 1.1em;
	float:right;
	z-index: 2;
	}

.floatleft, #contentArea .floatleft, #contentAreaEdit .floatleft {
	float:left;
	padding-right:10px;
	z-index: 2;
	/*padding: 5px;*/
	}

.icon, #contentArea .icon, #conentAreaEdit .icon {
	float:left;
	border:0px;
	margin:2px;
	align:absmiddle;
	}
ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
li {
	margin:0px;
	padding:0px;
	padding-left: 10px;
	display:block;
	clear:left;
	}

	
