body {
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
}
#page {
   padding : 10px;
   margin : 0;
   width : 970px;
   border : 1px solid #006699;
   background-color : #fff;
   font-size : 12px;
   font-family : Arial, Helvetica, sans-serif;
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
   margin-left : auto;
   margin-right : auto;
}
#banner {
   /* height : 100%;
   width : 800px; */
   border-bottom : 1px solid #000;
   background-color : white;
   font-family : Arial, Helvetica, sans-serif;
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
   color : white;
   font-size : 11pt;
   text-align : center;
   padding : 15px 0;
}
#navigation {
   /* height : 500px; */
   position : relative; /*; top: 30px; left: 30px; height: 8000px; */
   width : 150px;
   z-index : 100;
   /* position: relative; top: 0px; left: -200px; */
   /* border : 1px solid #000; */
   /* background-image : url('../images/navbar.jpg'); */
   /* text-align : left;  */
}
#content {
   position : relative; top: -342px; left: 166px;
   z-index : 50;
   height : 100%;
   width : 790px;
   border : 1px solid #000;
   background-color : white;
   text-align : left;
   padding : 6px;
   margin-bottom : -27em;
}
#footer {
   /* position : relative;  */
   /* height : 100%; */
   /* padding : 5px; */
   border-top : 1px solid #000;
   background-color : #fff;
   text-align : center;
   font-family : Arial, Helvetica, sans-serif;
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
   color : black;
   font-size : 11px;
   /* padding-bottom : 0px; */
   margin-bottom : 0px;
}

p {
   font: 12px/18.5px sans-serif;
   text-align: justify;
   margin: 0cm;
   color: black;
}

.pleft {
   font: 12px/18.5px sans-serif;
   text-align: left;
   margin: 0cm;
   color: black;
}

.pcentre {
   font: 12px/18.5px sans-serif;
   text-align: center;
   margin: 0cm;
   color: black;
}

.pright {
   font: 12px/18.5px sans-serif;
   text-align: right;
   margin: 0cm;
   color: black;
}

.ptablehd {
   font: 12px/18.5px sans-serif;
   margin: 0cm;
   color: white;
}

h1 {
   /* font: italic small-caps 900 19px sans-serif; */
   font : bold 18px sans-serif;
   color: #003366;
   letter-spacing: 1px;
   margin:0px
}

h2 {
   font: 900 14px sans-serif;
   letter-spacing: 1px;
   margin : 0px 0px 5px 0px;
}

.boldheadleft {
   font: 12px/18.5px sans-serif;
   text-align: left;
   margin: 0cm;
}

.boldheadright {
   font: 12px/18.5px sans-serif;
   text-align: right;
   margin: 0cm;
}

ol {
   font: 12px/18.5px sans-serif;
   text-align: justify;
   margin: 0cm;
}

.article {
   border: 1px solid;
   background-color: white;
   padding: 25px 10px 25px 10px;
}

.articledload {
   border: 1px dashed;
   padding: 10px 20px 10px 20px;
   float: right;
}

.table {
   border: 1px solid;
  /* border-color: #CCCCCC; */
  border-color: black;
   border-collapse: collapse;
}

.imgfltright {
   float: right;
   margin: 0px 0px 10px 10px;
}

.imgfltright_20 {
   float: right;
   margin: 0px 0px 0px 20px;
}

.imgfltleft {
   float: left;
   margin: 0px 20px 0px 0px;
}

.htfuroad {
   font: italic 12px/18.5px sans-serif;
   text-align: right;
   margin: 0cm;
}

.newstext {
   font: 11px/18.5px sans-serif;
   text-align: left;
   margin: 0cm;
}

.quotetext {
   font: 10.4px/14px sans-serif;
   text-align: justify;
   margin: 0cm;
}

.quotetextau {
   font: italic bold 11px/14px sans-serif;
   margin: 0cm;
}

.small {
   font: 11px/14px sans-serif;
   text-align: left;
   margin: 0cm;
}

.tabletext {
   font: 12px/18.5px sans-serif;
   margin: 0cm;
}

.footertext {
   font: 11px/14px sans-serif;
   text-align: center;
   margin: 0cm;
}

.admintitle {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

hr {
   height:0px;
   border:0px;
   border-top:1px solid #07437B;
}

p a:link {color: #093392}
p a:visited {color: #093392}
p a:hover {color: #2657C6}
p a:active {color: #2657C6}

/* ------- NAVBAR */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 150px;
 list-style: none;
 font: 12px/20px sans-serif;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 155px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 border: 1px solid #C4D8E2;
 background: #084C8A;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration: none;
 width: 142px;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #2E7AC1;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #0A61B1;
}
.menulist a.visited {
   color: #000;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

