
BODY {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    background-color: #FFFFCF;
    margin: 0px;
    padding: 0px;
}
  
A:link {
    color:#800080;
}
  
A:visited {
    color:#800080;
    text-decoration: none;
}

A:hover {
    color:#800080;
    text-decoration: underline;
}
 

.logo {
     position: absolute;
     top: 0px;
     left: 0px;
     height: 140px;
     width: 140px;
     z-index: 3; /* bring to front */
     background: url(roundlogo.png) scroll no-repeat top left;
}

.header {
	top: 0px;
    height: 100px;
    margin: 0px 0px 0px 140px;
    border: 0px;
    padding-top: 1px;
    background: #800080;
}

.header H1 {
    color:#FFFFCF;
    text-align: center;
   }
    
  
.link-header {
    padding: 0px 5px 0px 5px;
    text-align: center;
    font-weight: 900;
    color:#FFFFCF;
  }

.link-list {
    margin: 2px 0px;
    padding: 0px 5px 0px 5px;
    line-height: 100%;
  }

.link-list A:link {
    color:#FFFFCF;
    text-decoration: none;
}
  
.link-list A:visited {
    color:#FFFFCF;
    text-decoration: none;
}

.link-list A:hover {
    color:#FFFFCF;
    text-decoration: underline;
}
  
  
.links {
    position: absolute;
    left: 0px;
    width: 150px;
	margin: 0px;
    padding: 40px 0px 100px 0px;
    background: url(bottomrect.png) scroll no-repeat bottom left #800080;
  }

.main {
    margin: 0px 0px 0px 150px;
    /* the top padding makes the 'corner' sit in the right place somehow */
    padding: 1px 0px 0px 0px;
    background: url(cornerrect.png) scroll no-repeat top left;
  }
  
 .main P {
 	padding: 0px 10px 0px 10px;
}

.H2 {
	margin: 0px;
	padding-left: 10px;
}

.news .news-title {
     font-weight:bold;
}
  
.news .date {
    text-align:right;
    width:100%;
     font-weight:bold;
    font-style:italic;
    font-size:70%;
}

.news .author {
    font-weight: normal;
}

.pictures {
    padding-top: 10px;
    text-align: center;
}

.pictures .picture {
	display: inline-block;
	margin: 0px 5px;
}

.pictures .navigation {
	display: inline-block;
	vertical-align: top;
}

.footer     {
    margin: 0px 0px 0px 150px;
    padding: 0px 10px 0px 10px;
    font-size: xx-small;
}

.footer .note {
    float:right;
    text-align: right;
}

.block {
    margin: 10px 10px 15px 10px;
    border: dashed;
    border-width: 1px;
    border-color: #800080;
    padding: 10px;
    background-color: #FFFFF0
}
.graphs {
	float: right;
}

.graphs * {
	display : block;
	margin: 10px;
}

