body {
  font-family: sans-serif;
  background: #E6FFFF;
  margin: 0;
  text-align: center;
}

h1{
  color:#60BFBF;
}

#whole_page {
  width: 800px;
  margin: auto;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  border-width:  1px 1px 1px 1px;
  border-color:  black;
  border-style:  solid;
  background: white;
  overflow: hidden;
}

#header {
  background: #60BFBF; /* No "ruby" defined in HTML color names! */
  font-size: 12pt;
  padding-top: 0px;
  padding-left: 0px;
  height: 109px;
  border-width:  0 0px 2px 0px;
  border-color:  #60BFBF;
  border-style:  solid;
}


#header txt{
	color:white;
	font-size: 12pt;
	padding-left: 10px;
	float: left;	
}

#nav {
  
  color: #60BFBF;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 10px;
  float: left;
  width: 150px;
  height: 500px;
  border-width:  0 2px 0px 0px;
  border-color:  #60BFBF;
  border-style:  solid;

}

#nav a, #nav a:visited  {
  color: #60BFBF;
  text-decoration: none;  
}

#nav a:hover {
  font-style: italic;
  text-decoration: underline
}

#p line{
	line-height: 200%
	color:#60BFBF;
}

#content {
  background:  white;
  margin-left: 170px;
  margin-right: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-width:  0 0px 0px 2px;
  border-color:  #60BFBF;
  border-style:  solid;
  color: #60BFBF;
  color: black;
}

#content h1 {
  font-size: 18pt;
}

#footer {
	padding-top:4px;
	padding-bottom:4px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

div.title_txt{
  font-size:300%;
  color:white;
  padding-top:15px;
  padding-left:10px;
}

div.title_txt hr{
  padding-top:0px;
  padding-bottom:2px;
}

div.motto{
  padding-left: 300px;
  color:white;
  padding-top:10px;
}

div.ul{
  list-style-type: disc
  
}

div.floatbottom li{
  padding-bottom:10px;
}

div.floatright{
  float:right;
  width:36%;
  height:250px;
}

div.floatright img{
  padding-left:40px;
}

div.floatright p{
  text-align:center;
}

div.floatleft{
  float:left;
  width:62%;
  height:250px;
  line-height:120%;
}

div.floatbottom{
  width:98%;
}
