body         { font-size: 10pt; font-family: Verdana, serif; font-weight: normal; color: 
               navy; background-color: white; }

#container  {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
    background-color:#ffffff;
}

#news     { width: 800px; }              
#header   { font-size: 10pt; font-family: Verdana, serif; font-weight: bold; color: navy; 
               width: 730px; position: absolute; left: 10; top: 5; }              
#sidebar  { font-size: 10pt; font-family: Verdana, serif; font-weight: normal; 
               font-style: normal; color: white; background-color: navy; 
               width: 120px; position: absolute; left: 5; top: 175; 
               padding-left: 5; padding-right: 5; padding-top: 5; 
               padding-bottom: 6; }
#article  { font-size: 10pt; font-family: Verdana, serif; font-weight: normal; color: 
               navy; width: 420px; position: absolute; left: 140px; top: 175; padding-left: 5; }
#adbar    { font-size: 10pt; font-family: Arial; font-weight: normal;
               font-style: normal; color: #000000; background-color: white;
               width: 160px; position: absolute; left: 600; top: 250;
               padding-left: 5; padding-right: 5; padding-top: 2; padding-bottom: 5; }
#footer   { position: relative; }

#chipin   { align: center; }
         
h1           { font-size: 16pt; font-family: Arial; font-style: normal; 
               font-weight: normal; color: navy; }
h2           { font-size: 12pt; font-family: Arial; font-weight: bold; color: navy;
               margin-top: 0.5in; margin-bottom: -0.1in; border-top: 0.02in solid red; }
h3           { font-family: Arial; font-style: normal; font-size: 10pt; font-weight: bold; 
               color: #6699FF; }
h4           { font-family: Arial; font-style: normal; font-size: 18pt; font-weight: bold; color: navy; }
h5           { font-size: 12pt; font-family: Arial; font-weight: bold; color: navy;
              margin-bottom: -0.1in; border-top: 0.02in solid red; }           
.caption     { font-size: 10pt; font-family: Arial; font-weight: normal; color: black; }
.figure      { font-size: 10pt; font-family: Arial; font-weight: bold; color: navy; }
.code        { font-size: 9pt; font-family: Courier, Courier New, monospace; font-weight: normal; color: black; }
.boldit      { font-weight: bold; }
a            { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; 
               color: #0000FF; }
a.paybox     { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none; 
               color: navy; }
a.navmenu    { font-weight: normal; color: #800080; }
a.sidebar    { font-family: Arial; font-style: normal; font-size: 8pt; font-weight: normal; 
               text-decoration: none; color: white; }
a.index      { color: navy; font-size: 16pt; }
a.small      { font-size: 12pt; font-family: Verdana, serif; font-weight: normal; 
               font-style: italic; text-decoration: underline; color: navy; }
a.note       { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; 
               color: blue}
a.annotate   { font-family: Arial; font-size: 10pt; font-weight: normal; text-decoration: underline; 
               color: #0000FF; }             
.signature   { font-size: 10pt; font-family: Verdana serif; font-weight: normal; 
               font-style: normal; text-decoration: none; color: blue; }
.start       { color: #0000FF; }

.Nav    { color: #000051; }
.Nav:hover  { color : #4E69DE; }

.notehead    { background-color : navy; color: #FFFFFF; font-size : 10pt; font-family : Arial; font-weight : bold; }
.notedetails { background-color : #FDF7D8; color: #000000; font-size : 10pt; font-family : "Trebuchet MS", Arial; font-weight : normal; }
.notedetailsgrey { background-color : #C0C0C0; color: #000000; font-size : 10pt; font-family: "Trebuchet MS", Arial; font-weight: normal; }
.notedetailsalert { background-color : #ffcc66; color: #000000; font-size : 12pt; font-family: "Trebuchet MS", Arial; font-weight: normal; }

.centre  { align: center; }



/* ****** Begin Lightbox CSS ****** */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* ***** End Lightbox CSS ***** */

@font-face {
    font-family: Kabel Bk BT;
    font-style:  normal;
    font-weight: normal;
    src: url(KABELBK0.eot);
}