body {
   color: #6A7059;
   text-align: left;
   width: 700px;
   margin-left: auto;
   margin-right: auto;
   background-color:#6A7059;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

div#header {
   color: #aaaaaa;
   text-align: center;
   font-size: 90%;
}

div#menu {
   text-align: center;
   font-weight: normal;
}

div#menu ul {
   border-style: none solid solid none;
   border-color: #999999;
   border-width: 2px;
   padding: 0;
   list-style-type: none;
   display: inline;
}

div#menu li {
   display: inline;
   font-weight: bold;
   padding: 0 1em 0 1em;
}

div#content {
   min-height: 500px;
   font-size: 90%;
   outline-width:medium;
   outline-style:solid;
   outline-color:#6C8C84;
   background-color:#D1D1BC;
   padding:10px;
}

div#content ul {
   list-style-type: none;
}

div#footer {
   font-style: none;
   font-size: 0.7em;
   color: #000000;
   letter-spacing: 0.2em;
   text-align: right;
}

div.image {
   clear: both;
}

div.image img {
   float: left;
   margin: 0 1em 1em 1em;
   border: 1px solid #ffffff;
}

div.image a:hover img {
   border: 1px solid #0000ff;
}

div.centeredimage {
   text-align: center;
}

div.centeredimage p {
   text-align: left;
}

h1 {
   color: #003D5C;
   background: #6C8C84;
   letter-spacing: 0.1em;
   font-size: 2em;
   font-weight: bold;
}

h2 {
   color: #003D5C;
   font-size:medium;
}

a {
   color: #003D5C;
   text-decoration: none;
}

a:hover {
   color: #1A9481;
   text-decoration: underline;
}

.tight 
{
	line-height:50%;
}

.smallertext
{
    font-size: 80%;
}
