

#distance {
  height: 15px;
	clear: both;
}

#htmlText {
	padding-bottom: 10px; 
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
}
#htmlText p {
  font-size: 12px;
	color: inherit;
}
div.htmlText {
	padding-bottom: 10px; 
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
}
div.htmlText p {
  padding: 5px 0 18px 0;
	margin: 0;
	font-size: 12px;
	color: inherit;
}

#image1 {
	overflow: hidden;
	color: #666666;
}
#image1 .subtitle {
  padding-top: 5px;
}

/* object image aligned with text (left/right) */
div.imgWithTxt {
  margin: 15px 0 15px 0;
}
div.imgWithTxt div.imageLeft {
  float: left;
	padding: 0 15px 10px 0;
}
div.imgWithTxt div.imageRight {
  float: right;
	padding: 0 0 10px 15px;
}
div.imgWithTxt div.imageLeft div.subtitle, div.imgWithTxt div.imageRight div.subtitle {
	padding-top: 5px;
  text-align: center;
	color: #666;
	font-size: 11px;
}


/* object: separator */
#separator {
	padding-bottom: 5px;
}
#separator .in {
  height: 2px;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}


/* ***************************************************************** *
 *   IMAGE GALLERY (THUMBS LIST)
 * ***************************************************************** */ 
/**
 * div containing images opened in lightbox 
 */
.lightboxCont {
	display: inline;
	padding: 0;
	margin: 0;
}
.imgGallery {
  	margin: 10px 0;
	padding: 10px 0;
}
.imgGallery table.thumbs {
  	width: 100%;
	border: 0;
}
.imgGallery table.thumbs tr td.pic {
  	width: 25%;
	padding: 1px;
	margin: 0;
	text-align: center;
}
.imgGallery table.thumbs tr td .imgContainer {
	width: 180px;
	height: 140px;
	margin: 5px auto;
	padding: 5px;
	overflow: hidden;
	background: #F9F9F9;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;                                       
	width: 170px;
	height: 130px;
}
html>body .imgGallery table.thumbs tr td .imgContainer {
	width: 170px;
	height: 130px;
}
.imgGallery table.thumbs tr td div.desc {
	height: 25px;  
	overflow: hidden;
	font-size: 11px;
	color: #666666;
}
   
.imgGallerySingleLine {
	width: 644px;
	overflow: auto;	
	overflow-x: auto;
  	overflow-y: hidden; 
}
.imgGallerySingleLine .sep {
	margin: 10px 0;
	height: 2px;
	overflow: hidden;
	background: url(/images/objects/imgGallery/sep.png) center center no-repeat;
}
.imgGallerySingleLine table.thumbs {
	width: 100%;
	border: 0;	
}
.imgGallerySingleLine table.thumbs tr {
	text-align: center;
}



/*  ***************************************************************************  *
 *   CUSTOM (NON GENERIC) OBJECTS 
 *  ***************************************************************************  */


/* mainTopic */
#mainTopic {
  padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999966;
}
#mainTopic div.image {
  float: left;
	width: 158px;
}
#mainTopic div.text {
  float: left;
	margin-left: 20px;
	width: 400px;
}
#mainTopic div.intro {
	font-size: 12px;
}
#mainTopic p {
  font-size: inherit;
	line-heit: inherit;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
#mainTopic h3 {
  clear: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666633;
}
#mainTopic h3 a, #mainTopic h3 a:active, #mainTopic h3 a:visited {
  text-decoration: none;
	color: inherit;
}


div.extLink {
  margin: 0 0 20px 0;
}



/*  ***************************************************************************  *
 *   CONTAINERS  
 *  ***************************************************************************  */
 
/* container mainTopic */
#topicBigWithImage {
  padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
#topicBigWithImage div.image {
  float: left;
	width: 158px;
	overflow: hidden;
}
#topicBigWithImage div.text {
  float: left;
	margin-left: 20px;
	width: 400px;
}
#topicBigWithImage div.intro {
	font-size: inherit;
}
#topicBigWithImage p {
  font-size: inherit;
	line-heit: inherit;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
#topicBigWithImage ul {
  margin-top: 0px;
}
#topicBigWithImage h3 {
  clear: none;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 8px;
	color: #003333;
}
#topicBigWithImage h3 a, #topicBigWithImage h3 a:active, #topicBigWithImage h3 a:visited {
  text-decoration: none;
	color: inherit;
}


table#newsList, table#gbList {
  width: 100%;
	border: 0;
	margin: 0 0 20px 0;
}
table#newsList tr, table#gbList tr {
  padding: 0;
}
table#newsList tr td, table#gbList tr td {
  padding: 0 5px 20px 0;
}
table#newsList tr td.date, table#gbList tr td.date {
  width: 18%;
}
table#gbList tr td div.contentBox {
  width: 100%;
	overflow: auto;
}
table#newsList tr td h3, table#gbList tr td h3 {
	padding: 0 0 3px 0;
	margin: 0;
}
table#newsList tr td div.image {
  float: right;
	padding: 0 0 3px 5px;
}
table#newsList tr td div.desc {
	
}
table#gbList tr td .author {
  font-size: 11px;
	font-style: italic;
}


