    body
    {
      background:white;
    }
       
    h1
    { 
      color:#006688; 
      font-size:44px;
      font-weight:normal;
      /*font-family:sans-serif;*/
    }
    
    #maincontent
    {
	float: left;
      width: 600px;
	padding-left: 20px;
    }
    
    #navigationbar
    {
	float: right;
      position:relative;
      /* left: 600px; */
      /* padding-left: 600px; */
      right: 80px;
	width: 140px;
      height: 580px;
      top: -15px;
      background-color: #068;
    }

	  #navigation 
	  {
		  /*list-style-type: none;*/
      position:relative;
		  top: 30px;
      left: 10px;
      /* padding-left: 10px; */
	  }

	  #navigation li
	  {
	  }
    
    #navigation a
    {
      /*color:#006688;*/
      color:white;
      text-decoration:none;
      /*display:block;*/
      font-size:18px;
    }
    
    /*
    li.newimage
    {
      list-style-image:url("./templates/rightarrow.png");
    }*/
   
    li.away
    {
      color:white;
    }

    img.footer
    {
      /*
      width:200px;
      height:121px;
       */
      /*
      background:#ffffff;
 
      display: block;
     */
      border:0px;
      margin-left: 50%;
      /*
      margin-right: auto;
      */
    }
    
    #jjetoc a
    {
      text-decoration:none;
      display: block;
      color:#006688;
    }

    div.jjeinline a
    {/*
      //display:block;
      //font-size:22px;
      //font-weight:normal;
      */
      color:#068;
      text-decoration:none;
    }
    
    div.jjecenter
    {
      text-align:center;
    }

