﻿body 
{
    font-family: Arial, helvetica, Sans-Serif;
}

#header 
{
    background-color: #9397ff;
    text-align: center;
    border: solid 2px #afafaf;
}

#menu 
{
    float: left;
    width: 10em;
}

#menu ul 
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#menu ul li 
{
    margin-left: 0;
    padding: 0;
}

#menu a, #menu a:link, #menu a:visited, #menu a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #9BA0FF;
    width: 10em;
}

#menu a:hover 
{
    color: #3f3fff;
}

#maincontent 
{
    margin-left: 10em;
}

.rightinset 
{
    float: right;
}

.redscript 
{
    font-family: Serif;
    font-style: italic;
    color: #ff0000;
}

.boldredscript 
{
    font-weight: bold;
    font-size: 200%;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    color: #ff0000;
    text-align: center;
}

dl.image,dl.image dt,dl.image dd {
  display : block ;
  list-style-type : none ;
}
dl.image dt {
  margin : 0 ;
  border : none ;
  text-align: center;
}

dl.image dd {
  margin : 0 ;
  border : none ;
  text-align: center;
  font-size : 80% ;
  font-style : italic ;
  color : #9397ff;
}

.maintext
{
    color: #0000af;
}

em 
{
    color: #7f0000;
}

h1, h2
{
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    color: #7f0000;
}
