/* AS: added style elements for news, events, and spotlight */


#mythreecolumncontent {
/*  margin: 0 auto;
  overflow: auto;
  width: 100%;*/
  float:right;
}

#newscompact {
  padding-bottom: 10px;
  font-size: 1.1em;
}

#newsdetailed {
  padding-bottom: 10px;
  font-size: 1.0em;
}

table.news {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border: 0px;
}

table.news td {
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 0px;
  text-align: justify;
  vertical-align: top;
}

table.newscompact {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border: 0px;
}

table.newscompact td {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 0px;
  text-align: left;
  vertical-align: top;
}
	
img.newsimage {
  display: inline;
  float: left;
  padding-top: 5px;
  border: 0;
}

p.newsdescription {
  font-size: 1.0em;
  text-align: justify;
}

#eventscompact {
  padding-bottom: 10px;
  font-size: 1.1em;
}

#eventsdetailed {
  padding-bottom: 10px;
  font-size: 1.1em;
}

p.event {
  font-size: 1.0em;
  text-align: justify;
  margin: 0 0 8px 0;
}

#collaborators {
  padding-bottom: 20px;
  font-size: 1.1em;
}

#spotlight {
  padding-bottom: 20px;
  font-size: 1.1em;
}

a.spotlightimage_portrait a.spotlightimage_landscape {
  border: 0;
}

img.spotlightimage_portrait {
  width: 100px;
}

img.spotlightimage_landscape {
  width: 166px;
}

table.spotlight {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border: 4px;
  border-color: #2f5604;
  border-style: ridge;
}

table.spotlight td {
  padding: 0;
  text-align: center;
  vertical-align: top;
}

#visionstatement {
  width: 490px;
  margin: 15px auto;
  padding: 10px 15px;
  background: #ddddcc;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: justify;
  clear:right;
  float:right;
}

