﻿html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Garamond, serif;
	letter-spacing: +0.04em;
}

body {
}

h1 {
	font-size: 25px;
	letter-spacing: +0.1em;
	color: #016f99;
	margin-bottom: 20px;
	font-variant: small-caps;
}

h1.logo-header {
	text-decoration: none;
	letter-spacing: +.2em;
	color: #990000;
	font-size: 1.5em;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

h3 {
	margin-top: 3.5em;
	font-size: 1.4em;
	text-align: center;
	color: #444444;
	letter-spacing: .12em;
	/*font-variant: small-caps;*/
	background-color: #DDDDFF;
	margin-bottom: 20px;
}

h4 {
	margin-top: 3em;
	margin-bottom: 1em;
  /* border-bottom: solid .1em; */
	color: #016f99;
	font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: .11em;
}

h5 {
	margin-top: 0em;
	background-color: #016f99;
	color: #FFFFFF;
	margin-bottom: 1em;
}

p {
	text-align: justify;
	margin-bottom: 2em;
	line-height: 1.28em;
	margin-top: 1.5em;
}

p.top {
	text-align: center;
}

p.indent {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

ul {
  list-style-type: square;
	margin-bottom: 2em;
	margin-left: 1.5em;
}

ul.menulist {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
  margin-left: 2.0em;
}

li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

table {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

table.lessontable {
}

th {
  font-family: Calibri, Arial, sans-serif;
  letter-spacing: .08em;
}

th, tr, td {
	line-height: 1.5em;
	text-align: center;
}

span.logo-subheader {
	font-size: .79em;
	letter-spacing: +0.07em;
}

#container {
}

#wrapper {
	padding-top: 5em;
	padding-left: 2em;
}

#summary {
  padding-right: 2.1em;
}

#top {
	text-align: center;
}

#logo-div {
	text-align: left;
	background-color: #FFFFCC;
	margin-bottom: 3em;
}

#content {
	float: left;
	width: 65%;
	padding: 10px;
}

#section {
}

#sidebar {
	float: left;
	width: 25%;
	padding: 10px 25px 10px 10px;
	margin-left: 10px;
	text-align: center;
}

#menu {
	border-style: solid;
	border-color: #016f99;
	border-width: .25em;
	padding: 0em 0em 0em 0em;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 4em;
}
