.nav {
    text-align: center;
}

.nav ul
{
    border-bottom: 1px solid black;
    text-align: center;
    font: bold 1em tahoma, sans-serif;
}

.nav ul li a
{
    border: 1px solid black;
    border-bottom: none;
    text-decoration: none;
    font-weight: bold;
}

.nav li a.selected {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

.nav li a.selected:hover {
    background-color: #ffffff;
    color: #000000;
    cursor: default;
}

body {
    background-color: #2D196E;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 100%;
}

.backToMain {
    color: #ffffff;
    text-align: left; 
    border: none; 
}
 
.backToMain a {
    color: #ffffff;
    font-size: 90%;
}
 
.backToMain a:hover {
    color: #1F2AFF;
    text-decoration: underline; 
}

.contentPane {
    border: 1px solid #222244;
}

.header {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
} 

.mainBody {
    background-color: #ffffff;
    font-size: 100%;
}

.mainBody h1, h2, h3, h4, h5 {
    text-align: left;
    color: #2d196e;
    padding: 0;
    margin: 0.5em 0;
}

.mainBody p, ul, ol {
    text-align: left;
}

.mainBody h1 {
    font-size: 150%; 
} 
  
.mainBody h2 {
    font-size: 140%;
} 
     
.mainBody h3 {
    font-size: 130%;
} 
     
.mainBody h4 {  
    font-size: 120%;
} 
  
.mainBody h5 { 
    font-size: 110%; 
} 
  
.mainBody a { 
/*  font-weight: bold; */
    color: #2d196e;
}

.mainBody a:hover {
    color: #1f2aff;
    text-decoration: underline;
}

.mainBody pre {
    border: 1px solid #2d196e;
    background-color: #ffffff;
    padding: 1.5ex;
    text-align: left;
    font-family: courier-new, monospace;
    font-size: 100%
}

.mainBody select {
    border: 1px solid #445566;
    color: #222244;
    background-color: #ffffff;
}

.option {
    border: 1px solid #445566;
    color: #222244;
    background-color: #ffffff;
}

.mainBody input.text {
    border: 1px solid #445566;
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: #222244;
    background-color: #ffffff;
    width: 22em;
}

.mainBody input.button {
    padding: 0.25em;
    font-weight: bold;
    color: #202080;
}

.mainBody input.file {
    padding: 0ex 0ex 0ex 12px;
    margin: 0ex 0.4ex 0ex 0ex;
    font-size: 2ex;
    font-weight: bold;
    color: #1f9aff;
    background: #ffffff url('../images/bullet.gif') no-repeat left center;
    border: none;
    cursor: pointer;
}

.mainBody textarea { 
    border: 1px solid #445566;
    padding: 0.25em;
}

form {
    text-align: left;
}

a {
    text-decoration: none;
}

img {
    border: 0px none;
}

hr {
    border-top: 1px solid #2D196e;
    border-bottom: 1px solid #2d196e;
    width: 100%;
    margin: 2ex 0ex;
    clear: both;
}

.error {
   font-weight: bold;
   color: #ff0000;
}

.formtable {
   text-align: left;
   font-size: 1em;
}

.biblist {
   padding: 0px 20px 10px 40px;
   margin: 0px;
}

.grantlist {
   padding: 0px 20px 10px 40px;
   margin: 0px;
}

.center {
   text-align: center;
}

.centerimage {
   display:block;
   margin-left: auto;
   margin-right: auto;
}

.email {
    font-style: italic;
}

.footer {
    color: #ffffff;
    text-align: center;
    font-size: 1.4ex;
}

.footer a {
    color: #9BD2FF;
}

.footer a:hover {
    color: #1F2AFF;
}

.indent {
    padding-left: 1ex;
}

.indentmore {
    padding-left: 2ex;
}

.quote {
    padding-left: 15ex;
    padding-right: 15ex;
    font-style: italic;
}

