@charset "iso-8859-1";
 
  body {
   padding-left: 245px;
    font-family: Georgia, "Times New Roman", serif;
    color: #002080;
    background-color: white; 
    text-decoration: none; 
	padding-right: 10px }
	
  ul.navbar {
    font-family:  Futura, Times;
	list-style-type: none;	
	border-style:  ridge; 
	border-color:  blue;
    padding: 5px;
    margin: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
	width: 180px }

  ul.board {
    font-family:  Garamond, Futura, Times;
	list-style-type: none;	
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
	width: 225px }
	
	

  table.pics {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    position: absolute;
    top: 32em;
    left: 5px;
    width: 225px }	 
	 
/* specific divs */		
#nav {
    font-family:  Arial,Verdana;
	list-style-type: none;	
	text-decoration: none;
	border-style:  ridge; 
	border-color:  blue;
    padding: 5px;
    margin: 5px;
    position: absolute;
    top: 2em;
    left: 10px;
	width: 180px }
	
#constant {
    font-family:  Arial,Verdana;
	list-style-type: none;	
	text-decoration: none;
	padding: 5px;
    margin: 5px;
    position: fixed;
    top: 300px;
    left: 10px;
	width: 180px 
	}

#heading {
    font-family:  Helvetica, Futura, Times;
	list-style-type: none;	
	width: 600px }

#maintext {
	padding-left: 0px;
    font-family: Georgia, "Times New Roman", serif;
    color: #002080;
    background-color: white; 
    text-decoration: none; 
	padding-right: 10px;
	width: 770px }

#sample {
    font-family:  Arial, Times, Garamond;	
	font-size: 1.2em;
	padding-right:  20px;
	padding-left:  20px;
	padding-top:  20px;	
	padding-bottom:  50px;
	margin:  5px;
	background-color:  #FFF8DD;	
	border-style: solid;
	border-color: #CC2200;
	border-width:  8px;
	width: 600px }


#sample2 {
    font-family:  Arial, Times, Garamond;	
	font-size: 1.5em;
	padding-right:  20px;
	padding-left:  20px;
	padding-top:  20px;	
	padding-bottom:  50px;
	margin:  5px;
	background-color:  #FFFBDD;	
	border-style: solid;
	border-color: #DD9944;
	border-width:  6px;
	width: 600px }	
	
#stuff {
	padding-left: 10px;
    font-family: Georgia, "Times New Roman", serif;
    color: #002080;
    background-color: white; 
    text-decoration: none; 
	padding-right: 10px;
	width: 630px }

					   
#cover {
	font-family: Arial, Times, Garamond;				   
	float:right;
	padding:10px;
	}	
	
#noframe {
	float:right;
	}
	
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em; }
  ul.navbar a {
    text-decoration: none }
  a:link {
  text-decoration: none;
    color: blue }
  a:visited {
  text-decoration: none;
    color: purple }
 
  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
