body {
	background-color: #dddcc6;
   color: black;
   font-family: Georgia, serif;
}

.page {
	display: block;
   width: 1000px;
   text-align: left;
   font-size: 20px;
   margin-left: auto;
   margin-right: auto;
}

.centerpage {
	display: block;
   width: 1000px;
   text-align: center;
   font-size: 20px;
   margin-left: auto;
   margin-right: auto;
}

.quotebox {
	display: block;
   width: 800px;
   text-align: left;
   font-size: 18px;
   margin-left: auto;
   margin-right: auto;
}

h1 {
   text-align: center;
}

.imagemid {
   text-align: center;
   font-size: 12px;
}

.imageleft {
   float: left;
   font-size: 12px;
   padding-right: 20px;
   text-align: center;
}

.imageright {
   float: right;
   font-size: 12px;
   padding-left: 20px;
   text-align: center;
}

header {
   padding-bottom: 20px;
   font-size: 14px;
}

footer {
   padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
   color: #604400;
}

a:visited {
   color: #a25d00;
}

a:hover, a:active {
   color: #caa000;
}
   
nav table {
   border: 2px solid #eedcc6;
   border-style: outset;
   background-color: white;
   margin-left: auto;
   margin-right: auto;

}

nav td {
   padding: 10px;
   text-align: center;
   width: 125px;
   border-style: outset;
}

div#footerbox {
   background-color: white;
   border: 2px solid #eedcc6;
   border-style: inset;
   text-align: center;
   width: 600px;
   margin-left: auto;
   margin-right: auto;
}

div#leftspacer {
   float: left;
   width: 30px;
}

dl#eventlist {
   list-style: none;
   font-size: 24px;
}

dl#eventlist dd{
   margin-bottom: 10px;
}

ul#grantlist li {
   padding-bottom: 8px;
}