/* NORMALISATION OF ATTRIBUTES BEGINS  ---------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style-type : none }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Collapses table borders */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img { border-width : 0 }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q - not supported by Internet Explorer 7*/
q:before, q:after { content :''; }

/* Center design on the page */
html{
  text-align: center;
}

/* NORMALISATION OF ATTRIBUTES ENDS ---------------------- */

/* LAYOUT ATTRIBUTES BEGIN ------------------------------- */

body{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background: #ffffff none no-repeat fixed center;
  color: #40515b;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: center;  /* Needed to make IE 5.5 centre table */
}

#maintable{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  padding: 0;
  color: #40515b;
  margin-left: auto; /* Centers table on page using CSS */
  margin-right: auto; /* Centers table on page using CSS */
  border-width: 1px;
  border-collapse: collapse;
  border-color: #003949;
  border-style: solid
}

td.titlebar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom: 1px solid #003949;
  text-align: left;
}

td.topmenubar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom: 1px solid #003949;
  text-align: left;
  padding: 0px 0px 0px 20px /* Top Right Bottom Left */
}

td.diarymenubar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom: 1px solid #003949;
  text-align: left;
  padding: 10px 10px 10px 20px /* Top Right Bottom Left */
}

td.bottommenubar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  text-align: left;
  padding: 10px 0px 10px 20px /* Top Right Bottom Left */
}

td.rightcol{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom: 1px solid #003949;
  text-align: left;
  padding: 10px 20px 10px 10px /* Top Right Bottom Left */
}

td.contentcol{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom: 1px solid #003949;
  text-align: left;
  padding: 10px 10px 10px 20px /* Top Right Bottom Left */
}

/* LAYOUT ATTRIBUTES END --------------------------------- */

/* PRESENTATION ATTRIBUTES BEGIN ------------------------- */

body{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #003949;
  background-color: #ffffff
}

h1,h2,h3,h4,h5,h6  {
  padding-top: 0px;
  padding-bottom: 4px;
  font-family: Georgia, serif;
  color: #00566E;
  text-align: left
}

h1{
  font-size: 18px;
 }

h2{
  font-size: 16px;
}

h3{
  font-size: 14px;
}

h4{
  font-size: 12px;
}

 h5{
  font-size: 12px;
}

h6{
  font-size: 12px;
}

h1.diaryheader{
  font-size: 24px;
  text-align: left;
  padding: 10px 10px 10px 20px /* Top Right Bottom Left */
    }

h1.shiftedoffscreen{
  text-indent: -9999px;
}

h1.h1centred{
  text-align: center;
}

p,ol,li,hr{
  font-family:  Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #003949
}

p,hr{
  padding-bottom:12px;
  text-align: justify;
}

ol,li{
  padding-bottom: 2px;
  font-size: 12px;
  text-align: left;
}

li.diarylist{
  padding-bottom: 4px;
}

ul{
  list-style: none;
  padding-top: 0.0px;
  margin-left: 0;

padding-bottom: 12px;
padding-left: 12px;
text-indent: -12px;
  text-align: left;
}

strong{
  font-weight: bold;
  color: #00566E;
}

em{
  font-style: italic;
  color: #00566E;
}

p.smalltext{
   font-size: 9px;
}

p.smalltextcentred{
   font-size: 9px;
   text-align: center;
}

.centredtext{
  text-align: center;
}

a:link{
  color: #f33f3f;
  text-decoration: underline;
}

.floatright{
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 4px
}

a:visited{
  color: #f33f3f;
  text-decoration: underline;
}

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

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

.ebul_cbindex a:visited{
  color: #00566E;
  text-decoration: none;
}

/* PRESENTATION ATTRIBUTES END --------------------------- */


/* GALLERY ATTRIBUTES BEGIN ------------------------------ */

.set1{
  margin-right: 2px;
  margin-bottom: 2px;
}

/* GALLERY ATTRIBUTES END -------------------------------- */
