#header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: lightgray;
  margin-bottom: 5mm;
	height: 120px;
	width: 90%
	top: 0px;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}

.headerText {
	margin-top: 15px;
}

.logo {
	float: left;
	vertical-align: middle;
}

.sidebox {
	font-size: 100%;
	float: left;
	border: 1px;
	border-color: lightgray;
	text-align: left;
	border-style: solid solid solid none;
	width: 11em;
	line-height: 150%;
}

.maintext {
	text-align: justify;
	margin-left: 12em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.newshead {
	background-color: #FFFADB;
	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
}

.newstext {
	border-style: solid;
	border-width: 0px;
}

.diaryhead {
	background-color: #FFFADB;
	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

.diaryentry {
	background-color: lightgray;
	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
.diarytext{
	border-style: none none none none;
	border-width: 1px;
	border-color: lightgray;
}

.commentcell {
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: lightgrey;
}
/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 90%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: verdana, tahoma, sans-serif;
}

h2 { font-size: 120%; }

#disclaimer {
	font-style: italic;
	font-size: 75%;
	color: gray;
	clear: both;
	text-align: justify;
}

/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .topOfPage, .sideBox a
{ /* Text Color:   color: #4080ff; */
  color: #0000B6; /* navy blue */
  text-decoration: none;
  font-weight: bold;
}

.sidebox div
{
	font-style: bold; 
}

.threedbox {
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
	border-width: 6px;
}

#header, #footer, .sideBox a:hover, .sideBox,  .thisPage
{ /* Background Color (darker):   background-color: #e8f0ff; */
	background-color: #FFFADB; /* light yellow */
}

/*q, .sideBox a, .sideBox span*/
q, .sideBox span
{ /* Background Color (lighter):   background-color: #fafcff; */
	/*background-color: #f9f9d6;*/
	background-color: #D8FFFC;
}

table { font-size: 100%}
