body{  background-color: #eeeeff;  color: black;  font-family: 'New York', Times, serif;
  padding: 0;
  margin: 0;}

#title{  background-image:url('../graphics/title.jpg');  width:200px;  height:120px;
  padding: 0;
  margin: 0;
}#title h1{  font-size: 25px;
  text-align: center;
  width: 200px;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

#subtitle
{
  background-image:url('../graphics/subtitle.jpg');
  background-repeat: no-repeat;
  width:600px;
  height:120px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 200px;
}

#subtitle h2
{
  margin: 0;
  padding: 0;
  line-height: 120px;
  font-size: 30px;
  text-align: center;
  width: 350px;
}

#subtitle h3
{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style:italic;
  text-align: right;
  width: 350px;
  position: relative;
  top: -40;
}

#menu
{
  background-image:url('../graphics/menu.jpg');
  width: 200px;
  height: 480px;
  margin: 0;
  padding: 0;
}

#menu ul{
  display: inline;  list-style-type: none; /* turns off bullets */  font-size: 16px;}

#menu li
{
  padding: 0;
  margin: 0;
  width: 158px;
  height: 28px;
  line-height: 28px;
  position: relative;
  left: 16px;
  top: 21px;
  text-align: center;
  padding: 0 0 12px 0;
  }

#menu a /* left menu bar page links */{
  text-decoration: none; /* turns off underline for links */
  color: black;
  display: block;
  background: #ccccff;
  border: 1px solid #fff

}#menu a:hover{  background-color:#9999ff;
  border: 1px solid #fff}



/* settings for the current menu page */
#selected a:link, #selected a:visited, #selected a:hover{  background-color:#6666ff;  color:white;
  border: 1px solid #fff
} 

#content
{
  position: absolute;
  top: 120px;
  left: 200px;
  padding: 20px 20px 0 20px;
  width: 600px;
}

#content p {  font-size: 13px;  line-height:1.5em;}#content h1{  font-size:22px;
  color: #000066;
  text-align: center;}#content h2{  font-size:18px;
  color: #000066;}#content h3{  font-size:14px;  line-height:1.5em;}

#content h4
{
  font-size:14px;
  line-height:1.5em;
  font-weight: normal;
  font-style: italic;
}
#content ul{
  display: block;  font-size:14px;}

.centeredImage
{
  text-align: center;
  padding: 10px;
}

#footer
{

}#footer p{  font-size: 9px;  border-top: 1px solid;  padding-top: 10px;  text-align:center;
  color: #000066;}#footer a{  color:white;}