/* style */

body {
min-width: 630px;      
background-color: #fff;
font-family: verdana, arial, sans-serif; 
font-size: 80%;
line-height: 132%; 
font-size: 80%;
text-align: center;
color: #333; 
margin:10px 0;}


a:link {   font-size: 90%; color: #000066; text-decoration: none; font-weight: bold;}
a:hover {  font-size: 90%; background: #00cc33;  color: #CC0000; text-decoration: none; font-weight: bold;}
a:visited {  font-size: 90%; color: #006699; text-decoration: none; font-weight: bold}
h1 {color:#333; font-size: 99%;}
h2 {color:#333; font-size: 99%;}
h3 {color:#666; font-size: 99%;}
h4 {color:#666; font-size: 90%; }
h5 {  font-size: 9pt; text-decoration: underline}

.box {	border-right: #E0E064 2px solid; border-bottom: #E0E064 1px solid; border-top: #E0E064 1px solid;  border-left: #E0E064 1px solid; 
padding-right: 20px; padding-left: 20px;  padding-top: 10px; padding-bottom: 10px; background-color: #999;}
.in {	 text-indent: -1em;}
.body {padding-top:8px;}
.bodybold {	padding-bottom:6px; color:#333; }
.top {float:right; font-size:90%;}
.header {	color:#fff; font-size: 170%;text-align: left;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: #999;}
#ul  { text-decoration: underline;}
.w {	color: #fff;}
#b  { font-weight: bold;}
.intropara { background-color: #999;	height:183px; margin-top:5px;	color: #fff;}
.box2 {background-color: #ccc; width:100%; margin:0px; 
float:left;
text-align: left; padding:10px 0px 10px 0px;}

#tp {background-color: #ccc; width:100%; margin:0px; 
float:left;
text-align: left; padding:10px 0px 10px 0px;}
.br {background-color: #999; padding:10px 0px 10px 40px; color: #333; text-align: left;}
.br2 {background-color: #999; padding:10px 40px 10px 0px; color: #333; text-align: left;}
.tfoot {background-color: #ccc;clear:both; padding:10px 20px 5px 50px;}

/*** Banner */

#banner { border-width: 1px;
border-color: #999;
padding:1px 20px 1px 20px; 
text-align: left;
background-color: #fff;
margin:0px;}
#box { background-image:url('../images/logobg.gif');
background-repeat:repeat-x; 
text-align: left;
height:80px;}

/* 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:#333;
border-style:solid;
}

#left	{ 	float: left;
text-align: left;
padding: 0px 0px 0px 25px;  
width:185px; 	}

#mid	{
float:left;
text-align: left;
width:240px;
margin-left:10px;
padding-left:10px;
border-width:0px 0px 0px 1px; 
border-color:#333;
border-style:solid;
	}


#right	{
float: right;
text-align: left;
margin-left:-220px;
width: 270px;
margin-right:10px;
padding-left:8px;
border-width:0px 0px 0px 1px; 
border-color:#333;
border-style:solid;
	}
	

#lefts	{ 	float: left;
padding: 0px 0px 0px 35px;  
width:240px;
text-align: left;
margin:  0px 0px 10px 10px;}

#mids	{
float:left;
text-align: left;
width:230px;
margin:  0px 10px 10px 10px;
padding: 0px 0px 0px 8px;  
border-width:0px 0px 0px 1px; 
border-color:#333;
border-style:solid;
	}


#rights	{
float: right;
text-align: left;
width: 240px;
margin:  0px 0px 10px -250px;
padding: 0px 0px 0px 8px;  
border-width:0px 0px 0px 1px; 
border-color:#333;
border-style:solid;
	}
	

/* 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: #999;
color: #fff;  }

