/*Print css*/

body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0 20px 0 20px;
    font: normal 12pt/160% verdana,arial,sans-serif;
}

/*Hide the following items*/
#sidebar1, #menu2, #footer, .ddoverlap{
    display: none;
}

ul.menu2 {
   display: none; 
}

h1, h2, h3 {
    font-family: Arial,Verdana,sans-serif;
    font-weight: normal;
    line-height: 135%;
    color: #8C0209;
}

h1 {
    font-size: 22pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}


#logo h1 a {
    font-family: Arial,Verdana,sans-serif;
    font-weight: normal;
    font-size: 22pt;
    line-height: 135%;
    color: #8C0209;
}

/*Links black*/
a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

#sidebar2 {
    float: right;
    width: 240px;
    font-size: 11px;
}

#sidebar2 ul {
    list-style: none;
}

#sidebar2.sidebar img {
/*    display: none;*/
}

.spacer_l {
    clear: left;
}
.spacer_r {
    clear: right;
}

#content {
    width: 480px;
    float: left;
}

#content p a {
    display: none;
}

.imageLeft {
  float: left;
  width: 189px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

.imageLeft p {
  color: #616161;  
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

.imageRight {
  float: right;
  width: 189px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

.imageRight p {
  color: #616161;  
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

.imageCentre {
  float:right;
  width: 300px;
  border: thin silver solid;
  margin: 0.5em;
  margin-right:58px;
  padding: 0.5em;
}

.imageCentre p {
  color: #616161;  
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.imageGallery {
  float:right;
  width: 420px;
  border: thin silver solid;
  /*margin: 0.5em;
  margin-right:20px;*/
  padding: 0.5em;
}

.imageGallery p {
  color: #616161;  
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}
