body {
	margin: 0;
	padding: 0;
	background-color: #e3d398;
  background-image: url(graphics/BG01.jpg);	
	color: #000000;
	font-size: 100%;
	font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center;
	} 

a:link { color: #5d3405; text-decoration: none; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; }
a:visited {color: #7b3815; text-decoration: none; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center;}
a:hover { color: #e3d398;	background: #5d3405; text-decoration: none; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center;}	


/* Top level font controls*/

h1 {font-size:  160%; 
    font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; 
    Color: #5d3405;}

h2 {font-size:  130%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; color: #5d3405;} 

h3 {font-size:  130%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; color: #0A3E69;}

p {font-size: 100%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; Color: Black;}
  
pre {
  font-size: 110%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; Color: black;
  /*font-weight: normal;*/
}

em {
font-size: 1.2em; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; Color: #5d3405;  
}
 
.weightnormal {font-weight: normal;}
 
.sizelarger {font-size: 110%;}
 
 /* This is the navigation bar that is up above the blue line. This not only positions it, but also provides the look of the links.  */
#nav {
	position: absolute;
	top: 300px;
	left: 40px;
	width: 200px;
}

#nav ul.horiz li {
	display: inline;
	font-size: 120%;
}

	#nav a:link {
	text-decoration:none;
	color: #5d3405;
	background-color: transparent;
}

#nav a:visited {
  text-decoration:none;
	color: #ff6600;
	background-color: transparent;}

#nav a:hover {
	color: #e3d398;	background: #5d3405;
}

 
/* box 1, 2 and 3 are the "headers". These will appear on all pages.*/

 /* Box1 is the globe at left top. */
#box1 {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 100px;
	}

 
 /* Box2 is the header at the top. */
 #box2 {
	position: absolute;
	top: 35px;
	left: 175px;
	width: 700px;
	font-size:  200%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center; color: Black;
	}

/* Box3 is the Content for each page. */
 #box3 {
	position: absolute;
	top: 340px;
	left: 300px;
	width: 500px;
  font-size:  100%; font-family: Cataneo, ClassGarmnd, Book Antiqua, Segoe Media Center;
  color: Black;
	}

#box3 em {
font-size: 130%;
font-weight: bold;
}

#box3 pre {
font-size: 1.1em;
font-weight: bold;
line-height: 1.8em;
}


