/***************/
/* Entire page */
/***************/

* { 
  font-family: palatino, "Times New Roman", "Times Roman", Serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
}

.strong, .strong a:visited {
  font-weight: bold;
  font-style: italic;
}

a:link, a:visited {
  font-weight: normal;
  text-decoration: none;
  color: black;
}

#all {
  width: 100%;
}

#headertop {
  display: none;
}

#homebanner img, #banner img {
  width: 100%;
}

#sidebar {
  display: none;
}

#nav {
  display: none;
}

/************/
/* ListView */
/************/

.listview li {
  padding: 0.3em;
  padding-bottom: 0.6em;
  list-style-type: none;
}

.listviewdate {
  font-style: italic;
}

.listview li .listviewdate {
  display: block;
  width: 8em;
  float: left;
}

/****************/
/* Content area */
/****************/

#content {
  background: none;
  padding: 10px;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 0.725em;
  line-height: 1.4em;
}

#content p {
  margin: 0;
  margin-bottom: 0.6em;
}

#content ol {
  list-style-type: decimal;
  margin-left: 2.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: bold;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 1.1em;
  font-weight: bold;
}

.news_article_summary {
  font-weight: bold;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.news_article_author {
  font-style: italic;
  font-size: 0.9em;
  display: block;
}

.news_article_date {
  font-style: italic;
  display: block;
}

/*************/
/* Home page */
/*************/

.home p {
  font-size: 1.0em;
  line-height: 1.6em;
  padding: 1em 2.5em 0em 2em;
  text-align: justify;
}

/***************/
/* Footer area */
/***************/

#footer img {
  display: none;
}

#footer p {
  text-align: center;
  font-size: 0.725em;
}

/**************/
/* ActionList */
/**************/

.actionlist {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  padding-top: 4px;
}

.actionlist li {
  line-height: 1.5em;
  padding-left: 15px;
}

/**********/
/* Crumbs */
/**********/

#crumbs {
  display: none;
}

/**************/
/* ActionList */
/**************/

.actionlist {
  padding: 0;
  padding-top: 4px;
}

.actionlist li {
  line-height: 1.5em;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.error {
  font-size: 30px;
}

ol.listview, .listview li {
  list-style-type: decimal;
}

ul.list_in_text  {
  padding-left: 1.5em;
}

.list_in_text li {
  list-style-type: circle;
  padding-bottom: 0.3em;
}

.event_location {
  font-size: 0.9em;
}

/* Hack to allow working AVI in XHTML1.0 Strict for IE6. See 
 * http://www.ceprix.net/examples/qt/example4-1.html
 */
* html object.hide {
  display: none;
}

object.movie, object.hide {
  display: none;
}
