body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	background: #e0e0e0;
	color: #030303;
}

/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}
p, ul, p a, h2 {text-align: justify; font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {margin-left: 10px; font-family: Georgia, serif; color: #333; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {text-align: right; margin: 0; padding-right: 10px; font-size: 0.75em; background-color: #333; color: #fff; line-height: 2.0em} /* headings on black backgrounds */

h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {text-align: justify; margin: 10px; font-size: 0.70em; line-height: 1.75em}

p.updated {margin-left: 10px; margin-top: 0px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 90px;
	font-family: Georgia, serif;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}
#siteimg img {   /* This is the logo image in the site img div */
	margin-left: 10px;
	margin-top: 10px;
}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 20px; font-size: 0.70em; line-height: 1.75em; list-style: outside square}



/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}


/* Divs */

#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	text-align: left;
	overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 25px;
	text-align: right;
	color: #999;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
}
	
	
#hdr {    /* Header/Banner area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 4.5em; /* Same as h1 line-height */
	line-height: 4.5em;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #333; /* Dark Grey */
}

#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 130px;
	background: url('images/top.jpg') #fff; /* Light Grey */	
}

#lftcol {
	float: left;
	width: 180px;
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 570px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}



/* Forms, Input boxes and buttons */
form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 8.0em;}
.inputbox {border: 1px solid #333;}
input.loginbttn {border: 1px solid #f0f; width: 3em; background: #00A2FF; color: #fff; font-size: 1.0em}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

/* Images shadows */
div.shadow {padding: 0 4px 4px 0px; margin:5px 0 0 5px;
    background: url(images/dropshadow.png) no-repeat bottom right}
div.shadow img {display: block;position: relative;
    top: -2px;left:-2px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc}


img.languageimg {float: right; margin: 5px 5px 0 0} /* used for the language flags */
img.languageimgcenter {float: center; margin: 2px 2px 5px 8px} /* used for the language flags */

/* Menu style definition */
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 0.80em; /* 80%; */
display: block;
border-bottom: 1px dashed #333;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/* -- PDF icon -- */
a[href $='.pdf'] { 
   padding-right: 19px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}


/* text quotations */
.pullquote {
	width: 20%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:5px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

/* Expandable list  */
div.excontainer {
   margin-left:100px; 
   padding:0;
   color:#000000
}

div.expand {
  padding:5px; 
  margin: 0;
  list-style-type:none; 
  overflow:hidden; 
  text-align: center;
  width:310px; 
  font-family: arial, "lucida console", sans-serif;
}

div.expand span.collapsible { 
  display : none; 
}

div.expand:hover span.collapsible { 
  display : block; 
  background:#eee;
  text-align: left;
  color:#000000;  
  /* height:90px;  how big is the inside textbox */
  font-size:12px;
  margin:2px;
  padding:2px;
}

/* alert message */
.alert {
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
.news {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
        color: #000000;
        display: block;
	background: #f2f2f2;
        font: normal 0.70em Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}
.news span {
	color: #125F15;
        font: bold 90% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}



/* Table style for the file lister*/

table.filelist 
{text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
color: #000;
width: 500px;
background-color: #eeeeee;
border: 1px;
border-collapse: collapse;
border-spacing: 5px;
}

table.filelist td
{
padding:5px 5px 5px; 
border-bottom: 1px #aaaaaa dotted;
}

table.filelist td.file
{
padding:5px 5px 5px; 
}
table.filelist td.copyright
{
text-align: right;
font-size: 10px;
color: #fff;
padding:2px 2px 2px; 
background-color: #000;
}


table.filelist tr.hed
{background-color: #666;
color: #fff;
border-bottom: 2px #000 solid;
border-top: 2px #000 solid;
font-weight: bold;}

table.filelist tr.directory
{background-color: #000;
color: #fff;
font-weight: bold;}

table.filelist tr.dir
{background-color: #cccccc;
color: #fff;
font-weight: bold;}

#ie6Warning {
		background: #e3e3e3;
		border: 1px solid #bbbbbb;
		padding: 10px 10px 1px;
		margin-bottom: 10px;
		}
#ie6Warning h2 {
		background: url(images/exclamation.png) 0 50% no-repeat;
		padding-left: 40px;
		}