/* defualt.about.css   about.html  css file */

body {
    background-color: white;
    color: black;
    font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
    font-size: 105%;
    text-decoration: none;
    margin: 2em 8em 0em 9em;
    font-weight: normal;
}

a {   
    color: #000099;
    text-decoration: none;
    /*background-color: white;*/
    cursor: pointer; 
}

a:hover {     
    text-decoration: underline; 
}

p a { 
   font-weight: bold;
}

 span.italic { 
   font-style: italic;
 }

 span.bold { 
   font-weight: bold;
 }

div.oneandahalf {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
}
div.two {
    color: black;
    background-color: white;
    line-height: 130%;
    font-size: 100%;
}

.BoxContents {
    color: black;
    background-color: white;
    font-size: 105%;
    margin: 0em 2em 0em 2em;
}

.BoxContents2 {
    color: black;
    background-color: #E2E9FF;
    /*background-color: white;*/
    font-size: 90%;
    margin: 0em 0em 0em 0em;
}
.BoxContents3 {
    color: black;
    background-color: white;
    /*background-color: white;*/
    font-size: 90%;
    margin: 0em 0em 0em 0em;
}
/* color: #443480;  dark blue, close to logo color*/

div.indent {
    margin: 0em 2em  0em 2em;
}

h1.TIname {
    font-size: 135%;
}

h2.PageName {
    font-size: 125%;
    font-style: italic;
}

h3.Section {
    color: black;
    background-color: white;
    font-size: 110%;
/* color: #443480; */
    text-decoration: underline;
}

h3.TOC{
    color: black;
    background-color: white;
    font-size: 110%;
    line-height: 120%;
     font-weight: bold;
     margin: 0em;
     text-align: center;
}

#links {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 100%;
   margin: 0em;
    /*margin: auto;*/
    text-align: center;
}


#CopyrightLinks {
    color: black;
    background-color: white;
    font-size: 85%;
    font-weight: bold;
    font-family:  Verdana,  Arial, Helvetica, sans-serif;
    text-decoration: none;
     cursor: pointer;
    text-align: center;
    border-top: 2px solid #ccc;
    padding: 1em 0em 0em 0em;
    margin: auto;
}

#CopyrightWords {
    font-size: 80%;
    font-weight: normal;
    color: black;
    background-color: white;
    text-align: center;
    padding: 1em 0em 1em 0em;
   margin: auto;
}

#showbox {
    margin: 1em 6em 0em 3em; 
    border-top: 1px solid #ccc;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-left: 1px solid #ccc;
    padding: 1em;
}


   /*margin: auto; */
   /* width: 75%;*/


/*h3.SectionIndent {
    color: black;
    background-color: white;
    font-size: 110%;
    text-decoration: underline;
    margin-left: 2em;*/



/* h4.ListItem {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
    font-weight: normal;
}*/

/*h4.ListItemIndent {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
    font-weight: normal;
   margin-left: 2em;*/
