@charset "utf-8";
/* CSS Document */

/* Frame */

.header {
  background-image: url("images/aect_02.png");
  height: 207px;
  width: 900px;
}
.right {
  background-image: url("images/aect_03.png");
  background-repeat: repeat-y;
  height: auto;
  width: 36px;
}
.left {
  background-image: url("images/aect_01.png");
  background-repeat: repeat-y;
  height: auto;
  width: 32px;
}
.navi {
  background-color: #7895d7;
  height: 17px;
  width: 900px;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
}
.content {
  background-color: #ffffff;
  height: auto;
  width: 641px;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 10px 10px 10px 10px;
  vertical-align: top;
  text-align: justify;
}
.footer {
  background-image: url("images/aect_06.png");
  height: 83px;
  width: 900px;
}

/* Navi UL and LI Specs */

.navi ul {
  text-align: center;
  font-family: verdana, Arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}
.navi li {
  list-style-type: none;
  display: inline;
}
.navi li a {
  text-decoration: none;
  color: #ffffff;
  padding: 0px 5px 0px 5px;
}
.navi li a:hover {
  text-decoration: underline;
  color: #ffffff;
  background-color: transparent;
}
.navi li a:visited {
  color: #ffffff;
}

/* Content */

.content h1 {
  font-weight: bold;
  font-size: 36px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #869ac9;
  padding: 10px 0px 0px 10px;
  margin: 0px;
}
.content h2 {
	font-weight: bold;
	font-size: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    margin: 0px;
}
.content h3 {
  font-weight: bold;
  font-size: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  margin: 0px;
}
.content td.text {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.content p.caption {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #000000;
}
.content p.spacer {
  line-height: 150%;
}
.content a {
    text-decoration: none;
    color: #00006f;
    background-color: transparent;
}
.content a:hover {
    text-decoration: none;
    color: #00006f;
    background-color: transparent;
}
.content a:visted {
    text-decoration: none;
    color: #00006f;
}
.imagefloatl {
  float: left;
  width: auto;
  height: auto;
  padding-right: 10px;
  margin: 0px;
}
.imagefloatr {
  float: right;
  width: auto;
  height: auto;
  padding-left: 10px;
  margin: 0px;
}

/* Side Navigation */

.sidenavi {
  background-color: #afc3ee;
  width: 250px;
  height: auto;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 2px;
  text-align: center;
  padding: 10px 5px 10px 5px;
}
.sidenavi a {
  color: #010192;
  text-decoration: underline;
  background-color: transparent;
}
.sidenavi a:hover {
  color: #010192;
  background-color: transparent;
}
.spacer {
  width: 9px;
  color: #ffffff;
  height: auto;
}


/* Footer */

#footer {
  color: #ffffff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

