body {
    font-family: arial, helvetica, sans-serif;
    background-color:#F8F8FF;
    color:black;
    margin: 0px;
    padding: 0px;
}
#head{
    position: fixed;
    background-color: #F8F8fF;
    color:black;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 66px;
    z-index: 2;
}
#head + a {
    display:none;
}

#maintitle {
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
/*    border-color: #000070;*/
    text-align: center;
    background-color: #000070;
    font-family: Arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align: bottom;
}
#menu {
    position:fixed;
    left: 10px;
    top: 65px;
    width: 175px;
    border-color: #000070;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top:0px;
    padding-bottom:5px;
    z-index: 4;
}
#menu> * {
    display: block;
    font-weight: normal;
    font-size: 14px;
}
#menu * {
/*    margin-top: 5px;*/
    color: #000070 ;
}
#menu a {
    display: block;
    margin-top:5px;
}
.activeitem > a {
    background-color: #f0f0ff;
    text-decoration: none;
    color: #700000;
}
#content {
    right: 11px;
    position: absolute;
    left: 201px;
    top: 65px;
/*    bottom: 15px;*/
    padding: 10px 10px 25px 10px;
    margin:0px;
    z-index: 1;
    text-align: justify;
}

.floatl {
    float: left;
    margin-right: 0.8ex;
    margin-bottom: 0.2em;
}

.floatr {
    float: right;
    margin-left: 0.8ex;
    margin-bottom: 0.2em;
}
#submenu span{
    margin-top: 5px;
/*    display: block;*/
}
#submenu a {
    margin-top: 3px;
    font-size: 10px;
    color: #700000 ;
}
#container {
    border-style: solid;
    border-width:1px;
    border-color:#000070;
    background-color: white;
    position: fixed;
    left: 200px;
    right:10px;
    top: 65px;
    bottom: 15px;
    z-index: 0;
}
.rightfill {
/*    position: absolute;
    right:0px;*/
    float:right;
    width:0px;
    height:0px;
    margin-right:0px;
    padding-right:0px;
}
.rightfill25 {
    position: absolute;
    right:-5px;
    width:0px;
    height:0px;
    margin-right:0px;
    padding-right:0px;
}
#topline{
    border-style: solid;
    border-width:1px 0px 0px 0px;
    border-color:#000070;
    position: fixed;
    left: 200px;
    right:10px;
    top: 65px;
    height: 1px;
    z-index: 3;
}
#bottomline{
    border-width:0px;
    position: fixed;
    left: 200px;
    right:10px;
    height: 1px;
    bottom: 15px;
    z-index: 3;
    background-color:#000070;
    overflow:hidden;
/*    display:none;*/
}
#footer {
    position: fixed;
    bottom: 0px;
    height: 16px;
    left: 0px;
    right: 0px;
    background-color: #f7f7ff;
    text-align: center;
    margin:0px;
    padding:0px;
    font-size: 10px;
    z-index:2;
}
#validate {
    position: fixed;
    left:12px;
    bottom:10px;
    height:36px;
    z-index:3;
    margin:0px;
    padding:0px;
}
#validate * {
    margin:0px;
    padding:0px;
}
#myphoto {
    margin-left:10px;
    margin-bottom:10px;
}
#extracontents {
  margin:5px 0px 0px 0px;
  padding:2px 0px 5px 0px;
  font-size: 10px;
  border-top: 1px solid #000070;
  background-color: #ffffd0;
}
#extracontents *{
  margin:0px;
  padding:0px;
}
#extracontents a{
  margin-top: 0px;
}
#extracontents p a:first-child{
  margin-top: 3px;
  font-weight: bold;
}
#rightfill2 + h2{
  margin-top:0px;
}
#rightfill2 + h3{
  margin-top:0px;
}
#rightfill2 + p{
  margin-top:0px;
}

