/* JFA Institute CSS Document */
body {
  margin:0;
  padding:0;
	background-color: #C4DBCE;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
  }
  a{
  text-decoration:underline;
  color:#336633;
  }
  a:hover{
  text-decoration:none;
  }
  
  #header {
  top:0;
  left:0;
  height:18px;
  background:#336633;
  
  }
  h1 {font-size: 1.8em; padding:0.2em 0.3em;}
  h2 {font-size: 1.3em; color: #8b0000;}
  li {list-style:outside;}
  #main {
	margin-left:215px;
	/*padding:0 3em 1em;*/
  background: #ffffff;
	height: 90%;
  }
  
  #body-text {
	margin-left:15px;
	width:435px;
	background: #ffffff;
	line-height: 22px;
  }
  .title-text{
  color:000000;
  font-weight:bold;
  
  }
    
  #body-link-side {
	position:relative;
	margin-top:-75px;
	margin-left:480px;
	width:90px;
	background: #ffffff;
	font-size:10px;
	text-align:right;
	line-height: 16px;
	padding-left: 25px;	
    }
  #logoh {
	position:absolute;
	left:0;
	width:215px;
	background: #d6e0d6;
	top: 18px;
	height: 90px;
	
  }
 
  .nav-two {
	background: #d6e0d6;
	position:absolute;
	left:0;
	width:215px;
	top:270px;
	height:145px;
	background-color: #D3E1D6;
  }
    .nav-special {
	background: #d6e0d6;
	position:absolute;
	left:0;
	width:215px;
	top:225px;
	height:285px;
	background-color: #D3E1D6;
  }
  
  .nav-three {
  margin-left: 0.5em;
  margin-right: 0.5em;
  background: #008b8b;
  color:#fff;
  margin-top:10px;
  }
  #footer {
	width:205px;
	height:25px;
	;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #336633;
	background-position: center center;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	line-height: 14px;
  }
