/* --begin CSS ---*/

body  {color: black; background-color: white;
      font-family: "arial", "helvetica", sans-serif;
      font-size: 13px}
            
p {text-align: left}

.center {text-align: center;}

.subhead a {text-decoration: none;}
            
.small {font-size: 11px; text-align: right;}

div#menu {display: block;
          width: 130px;
          text-align: left;
          font-weight: normal;
          font-size: 14px;
          }

div#menu a {
            display: block;
            margin: 0;
            padding: 2px 0 2px 2px;
            color: blue;
            font-weight: bold;
            background: inherit;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            border-right: 1px black solid;
            text-decoration: none;
          }
          
div#menu a:hover {color: white;
                background: blue;
                
                font-weight: bold;
                }
                
/* test ad menu out

div#menuad {display: block;
           list-style-type: none;
	   margin-left: -25px;
	   padding: 0;
            text-indent: -1em;
          width: 130px;
          text-align: left;
          font-weight: normal;
          font-size: 14px;
          }

div#menuad a {
            display: block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-indent: -1em;
            color: blue;
            text-align: left;
            font-weight: normal;
            background: inherit;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            border-right: 1px black solid;
            text-decoration: none;
          }
          
div#menuad a:hover {color: white;
                background: blue;
                list-style-type: none;
		margin: 0;
		padding: 0;
            text-indent: -1em;
                
                font-weight: bold;
                }

/*end test menu out


/* button style menu settings

div#menu {display: block;
          width: 130px;
          text-align: left;
          font-weight: normal;
          font-size: 13px;
          }

div#menu a {
            display: block;
            margin: .5em 0 0 0;
            padding: 0;
            color: blue;
            background: #E0E0E0;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            border-style: outset;
            border-size: 2px;
            border-color: #989898;
            text-decoration: none;
          }
          
div#menu a:hover {color: blue;
                background: white;
                border-style: inset;
                font-weight: bold;
                }
                
end of button style menu settings*/

.topmenu {color: black; background-color: #E8E8E8; font-weight: bold; font-size: 16px; word-spacing: 1.5em; padding-left: .5em; padding-bottom: .15em;}

.mainhead {text-align: left; font-size: 24px; font-weight: bold;}

.subhead {text-align: left; font-size: 16px; font-weight: bold; font-style: italic; letter-spacing: .04em;}

p.nav {font-size: 12px}

.em {text-align: left; font-weight: bold; font-style: italic;}

img.rightspace {margin-right: 10px;}
img.leftspace {margin-left: 10px;}
img.rbspace {margin-right: 10px; margin-bottom: 10px;}
img.lbspace {margin-left: 10px; margin-bottom: 10px;}

li {margin-bottom: .4em;}

.clear {clear: both;}

img {margin: .5em;
     border: 0;}

/*---end CSS---*/

