body {
	color: #3e6e82;
	border: thin solid #cfaf5f;
	background: #fff url(images/decoration.gif) no-repeat bottom right; 
}



H1 { font-family: "ITC Bookman", "Bookman", "Bookman Old", "Book Antiqua", "Garamond", "Goudy Old Style", serif;
        font-size: xx-large;
        font-weight: 800 ;
        background-color: transparent;
        background-image: none }

H2 { font-family: "ITC Bookman", "Bookman", "Bookman Old", "Book Antiqua", "Garamond", "Goudy Old Style", serif;
        font-size: x-large;
        font-weight: 800 ;
        background-color: transparent;
        background-image: none }

H3 { font-family: "ITC Bookman", "Bookman", "Bookman Old", "Book Antiqua", "Garamond", "Goudy Old Style", serif;
        font-size: large; 
        font-weight: 800 ;
        background-color: transparent;
        background-image: none }

img.photo {
	padding-right: 1em;
	padding-bottom: 1em;
	}

p.boxoutleft {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: medium;
    border-color: #dfc071;
    border-style: solid;
    font-style: normal;
    font-weight: normal;
    font-family: serif;
    font-size: 1.4em;
}
p.boxoutright {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: medium;
    border-color: #dfc071;
    border-style: solid;
    font-style: normal;
    font-weight: normal;
    font-family: serif;
    font-size: 1.4em;
}

div.main-page {
	position: relative;
    left: 11em;
	margin-right: 12em;
	top: 60px;
    padding: 1em;
    background-color: #eeeeee;
    border: thin solid #e2907d;
    margin-bottom: 5em;
    
}

div.banner {
	position: absolute;
	left: 1ex;
	top: 1ex;
	height: 20ex;
	padding-bottom: 1ex;
	padding-right: 1ex;
}



div.nav-offpath {
background: #dddddd;  /* tmp */
left: 1em; /* this puts the navbar into its place */ 
position: absolute; 
top: 75px; /* this puts the navbar into its place */
padding-left: 5px; 
padding-right: 5px;
width: 10em; 
border: thin solid #4a788c;
}

div.nav-offpath ul {
list-style-type: none; 
list-style-image: url(flame.gif);
} 

div.nav-offpath b {
    font-style: normal;
    font-weight: bold;
    font-family: sans-serif;
    font-size: large;
    }

p.footsie {
	text-align: center;
	}

a {
color: #cf745f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

b {
	color: #cfaf5f;
}

img {
	border-style: none;
}
