html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 101%;
	background-color: #92add2;
	background-image: url(images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}
.contenttext {
	font-family: Georgia, Verdana, Helvetica;	
	font-size: 0.7em;
	color: #858585;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}
.contenttext a:link, .contenttext a:visited, .contenttext a:active {
  color: #858585;
  text-decoration: underline;
}
.contenttext a:hover {
  text-decoration: none;
}
.navtext, .navtext a:link, .navtext a:visited, .navtext a:active {
  font-family: Georgia, Verdana, Helvetica;
  font-size: 11px;
  /*color: #c1c1c1;*/
  color: #666666;
  text-align: left;
  text-decoration: none;
}
.navtext a:hover {
  color: #989898;
}
.footertext {
  font-family: Verdana, Helvetica;
  font-size: 9px;
  color: #476690;
  text-align: left;
  text-decoration: none;
}
.footertext a:link, .footertext a:visited, .footertext a:active {
  font-family: Verdana, Helvetica;
  font-size: 9px;
  color: #476690;
  text-align: left;
  text-decoration: underline;
}
.footertext a:hover {
  text-decoration: none;
}
#nav a {
  display: block;
  width: 75px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
}
#nav ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 5px;
	padding: 0;
}
#nav li {
  float: left;
  display: inline;
	margin-right: 5px;
  width: 75px;
  height: 25px;
  background-image: url(images/bg_nav.gif);
  background-repeat: no-repeat;
}
p {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.capletter {
  font-size: 24px;
}
div#wrap {
  width: 575px;
  height: 100%;
  min-height: 100%;
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
}
div#header {
  height: 87px;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
}
div#nav {
  width: 565px;
  height: 27px;
  padding: 5px;
  text-align: center;
  background-color: #eeeeee;
}
div#content {
  padding: 25px;
  margin-top: -10px;
  background-color: #eeeeee;
}
div#content1 {
  float: left;
  width: 255px;
}
div#content2 {
  margin-left: 275px;
  width: 245px;
}
div#footer {
  text-align: left;
  height: 17px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f4f4f4;
}
div#footer1 {
  float: left;
}
div#footer2 {
  float: right;
}
