/* 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: #40515b none no-repeat fixed center;
  color: #000;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left; /* Needed to cancel "html {text-align: center}" */
}

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

tr.titlebar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
 border-bottom-style: solid;
 border-bottom-color: #000;
 border-bottom-width: 1px;
}

tr.menubar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #caced1;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 1px;
}

tr.contentbar{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  background-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 1px;
}

tr.footerbar{
  background-color: #caced1;
}

td.leftborder{ /* Width is defined in html code as not deprecated in xtml and enables different widths for each style */
  border-left-style: dotted;
  border-left-color: #000000;
  border-left-width: 1px;
  }

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

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

body{
  font-family: verdana, arial, sans-serif;
  font-size: 100%
  }

h1,h2,h3,h4,h5,h6  {
  padding-bottom: .4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #40515b
}

h1{
  font-size: 1.3em;
}

h2{
  font-size: 1.2em;
}

h3{
  font-size: 1.1em;
}

h4{
  font-size: 1em;
}

 h5{
  font-size: .9em;
}

h6{
  font-size: .8em;
}

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

p,ul,ol,hr  {
  font-size: .8em;
  text-align: justify;
  padding-bottom: .8em
}
strong, em{

font-weight: bold;
  font-style: normal
}


/* Links must be link, visited, hover, active */
a:link{
  color: #dd3300;
  text-decoration: underline;
}

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

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

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

.centredtext{text-align: center}

.slogan{font-size: 1.2em;text-align: center; color: #000000; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;
  color: #40515b;
  letter-spacing: .13em;}

a.menu:link{
  font-size: .9em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

a.menu:visited{
  font-size: .9em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

a.menu:hover{
  font-size: .9em;
  font-weight: bold;
  color: #ff9000;
  text-decoration: none;
 }
/* PRESENTATION ATTRIBUTES END --------------------------- */