BODY {
      background-color : #FFFFFF;
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
      color : #330033;
      text-align: justify;
      margin: -10px 0px 0px -10px; 
      }

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100%;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    }
    
.Content {/*this is the main content area*/
    background: #FFFFFF;
    /*declare a color together with a contrasting background color*/
    color: #330033;/*to insure readability*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
	text-align: center;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    height: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

.Header {
    background: #FFFFFF;
    margin-top: 10px;
    margin-left: 160px;
    text-align: center;
    } 

a {
    }

a:hover {
    }

.stdlink {
    }

.breadcrumbs {
    font-size: small;
    line-height: normal;
    vertical-align: top;
    background-position: top
    }

.photocredit {
    font-size: small;
    font-style: italic
    }

.photoborder {
    }

.thumbnail {
    }

.navbarlink {
    text-decoration: none;
    color: #800080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: medium
    }
a.navbarlink:hover {
    color: #FF9933;
    text-decoration: none
    }
