body {
	background-color: darkolivegreen; 
	background-image: none; 
	margin: 0px;
	}

img { 
	border-top: 10px solid black;
	border-bottom: 5px solid black;
	}

h1 {
	font-family: "New Century Schoolbook", Georgia, Times, serif;
	font-size: 350%;
	letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: -20px;
    height: 109px;
	}

@media print {
	h1 { font-size: 200%; }
}

h1.nothome { 
	font-size: 120%; 
	font-weight: bold; 
	}

h2.home {
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    font-style: italic;
    border-left: 4px solid wheat;
    border-top: 2px solid wheat;
    padding-left: 15px;
    padding-top: 5px;
	}

a {
	font-weight: bolder;
	}
a:link {
	text-decoration: none;
	color: goldenrod;
	}
a:visited {
	text-decoration: none;
	color: goldenrod;
	}
a:active {
	text-decoration: none;
	color: forestgreen;
	}
a:hover {
	text-decoration: none;
	color: olivedrab; 
	}

div.bottom {
   position: absolute;
   bottom: 10px;
   right: 30px; 
   font-size:smaller;
   font-family: sans-serif;
   margin-top: 1em; 
   }

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
	z-index: 8;
	}

div.right {
	position: absolute;
	top: 0px;
	left: 111px; 
	right: 30px;
    padding-left: 35px; padding-right: 35px;
    padding-top: 15px; padding-bottom: 15px;
    background-color: cornsilk;
	border-top: 10px solid black;
	border-bottom: 4px solid black;
	z-index: 9;
	font-family: "New Century Schoolbook", Georgia, Times, serif;
	line-height: 140%
	}

div.right a:link { 
	color: #000099; 
	}
	
div.footer {
	position: absolute;
	bottom: 0; right: 0; 
    text-align: right;
	padding-right: 10px;
	border-style: solid none none none;
    border-top-width: 1px;
    font-style: italic;
	font-size: 80%;
	z-index: 0;
	}

p.sidebar {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width: 120px;
	position: relative; 
	margin-top: 8px; 
	margin-bottom: 8px;
	}

.sidebar a {
	display: block;
	padding: 4px 10px 4px;
	color : black; 
	text-align: left;
	text-decoration: none;
	width: 100%;
	}

.sidebar a:hover {
	background-color: #718E3E;
	color: cornsilk;
	text-decoration : none;
	}


a.here { 
	background-color: #718E3E;
	color: cornsilk;
	}

p.copyright {
	margin-top: 30px;
	padding: 10px;
	font-size: 75%;
	font-style: italic;
	}
