/* Start of CMSMS style sheet 'DEI Typography' */
/********************
CONTENT STYLING
*********************/
div#content {

}


/* HEADINGS */
h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: -0.1em 0 0.5em 0;
   color: #09396A;
}
h2 {
   color: #09396A; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
/*   padding-left: 0.5em; */
   padding-bottom: 1px;
/* set borders around header */
/*   border-bottom: 1px solid #e7ab0b; */
/*   border-left: 1.1em solid #e7ab0b; */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}


h3 {
   color: #09396A; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 1em 0 0.5em 0;
}
h4 {
   color: #09396A; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {

   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
blockquote.intro {
  border-left: none;
  margin:20px 0;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

.headerblue {
   color: #09396A;
}

/* LISTS */
ul,
ol,
dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1em 0;
}

ul.imageleft {
   display: -moz-inline-block;
   display: inline-block;
   width: 300px;
}
ul li,
ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* LINKS */

a {
  text-decoration: none;
  color: red;
}

a:visited {
  
}

a:hover {
 text-decoration: underline;
}

/* END LINKS */

/* QUOTES */

.randomquote {
          color: #888888; 
          font-size: .85em;
}

.quotesource {
          color: #09396A;    
}



/* End of 'DEI Typography' */

