
body {
  font-family:Arial,sans-serif;
  font-size:10pt;
  color:#000000;
  background-color:#d6d6d6;
  margin:0;
}

p {
  text-align:justify;
}

a {
  color:#0000ff;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

h1 {
  display:inline;
  font-weight:normal;
  font-size:24pt;
}

.cedit {
  width:200px;
}

.cNote {
  padding:2px;
  background-color:#d6d6d6;
}


#Header {
  position:absolute;
  top:0px;
  height:50px;
  left:0;
  right:0;
  background-color:#0000ff;
}
#HeaderWrap {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:900px;
  margin:auto;
}
#HeaderText {
  position:absolute;
  top:0;
  bottom:0;
  height:50%;
  left:250px;
  right:0;
  margin:auto;
  text-align:right;
  font-weight:bold;
  font-size:16pt;
  color:#ffffff;
}

#MenuBar {
  position:absolute;
  top:50px;
  height:27px;
  left:0;
  right:0;
  background-image:url(images/backMenuBar.png);
}
#MenuBarText {
  position:absolute;
  top:0;
  bottom:0;
  height:50%;
  margin:auto;
  left:0;
  right:0;
  width:900px;
  text-align:right;
  font-size:11pt;
  font-weight:500;
}
#MenuBarText a {
  text-decoration:none;
  color:#000000;
  margin-left:1em;
}
#MenuBarText a:hover {
  color:#0000ff;
}

#Main {
  position:absolute;
  top:77px;
  left:0;
  right:0;
  text-align:center;
  margin-bottom:100px;
  background-color:#ffffff;
  padding:6px;
}

#Footer {
  position:absolute;
  top:100%;
  height:100px;
  left:0;
  right:0;
  background-color:#d6d6d6;
  text-align:left;
}
#FooterWrap {
  position:absolute;
  left:0;
  right:0;
  width:900px;
  margin:auto;
}
#FooterAddress {
  position:absolute;
  top:8px;
  bottom:4px;
  left:0;
  width:200px;
}
#FooterLinks {
  position:absolute;
  top:8px;
  bottom:4px;
  left:200px;
  width:200px;
}
#FooterLinks a {
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}
#FooterLinks a:hover {
  color:#0000ff;
}