/* style */

body {
min-width: 800px;      
background-color: #107990;
font-family: verdana, arial, sans-serif; 
text-align: center;
font-size: 75%;
line-height: 140%;
color: #000; 
margin:0px 0;}

a:link {    color: #000066; text-decoration: none; font-weight: bold;}
a:hover {   color: #CC0000; text-decoration: none; font-weight: bold;}
a:visited {  color: #006699; text-decoration: none; font-weight: bold}
h1 { color: #107990;  font-size: 13pt;}
h2 { color: #107990;  font-size: 12pt;}
h3 { color: #107990;  font-size: 11pt;}
h4 { color: #107990;  font-size: 10pt;}
h5 { color: #107990;  font-size: 9pt; text-decoration: underline}

/*** Banner */
#banner { border-width: 1px;
border-color: #fffae4;
padding:5px 20px 1px 20px; 
text-align: left;
background-color: #fffae4;
margin:0px;
border-bottom: #107990 1px solid; 
}


/*** menu_bar by Martin */
#menu_bar { border-width: 1px;
border-color: #fffae4;
padding:5px 20px 1px 20px; 
text-align: left;
background-color: #fffae4;
margin:0px;
border-bottom: #107990 1px solid; 

height:25px;
clear: both; 
}

#menu_bar img {
        height: 25px;
}

#menu_bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu_bar li {
	float: left;
	padding-right: 1em;
}

/*** End bit by Martin! */

a img {border-width: 0px;}
img a {border-width: 0px;}
.in {text-indent: 20em;}
.body {padding-top:8px;}
.bodybold {	padding-bottom:6px; color:#333; }
.top {float:right; padding-right:20px;font-weight: bold;  }
.space {padding-bottom:6px; color:#333; text-align: left; }
.light {padding-bottom:6px; color:#666;}
.indent {padding-left: 40px;}
.highlight {font-weight: bold; background: #fffae4;}
#ul  { text-decoration: underline;}
.w { color: #fffae4;  text-align: left;}
.b  { font-weight: bold;}
.i{ font-style:italic;}
.bi { font-weight: bold; font-style:italic;}
.biu { font-weight: bold; font-style:italic; text-decoration: underline; }
.bu { font-weight: bold; text-decoration: underline; }
.m {font-weight: 100;}
.g {color:#333; font-weight: bold;}
.cy {color:#333;}
.bl  {color:#009; font-weight: bold;}
.mi {font-weight: 100; font-style:italic;}
.larger { font-size: 170%;padding:20px;}
.intropara { background-color: #9DC5D1; height:183px; border-bottom: #107990 1px solid;  }

.box2 {background-color: #fffae4; width:100%; margin:0px; float:left; text-align: left; }

#tp {background-color: #fffae4; width:100%; margin:0px; float:left;  text-align: left; padding:10px 0px 10px 0px; border-bottom: #107990 1px solid;  }

#br {clear: left; background-color: #fffae4;  background-image:url("../images/bg.gif"); padding:10px 10px 40px 40px; text-align: left; border-bottom: #107990 1px solid; border-top: #107990 0px solid;  }

.tfoot {background-color: #9DC5D1;clear:both; padding:10px 20px 5px 50px;}



/* positioning ================= for fixed width centred box design */

* { margin:0; padding:0; }

html { height:100.2%; }
* html #pg-wrap {
	display: block;
}
* html .ie {
	display: inline-block;
}
.ie {
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }

#pg-wrap:after {
content: '[DO NOT LEAVE IT IS NOT REAL]'; 
display: inline-block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#pg-wrap {
margin:0 auto;
width:800px;
text-align: left;
display:inline-block;
border-width:1px; 
border-color:#107990;
border-style:solid;
}

	
#left_pan {
float: left;
clear: both;
}

#right_pan {
float: right;
margin-left: 10px;
}

#right_pan ul{
 list-style-type: none;
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	}
#wrapper
	{	display: inline-block;	}
/*\*/
#wrapper
	{	display: block;	}
/* end easy clearing */
#footer
	{	clear: both;}
	
#foot { clear:both;
padding:10px 0px 5px 0px;
font-size:.8em;
text-align:center;
background-color: #9DC5D1;
color: #fffae4;  }