html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

.main
{
  position: relative;
  width: 620px;
  margin: 2em auto;
  color: white;
  background-color: #475399;
}

.bottomspace
{
  position: absolute;
  width: 620px;
  height: 3em;
  background-color: transparent;
  left: 0px;
}

.outer
{
  position: absolute;
  top: 198px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 620px;
  font-family: sans-serif;
  font-size: 15px;
}

.content
{
  background-color: #002F76;
  background-image: url(images/black1px.png);
  background-repeat: repeat-y;
  width: 390px;
  padding: 20px 20px 20px 210px;
}

.note
{
  position: relative;
  top: -4px;
  font-size: 11px;
  margin-top: 0px;
  line-height: 0px;
}

p
{
  line-height: 1.5em;
}

blockquote
{
  font-style: italic;
}

a { color: #CED1FF; text-decoration: none;}
a:hover {color: white;text-decoration: none;}


.nav
{
  
  position: absolute;
  height: 400px;
  width: 190px;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.nav ul
{
  text-align: center;
  margin: 0px;
  padding: 8px 0px;
  list-style: none;
  background-color: #475399;
}

.nav ul li
{
  padding: 4px;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.heading
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 430px;
  height: 198px;
  background-image: url(images/title.png);
  background-color: #475399;
}

#topimg
{
  top: 70px;
}

#bottomimg
{
  bottom: 0px;
}

.leftimg
{
  position: absolute;
  left: 0px;
}

.spacer
{
  clear: both;
}

.lightblue
{
  color: #A3A3CC;
}

h2
{
  letter-spacing: 1.5px;
  font-size: 31px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman",
          Times, serif;

}
h3
{
  font-variant: small-caps;
  letter-spacing: 1.5px;
  font-weight: normal;
  font-size: 19px;
  fvont-family: serif;
  font-family: Georgia, "Times New Roman",
          Times, serif;

} 

h4
{
  font-size: 18px;
  font-family: Georgia, "Times New Roman",
          Times, serif;
  font-style: italics;
  font-weight: normal;
  line-height: 1em;
  margin: 0px; 
  letter-spacing: 2.5px;  
}

.notebox
{
  letter-spacing: 1px;
  position: relative;
  margin: 0px -20px -20px -20px;
  padding: 30px 10px 10px 10px;
  font-size: 13px;
  background-color: #7578B1;
  font-style: italic;
}

.narrow
{
  text-align: center;
  padding: 30px;
}

.narrow h3
{
  font-size: 21px;
}

.narrow p
{
  font-size: 17px;
  font-family: Georgia, "Times New Roman",
          Times, serif;
}

.noteboxwhite
{
  position: relative;
  color: #7578B1;
  position: relative;
  margin: 0px -20px -20px -20px;
  padding: 30px 10px 10px 10px;
  font-size:13px;
  background-color: #fff;
  font-family: sans-serif;
  border-bottom: 1px solid #7578B1;
  border-right: 1px solid #7578B1;
}

.noteboxwhite .title
{
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 17px;
}

.noteboxwhite img
{
  margin-top: -12px;
  margin-left: 17px;
}

.noteboxwhite .info
{
  position: absolute;
  right: 0px;
  margin-right: 20px;
}



.blueleft ,.noteboxwhite a
{
  color: #7578B1;
}

.bluebottom
{
  color: #002F76;
}

.pagenavbottom
{
  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 430px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 13px;
  background-color: #001158;
}

.pagenavtop
{
  
  position: relative;
  margin: -20px -20px 0px -20px;
  padding: 0px;
  font-size: 13px;
  background-color: #001158;
}

html, body
{
  background-color: #171722;

}