body {
  background-color:#C6DDD7;
  margin:0;padding:0;
  font-family:tahoma,verdana,arial;
}

img, a { padding:0;margin:0;border:none;}

a, a:visited, a:hover, a:active {
  color:black;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
  color:#808080;
}

p {margin-bottom:10px;line-height:1.5em}

.centre {
  text-align:center
}
#displayPage {
  position:relative;
  margin:5px auto 0 auto;
  padding:0;
  width:750px;
  background-color:#012D3F;
}

#paulSignature {
  position:relative;
  width:100%;
  text-align:right;
  height:30px;
  background-color:#1b4543;
}
#paulSignature img {
  position:absolute;
  top:5px;left:10px;width:139px;height:28px
}
.copyright {
  color:white;padding:7px 15px 0 0;font-size:70%;
}

#topMenu {
  text-align:right;
  padding:5px 10px 5px 0;
  color:#819604;
  background-color:#C6DDD7;
}

#topMenu a, #topMenu a.sel {
  font-family:Tahoma;
  font-stretch:wider;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  font-size:80%;
  text-decoration:none;
}

#topMenu a:hover, #topMenu a.sel:hover {
  text-decoration:underline;
}

#topMenu a:hover {
  color:white;
}
#topMenu a.sel:hover {
  color:white;
}

#topMenu a {
  color:#222222;
}

#topMenu a.sel {
  color:white;
  background-color:#1B4543;
}

#bodyBlock, #bodyBlockFull {
  color:#111111;
  background-color:white;
  font-size:80%;
}
#bodyBlock {
  height:410px;
  padding:100px 20px 20px 20px;
}
#bodyBlockFull {
  height:460px;
  padding:50px 40px 20px 40px;
}

.leftBlock, .rightBlock {
  width:300px;
  font-size:120%;
  font-weight:bold;
  text-align:center;
}

.leftBlock {
  margin-left:25px;
  float:left;
}

.rightBlock {
  margin-right:25px;
  float:right;
}

.menuImage {
  height:150px;
}
.menuImage img {
  margin:auto;
}
