
/*
 aecrms.css


*/

/* Controls the content in the body tags below the menu */

#container {
  margin: 5px;
  width: 740px;
  text-align: left;
  }

#sitecontainer {
  width: 750px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  background: white;
}

/* Link Colors */

a:link {color: #214187; }
a:visited {color: #214187; }
a:hover {color: #9F3385; text-decoration: none;}
a:active {color: #214187; }



BODY {
        /* margin: 10em; */
        font-family: Arial, Helvetica, sans-serif;
        /* sans-serif: Verdana, Arial, Helvetica, Trebuchet, Tahoma */
        /* serif: Georgia, Times, "Times New Roman", Garamond, "Century Schoolbook" */
        /* monospace: Courier, "MS Courier New" Prestige */
        /* cursive: "Lucida Handwriting", "Zapf-Chancery" */
        /* fantasy: "Comic Sans", Whimsey, Critter, Cottonwood  */
        font-size: 0.75em;
        background-image: url('/images/bkg_yellow.jpg');
        /* background-repeat: repeat-x; */
        color: black;
        margin-top: 20px;
        margin-bottom: 20px;
}

/* first element on page is h1, but it has its own default margin */
h1 {
        margin-top: 0;
        padding-top: 0;
        /* background-color: gray; */

}

/* For Navigator 4 which has inheritance problems. */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: black;
   
}

h1 {
  font-size: 1.1em;
}

/* a horizontal menu */


#navsite {
  text-align: center;
}


#navsite ul {
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
}

#navsite ul li {
  list-style: none;
  margin: 0;
  display: inline;
}

#navsite ul li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #f1cf6d;
  text-decoration: none;
}

#navsite ul li a:link {
  color: #448;
}

#navsite ul li a:visited {
  color: #448;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
  color: #000;
  background: #efcb5d;
  border-color: #227;
}

#navsite ul li a#femenucurrent {
  background: white;
  border-bottom: 1px solid white;
}


div#navsitebottom
{
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
}

div#navsitebottom a:link, div#navsitebottom a:visited, div#navsitebottom a:active
{
  color: black; 
}

div#navsitebottom a:hover
{
  color: #FF00FF;
}




P.common {
        color: #0A2B00;
        /* font-weight: bold ; */
        /* font-size: 120%; */
        /* margin-top: 0em; */
        margin-bottom: 1em;
        margin-left: 5em;
  }


/* Used for site footer's automatic last date modified line */
.modified {
        COLOR: #A00040;
        font-style: italic;
        font-weight: bold;
        font-size: 70%;
}



.faqq {
        margin-top: 10px;  /* this is around the _outside_ of color */
        COLOR: #00324d;
        font-style: italic;
        font-weight: bold;
}

.faqa {
        margin-left: 1cm;
        margin-top: 5px;  /* this is around the _outside_ of color */
}




h2 {
color: #ffffff;
font-family: Arial, Verdana, Sans-serif;
font-size: 13px;
font-weight: 600;
margin-bottom: 0px;
margin-left: 0px;
margin-top: 0px;
}

h3
{
  color: blue;
}

.aecmaintitle
{
  font-weight: bold;
  font-size: 12pt;
  color: #00324d;
}

.aecplaintitle
{
  font-weight: bold;
}

.aectitle
{
  font-weight: bold;
  color: #00324d;
}

.aechltitle
{
  font-weight: bold;
  font-size: 12pt;
  color: red;
}

.aecem
{
  font-style: italic;
}

.aecultitle
{
  font-weight: bold;
  text-decoration: underline;
  color: #336699;
}

.aecindent
{
  margin-left: 40px;
}

.aecdblindent
{
  margin-left: 100px;
}

.siteheadertext
{
  margin-top: 0;
  margin-left: 5px;
  font-weight: bold;
  color: #00324d;
  text-align: left;
}


/* Used from NAN */

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #214187;
	vertical-align: top;
	line-height: 1.5em;

}

.bkgnav {
	background-attachment: scroll;
	background-image: url(images/bkg_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}

.copyright {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .7em;
        font-weight: normal;
        color: #13135E;
}

.copy {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.75em;
     color: #000000;
}

.paratitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        font-weight: bold;
        color: #1C345B;
        vertical-align: top;
        line-height: 1.5em;
}

