body {
  background-color: white;
  font-family: verdana, arial;
  font-size: small;
  margin-top: 10px;
}

.corporateheading {
  font-family: gill sans mt, arial;
  font-size: large;
  color: #848;
}

h1 {
  font-size: large;
  color: #848;
  padding-bottom: 5px;
  border-bottom: 2px solid #848;
}

h2 {
  font-size: medium;
  color: #848;
}

.date {
  font-style: italic;
}

#leftcol {
  border-right: 1px solid #848;
}

#rightcol {
}

#middlecol {
  border-top: 1px solid #848;
  border-bottom: 1px solid #848;
}

.footernavarea {
  border-left: 1px solid #848;
}

.navigation { /* Generic navigation box attributes */
  background-color: #e5e5f5;
  padding: 3px;
  border-top: 1px solid #848;
  border-bottom: 1px solid #848;
}

.navigationtop { /* Top specific */
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #848;
}

.navigationbottom { /* Bottom specific */
  border-right: 1px solid #848;
  margin-bottom: 10px;
}

.navheading {  /* Generic navigation heading attributes */
  background-color: #848;
  padding: 3px;
  border-top: 1px solid #848;
  border-bottom: 1px solid #848;
  color: white;
  font-weight: bold;
}

.navheadingtop { /* Top specific */
  margin-top: 10px;
  border-left: 1px solid #848;
}

.navheadingbottom { /* Bottom specific */
  margin-top: 0px;
  border-right: 1px solid #848;
}





.indexitem {
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #cccccc;
}

.leaditem {
  padding: 3px;
  border: 1px solid white;
}

a {
  font-weight: bold;
}

a:link {
	color: #848;
	text-decoration: none;
	border-bottom: 1px dotted #848;
	margin:0px;
	padding:0px
}
a:visited {
	color : #848;
	background: none;
	text-decoration: none;
	border-bottom: 1px dotted #848;
	margin:0px;
	padding:0px
}
a:active{
	color: #848;
	background: none;
	text-decoration: none;
	margin:0px;
	padding:0px
}
a:hover { 
	color: #0000CC;
	background: none;
	text-decoration: none;
	border-bottom: 1px solid blue;
	margin:0px;
	padding:0px	
}


.copyright {
  font-size: x-small;
}


