html {
  margin: 0;
  padding: 0;
}

body {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 90%;
  font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #1B812E;
  font-weight: bold;
}

h2 {
  font-size: 1.6em;
  margin-top: 2em;
  border-bottom: 1px solid #A7AAB3;
}

img {
  border: 0;
}

p {
  text-align: justify;
}

a, a:active, a:visited {
  color: #1B812E;
  text-decoration: none;
}

a:hover {
  color: #CC3333; /*#e79f00; /*888888*/
  text-decoration:underline;
}

.accessibility {
  display: none;
}

div.menu {
  position: fixed;
  float:left;
  list-style: none;
  width: 200px;
  margin: 20px 20px auto 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  /*top: 2em;*/
  /*left: auto;
  /*width: 8.5em;*/
  /*right: 2em;*/
}
div.menu p {
  float:left;
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #bdddc4;
  border: thin outset #000;
  color: white;
}

div.menu a, div.menu em { display: block; margin: 0 1em 0.6em; border-top: 2px groove #C2C2CA }
div.menu a:first-child { border-top: none }
div.menu em { color: #CFC }


div#content {
  padding-left: 300px;
  padding-right: 30px;
}

div#content ul li {
  list-style-image: url(images/li.png);
}

div#content dl {
  margin-left: 20px;
}

div#content dl#lnews dt {
  clear: both;
  float: left;
}

div#content dl#lnews dd {
  margin-left: 110px;
}

div#content dl#ldates dt {
  clear: both;
  float: left;
  /*font-weight: bold;*/
}

div#content dl#ldates dd {
  /*margin-left: 250px;*/
}

#table1 p {
  font-size:90%;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}
