body {
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  background-color: #086D59;
  /* background-image: url(../image-files/eosmosaic8.gif);
  background-position: top;
  background-repeat: repeat; */
}

#container {
  width: 800px;
  background-color: #D2E2F1;
  color: Black;
  border: 5px ridge #086394;
  position: absolute;
  font-size: 1.05em;
  height: auto;
  margin: 0 5% 0 5%;
}

#header {
	width: 800px;
	/*height: 225px;*/
	height: 90px;
	border-bottom: 5px ridge #086394;
	z-index: 2;
	color: black;
	font-size: 1.05em;
	/*background: #D2E2F1 url(../image-files/moneytop3.gif) no-repeat bottom;*/
	background: #D2E2F1;
	text-align: center;
}

#header2 {
	width: 800px;
	height: 130px;
	border-bottom: 5px ridge #086394;
	z-index: 2;
	color: black;
	font-size: 1.05em;
	background: #D2E2F1;
	text-align: center;
}

#webcontent {
	position: relative;
	width: 580px;
	display: block;
	margin: 0 10px 0 210px;
	min-height: 1350px;
}

#webcontent p{
text-align: left;
font-size: 1em;
}

#heading {
color: black;
background-color: #D2E2F1;
font-size: 1em;
}
#rightcontent {
  background-color: #D2E2F1;
	color: black;
	width: 120px;
	height: 600px;
	float: right;
	margin:0px 0px 5px 5px;
	right: 1px;
}
#menu3 {
	/*for manual footer links*/
	BORDER-TOP: 5px ridge #086394;
	TEXT-ALIGN: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 6px 0 3px 0;
	margin: 0 5px 0 5px;
	background-color: #D2E2F1;
	color: black;
	position: relative;
}	

#navigation {
	left: 3px;
	width: 200px;
   top: 230px;
   position: absolute;
	padding-left: 2px;
	background-color: transparent;
	bottom: 0px;
}

#navigation h3 {
	color: #086b5a;	
   background-color: #D2E2F1;
   font-size: 16px; 
	text-align: left;
   font-weight: bolder;
	line-height: 18px;
	margin-bottom: 4px;
}
#navigation ul {
	margin-left: 5px;
	margin-bottom: 4px;
	margin-top: 0;
	padding-left: 0;
	list-style: none outside none;
	display: block;
	line-height: 18px;

}
#navigation li {
	line-height: 19px;
	margin-bottom: 2px;
}

#navigation a:link {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12pt;
	color: #088C94;
   background-color: #D2E2F1;
	text-decoration: none;
 }
 #navigation a:visited {
 	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12pt;
	color: #088C94;
	text-decoration: none;
  background-color: #D2E2F1;
 }
 
#navigation a:hover {
 	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12pt;
	color: #6d084c;
	text-decoration: underline;
  background-color: #D2E2F1;
 }
#navigation a:active {
 	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12pt;
	color: #6d084c;
	text-decoration: underline;
  background-color: #D2E2F1;
 }
.likeh3 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #6d084c;
	background-color: #D2E2F1;
	font-weight: bold;
}
.gb {
	color: #087B6B;
	font-weight: bold;
}



 H1{
	text-align: center;
   margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #086D59;
	background-color: #D2E2F1;
   font-weight: 900;
}

H2{
	text-align: center;
   margin-bottom: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   line-height: 110%;
	font-size: 160%;
	color: #087B6B;
	background-color: #D2E2F1;
}

H3{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #6d084c;
	background-color: #D2E2F1;
}

H4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #0873A5;
	background-color: #D2E2F1;
   margin-bottom: 6px;}

H5{
   margin-bottom: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   line-height: 100%;
	font-size: 150%;
	color: #084A94;
	background-color: #D2E2F1;
}

ol {	
	list-style-position:outside;
	list-style-type: decimal;
}
li {
	margin-bottom: 5%;
}
ul {
	list-style-image:url(../image-files/li.gif);
	list-style-position:outside;
	list-style-type:none;
}

em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}

a:link {
	font-family: "Times New Roman", Times, sans-serif;
   font-size: 1em;
	color: #088C94;
	background-color: #D2E2F1;
	text-decoration: none;
 }
a:visited {
 	font-family: "Times New Roman", Times, sans-serif;
  font-size: 1em;
	color: #088C94;
	text-decoration: none;
	  background-color: #D2E2F1;
 }
 
a:hover {
 	font-family: "Times New Roman", Times, sans-serif;
  font-size: 1em;
	color: #6d084c;
	text-decoration: underline;
	  background-color: #D2E2F1;
 }
a:active {
 	font-family: "Times New Roman", Times, sans-serif;
  font-size: 1em;
	color: #088C94;
	text-decoration: none;
	  background-color: #D2E2F1;
 }
 .box {
 	border-style: solid;
 	border-width: 1px;
 }
