body {
  background-color: #66ffff;
  font-family:      Georgia, "Times New Roman", Times, serif;
  margin:           0px;
}
div{
  border-radius:    25px;
}
#container{
  margin:           10px auto auto auto;
  padding:          5px 0px;
  width:            1000px;
  height:           auto;
  background-color: #ccffff;

}
#header {
  background-color: #00b3b3;
  margin:           10px;
  height:           108px;
  vertical-align:   middle;
  text-align:       center;
  padding:           5px;
  border-radius:    20px;

}
#header > p{
  font-size: 1.25em;
  font-style: italic;
  line-height:       1.3em;
  margin: 25px auto;
}

#menu{
  text-align:       center;
  margin: 0px;
}
#main {
  background:       #e6ffe6;
  font-size:        105%;
  padding:          15px 30px 15px 30px;
  margin:           0px 10px 10px 10px;
  border-radius:    20px;
}

#footer {
  background-color: #66ccff;
  color:            #0033cc;
  text-align:       center;
  padding:          15px;
  margin:           10px 10px 10px 10px;
  font-size:        90%;
}
#note{
  width:            800px;
  margin: 10px auto 20px auto;
  padding:          10px 20px;
  border-radius:    20px;
  background:       #e6ffe6;
  text-align:    left;
}
#note > p{
  margin:            0;
}
h1 {
  font-size:        140%;
  color:            #003366;
}
#site-name a:link {
  color:            #003366;
  text-decoration:  none;
}
#site-name a:hover{
  color:            #003366;
  text-decoration:  underline;
}
#site-name a:visited {
  color:             #003366;
  text-decoration:  none;
  }
h2 {
  font-size:         110%;

}
#site-name{
  text-align:       center;
  margin:5px auto 0px auto;
  font-size:        150%;
  color:            #003333;
}
h3{
  font-size:         100%;
  text-align:       center;
}
a:link {
  color:            #0000ff;
  text-decoration:  none;
}
a:hover{
  color:            #1b6682;
  text-decoration:  underline;
}
a:visited {
  color:            #993300;
  text-decoration:  none;
  }
h2 ul {font-size:        85%;
font-weight:      normal;
}
li{
  margin:           5px 0px 10px 0px;
  line-height:      120%;
  list-style-type:  none;
  text-indent:      -1em;
}
/*li ul li{
  font-size:        85%;
  font-weight:      normal;
}*/
#menu li.menuitem{
  display:          inline;
}
li.sub_head{
  font-size:        100%;
  list-style-type:  none;
  font-weight: bold;

}
.case_name{
  font-weight: bold;
}
li.sub_sub_head{
  font-size:        85%;
  list-style-type:  none;
  font-weight: bold;
}
li.sub_sub_list{
  font-size:        100%;
}
.new{
  font-size:        100%;
  font-weight:      bold;
  color:           #FF4E33;
}
p.note{
  margin-left:       15px;

}
h2.noted{
  margin-bottom:       -0.73em;
}
