/* 
Colors determined from http://www.wellstyled.com/tools/
Light-pastel; 105degrees

  #FFFFCC  (pale yellow/tan)
  #CCCC66  (light brown; yellowy green)
  #FFFFFF  (white)
  #FFFF99  (yellow)
*/

#body
  {
/*  background:  #F4E1A7 ; */
  background: #93B4CC ;
  font-family : verdana, helvetica, arial, san-serif;
  color: black;
  }

#title
  {
   font-size : normal ;
   min-height: 100px;
   height: auto;
  }

#navigation
 {
  position: relative;
  float: left;
  margin-left : 0px;  
  margin-right : 15px;
  padding: 0px;
  border-width: 2px ;
  border-color: #C0C0C0;
  border-top: 2px ridge black;
  background: white;
  z-index: 2;
 }

#menu1
  {
  font-size : small;
  background: #C0C0C0 ;
  padding: 4px;
  margin: 2px;
  }

#menu2
  {
  font-size : small;
  font-variant : small-caps ;
  margin: 2px;
  background:  	#919193 ;
  padding: 1px;
  }

#submenu
  {margin-left: 25px; color : white}

#calculator
  {
  position: relative ;
  z-index: 1;
  border-width: 0px ;
  background: #93B4CC ;
  padding: 25px ;
  min-height: 400px;
  height: auto;
  border-top: 2px ridge black;
  }

#copyright
  {
  style : "font-family : times, serif" ;
  font-size: small ;
  width: 100%; 
  position: relative;
  float: left;
  border-top: 2px ridge black;
  }

input { width : 12ex ;
	style : "font-family:monospace" ;
	text-align : right;
	}


h1{
	font-family : times, serif ;
	font-size : large;
	}

p.center{
	font-size : normal;
	text-align : center;
	}


p.left{
	font-size : normal ;
	text-align : left;
/*	max-width : 750px;  */
	width : auto ;
	}

p.calctitle{
	font-size : large ;
	font-weight : bold ;
	text-align : left ;
	width : auto ;
	}

p.tabrow{
	font-size : normal;
	text-align : right;
	}


a {text-decoration : none;
   color: black;

  }

a:link{
	}


a:visted{
     }


a:active{
	}

a:hover {
    font-weight: bold;
	}
