body {
	font-family: /* Arial, Helvetica, */ sans-serif;
	line-height: 1.2;
	color: black;
	/* background-color: #c4cfcf; */
	background-color: #ffffff;
}

.standout {
     background-color: #ffffff;
}

a:link, a:visited, a:hover, a:active {
    color: #0000bd; text-decoration: none;
	}

table { font-size: 1em; }

div.logoname {
	position: absolute;
	left: 4px;
	top: 24px;
	font-weight: bold;
	color: blue;
}
.logoname img { vertical-align: middle; }

div.logopic {
	position: absolute;
	left: 56px;
	top: 24px;
	font-weight: bold;
	color: blue;
	right: 65% ;
}
.logopic img { vertical-align: middle;
            width: 100% }

.topline {
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #f4ffff;
	left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #545f5f;
	text-align: center;
	height: 1.2em;
}
.topline a {
          padding-left: 10px;
          padding-right: 10px;
          text-decoration: none;}

ul.menu-2 {
	font-weight: normal;
	position: fixed;
	text-align: right;
	line-height: 1.5;
	left: 0px;
	bottom: 5em;
	right: 65%;
	margin: 5px;
}
.menu-2 li {
   list-style-type: none;
   list-style-position: outside;}
.menu-2 a {
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;}

.introcontent {
	position: absolute;
	top: 24px;
	left: 36%;
	bottom: 5em;
	overflow: auto;
	border: 3px solid #545f5f;
	right: 12px;
	padding: 10px;
	background-color: #f4ffff;
}

.footer {
	position: fixed;
	bottom: 1px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: smaller;
	background-color: #f4ffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #545f5f;
	border-right-color: #545f5f;
	border-bottom-color: #545f5f;
	border-left-color: #545f5f;


}

.leftfooter {
	position: fixed;
	bottom: 0.5em;
	left: 0.5em;
	text-align: left;
	font-size: smaller;
	background-color: #f4ffff;
}

.rightfooter {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	text-align: right;
	font-size: smaller;
	background-color: #f4ffff;
}
