* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
}

A:active { color: white }
A:hover { color: red }

.active-symbol {
  color: blue;
}

.a-menu {
  text-decoration: none;
}

.a-menu-hover {
  text-decoration: underline;
}

.spacing {
  margin-left: 5em;
}

body {
        background-color: #f9f9fe;
	font-family: sans-serif;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
        margin: 1px;
        margin-top: 0;
}

hr {
  margin-top: 1.5em;
}

p {
  margin-top: 1.5em;
}

.body {
        background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

.heading1 {
	font-family: verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

.heading2 {
	font-family: verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

.inactive-symbol {
        color: red;
}

.large {
	font-family: verdana, sans-serif;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}

div#main-body {
  margin-left: 0px;  /* 15px */
  padding-left: 0px; /* 15px */
  width: 67%;
  float: left;
}

.main-content {
        background-color: #eeeeff; 
}

.main-margin {
        background-color: #ddddff; 
}

.menu1 {
        font-family: sans-serif;
	font-size: 70%;
	font-weight: normal;
        padding-left: 2px;
        padding-top: 2px;
        text-decoration: none;
        cursor: default;
}

.menu1-hover {
        font-family: sans-serif;
	font-size: 70%;
	font-weight: normal;
        padding-left: 2px;
        padding-top: 2px;
        background-color: #ddddff;
        text-decoration: underline;
        cursor: pointer;
}

.menu2 {
        font-family: serif;
	font-size: 70%;
	font-weight: normal;
	text-indent: 5%;
        padding-top: 2px;
}

.menu3 {
        font-family: serif;
	font-size: 70%;
	font-weight: normal;
	text-indent: 10%;
        padding-top: 2px;
}

.note {
       font-size: 70%;
}

td {
       font-size: medium;
}

.title {
        font-family: serif;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
        margin-bottom: 10px;
}

.ul-plain {
        list-style-type: none;
        padding-bottom: 5px;
}

div#form-body {
  width: 50%;
}

div#form-body input[type="text"] {
  width: 22em;
}

div#form-body textarea {
  width: 22em;
}

div#form-body label {
  width: 12em;
  float: left;
  text-align: right;
  margin-right: 0.25em;
}

div#form-body div {
  margin-top: 0.25em;
  width: 100%;
}

div#top-nav-menu {
	font-size: 70%;
        width: 100%;
}

div#top-nav-menu div {
        padding: 0;
        padding-left: 2px;
        padding-right: 2px;
        font-weight: normal;
        width: 15%;
        cursor: pointer; 
        float: left;
}
  
div#top-nav-menu div {
        background-color: #cccccc; 
}

div#top-nav-menu div a {
    text-decoration: none;
}

div#top-nav-menu div.menu-selection {
        background-color: #eeeeee; 
}

div#top-nav-menu div.menu-selection-hover {
        background-color: #ddddff; 
        text-decoration: underline;
}

div#top-nav-menu div.menu-unselection {
        background-color: #cccccc; 
}

div#top-nav-menu div.menu-unselection-hover {
        background-color: #ddddff; 
}

div#left-nav-menu {
        float: left;
        height: 700px;      
        min-height: 700px;      
        background-color: #eeeeee; 
        margin: 0; 
        padding: 0; 
        border-collapse: collapse; 
        margin-right: 1.5em; 
        border: 1px black solid; 
        border-top-width: 0;
}

div#left-nav-menu div {
        font-family: sans-serif;
	font-size: 70%;
	font-weight: normal;
        padding-left: 4px;
        padding-top: 2px;
        cursor: pointer; 
        width: 11em;
}

div#left-nav-menu div a {
    text-decoration: none;
}

ul {
    list-style-position: inside;
}

ul#services {
    margin-top: 1.25em;
    margin-bottom: 1.75em;
}

li {
   font-size: small;
   margin-left: 0;
   margin-bottom: 0.5em;
}

ul.list1 {
    margin-bottom: 1.0em;
    margin-left: 2em;
    list-style-type: none;
}

ul.list1 li {
   margin-bottom: 0;
}