body {
	color: black;
	font-family: "Century Schoolbook", Century, Times, serif;
	font-size: 14px;
	background-color: #DDF;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	max-width: 1200px;
}

img { 
  margin: 0px;
  padding: 5px;
}

a:link {
  font-weight: bolder;
}
a:visited {
  color: black;
}
a:hover {
  color: red;
}
a:active {
  font-weight: normal;
}

p { 
  margin: 0px;
  padding: 5px;
}

h1 {
  color: blue;
  text-align: center;
  margin: 0px;
  padding: 5px;
}

h2 {
  color: black;
  text-align: center;
  margin: 0px;
  padding: 5px;
}

h3 {
  color: black;
  text-align: left;
  margin: 0px;
  padding: 5px;
}

h4 {
  color: #000099;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
}

h5 {
  color: #000066;
  margin: 0px;
  padding: 5px;
}

hr { 
  clear: both;
  border-color: red;
  width: 80%;
}

ol {
	text-indent: 20px;
	list-style-position: inside;
}

ul {
	text-indent: 20px;
	list-style-position: inside;
}

#Banner {
  width: auto;
  height:25%;
  font-size:150%;
  margin: 0px;
  padding: 10px;
  overflow: auto;
}

#BannerLinks {
  font-size: 100%;
}

#BannerLinks a {
  margin: 5px;
  padding: 5px;
  border: 4px ridge #0000FF;
}

#Navigation {
  color: blue;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  width: 25%;
  height: 65%;
  float: left;
  overflow: auto;
}

#Content {
  font-size: 100%;
  height: 65%;
  overflow: auto;
}

#Foot {
  font-size: 80%;
  height:auto;
  width: 100%;
}

.left { 
  float: left;
}

.right { 
  float: right;
}

.center { 
  text-align: center;
}
