/* yellow: #f0d000; */
/* orange: #fc7729; */
/* purple: #7070a0; */
/* purple: #706098; */
/* black: #000; */

body {
   color: #000;
   background-color: #fff;
   background-repeat: repeat-y;
   background-position: center;
   font-family: sans-serif;
   margin: 0;
}

.hide {
    display: none;
}

div#logo {
   position: absolute; 
   top: 0px;
   left: 0px;
   width: 210px;
   text-align: center;
}

#logo img {
   padding: 10px;
   margin: 0;
   border: none;
}

div#mainContent {
   position: absolute; 
   top: 0px;
   left: 210px;
   right: 20px;
}


span#orgName, span#slogan {
   padding: 0;
   font-weight: bold;
}
span#orgName {
   font-size: xx-large;
   color: #706098;
   margin: 0.3em 0;
}
span#slogan {
   font-size: large;
   color: #777;
   font-style: italic;
   margin: 0 0 0.3em 0;
}

address {
   clear: both;
   padding-top: 30px;
   font-size: x-small;
   color: #706098;
}

address a img {
   border: none;
}

a.visited {
   color: #706098;
   text-decoration: underline;
}

table.calendar tr th {
   border-style: solid;
   border-width: 1px 0px 0px 0px;
   color: #706098;
}

table.calendar tr td {
   border-style: solid;
   border-width: 1px 0px 0px 0px;
   border-color: #ccc;
}

p.highlight {
   font-weight: bolder;
}

/* Headings */

h1, h2, h3 {
   font-weight: bold;
   color: #706098;
}
h1 {
   font-size: x-large;
   margin-top: 0.15em;
}
h1#heading {
   font-size: x-large;
   margin-top: 0.15em;
   clear: both;
}
h2 {
   font-size: large;
   line-height: 1.2em;
}
h3, h4 {
   font-size: medium;
   line-height: 1em;
}
h5 {
   font-size: medium;
   font-style: italic;
   line-height: 1em;
}

img {
   margin: 0.5em;
   padding: 0;
}

.minor {
   font-size: small;
}

.nowrap {
   white-space: nowrap;
}

p.imgCaption {
   padding: 10px;
   margin-bottom: 25px;
   clear: both;
}
p.imgCaption img {
   float: left;
   padding: 0;
   margin: 0 10px 25px 0;
}

ul.childIndex {
   list-style: none;
   line-height: 1.5;
   padding-left: 2em;
   text-indent: -1em;
}

dl dt {
   color: #706098;
}

dl.flat dt {
   float: left;
   color: #706098;
}

dl.flat dd {
   float: none;
   text-indent: 5px;
}

ul.plain {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}


/* Navigation menus */
#navMenu1 {
   background-color: #fff;
}
#navMenu1, #navMenu1 ul {
   /*width: 32em; */
   list-style: none;
   line-height: 1;
   font-weight: bold;
   padding: 0;
   margin: 0 0 1em 0;
}

#navMenu1 ul {
   background-color: #f0e078;
}

#navMenu1 a {
   display: block;
   width: 8em;
   w\idth: 7em;
   color: #706098;
   text-decoration: none;
   padding: 0.25em 0.5em;
}

#navMenu1 li {
   float: left;
   padding: 0;
   width: 8em;
}

#navMenu1 li.navFolder {
   float: left;
   padding: 0;
   width: 8em;
   color: #706098;
}

#navMenu1 li.navFolder div {
   padding: 0.25em 0.5em;
}

#navMenu1 li ul {
   position: absolute;
   left: -999em;
   height: auto;
   width: 8em;
   font-weight: normal;
   margin: 0;
}

#navMenu1 li:hover ul ul,
#navMenu1 li.sfhover ul ul {
   left: -999em;
}

#navMenu1 li:hover ul,
#navMenu1 li li:hover ul,
#navMenu1 li.sfhover ul,
#navMenu1 li li.sfhover ul {
   left: auto;
}

#navMenu1 li:hover,
#navMenu1 li.sfhover {
   background-color: #f0d000;
}

span.navPath {
   color: #706098;
}
span.navPathTarget {
   color: #706098;
   font-weight: bold;
}

