body
{
	font-family: Helvetica, Arial, sans-serif;
text-align:center;

}

div.main
{
	margin: 0 auto; 
	width: 45.5em;
	font-size:  0.8em;
	text-align: left;
	background-color: #ffffff;

}

div.mainnav {
/*  line-height: 1.7; */
  width: 100%;
  font-size: 10pt;
  line-height: 17pt; 
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.topnavtitle {
  background-color: #999999;
  font-size: 1em;
  color:  #FFFFFF;
  line-height: 1.5;
  height: 1.75em;
  font-weight: bold;
  margin: 0px;
  padding:  0.5em;
  padding-right: 1em;
  padding-left: 1em;
}

.topnavitem {
  background-color: #FFFFFF;
  color:  #0072bc;
  line-height: 1.5;
  height: 1.75em;
  font-weight: bold;
  margin: 0px;
  padding:  0.5em;
  padding-right: 1em;
  padding-left: 1em;
/*  border-bottom: 2px solid #88BB55; */
/*  border-top: 2px solid #88BB55; */
  position: relative;
}

.topnavitemleft {
/*  border-left: 2px solid #88BB55; */
}

.topnavitemright {
/*  border-right: 2px solid #88BB55; */
}

a.topnavitem:hover {
/*
  background-color: #0072bc;
  color: #FFFFFF;
*/
  background-color: #EEEEEE;
  color: #0072bc;

}

.topnavitemcurrent {
/*  color: #FF7500; */
  background-color: #DDDDDD;
  color: #0072bc;
}

div.mainleft 
{
	float: left;
	width:  30em;
	font-size: 1em;
	font-weight: bold;
}

div.mainright
{
	float: right;
	width:  10em;
	font-size: 0.8em;
	padding-top: 1em;
}

img.mainimage
{
	width:  100%;
/*	border:  1px solid #666666; */
	margin-top:  0.4em;
}

a, a:visited, a:link {
	text-decoration: none;
	color: #0072bc;
}

a:hover, a:active {
	text-decoration: none;
/*	color: #800000;  */
    color: #0072bc;
    cursor: pointer;
}
/*
a:visited {
	color: #808080;
}
*/

p {
	text-align: justify;
}
span.filesize {
	font-size: .8em;
	color: rgb(200,200,200);
}

li{
    padding-bottom: .5em;
}