/* Basic layout Cascading Style Sheet - Peter Blundell 17 Dec 2012.
*/

body {background-image:none; background-color: #FEFFF2 ; margin:0px; padding:0px; color: #400040} 

#stylepanelhdr {
	position: relative; width: 99%; margin: 2px 2px 0px 2px; padding: 0px 3px 0px 0px; border: 1px solid #FF6600;}
#LH {position: relative; float:left;}
#BH {position: relative; float:none; text-align:center;}
#RH {position: relative; float:right;}
#imgn32flag { position: relative; left: 1%; border: 0; margin: 5px 0px 0px 5px;}
#banner1 {position: relative; font-family: "Times serif"; color: blue; font-weight: bolder; font-size: 36px;} 
#banner { position: relative; font-family: "Times serif"; color: blue; font-weight: bolder; font-size: 56px; } 
#imgn32logo { position: relative; top: 2px; width: 180px; height: 77px; border: none; padding: 15px 10px 0px 0px;} 

#menupanel {
	position: relative; float:left; width: 99%; left: 2px; margin: 0px; padding: 0px 0px 15px 0px; }
.leftpanel {
	position: relative; float:left; width: 28%; margin: 0px; padding: 0px 5px 0px 5px; border: 0;}
.bodytext  {
    position: relative; float:left; width: 38%; margin: 0px 5px 0px 5px; border: 0;}
.rightpanel {
    position: relative; float:right; width: 30%; margin: 10px 5px 0px 0px; padding: 0px; border: 0; }
.panelbottom {
	position: fixed; bottom: 5px; width: 100%; margin: 0; padding: 5px 0px 0px 0px; border: 0;}
.clearboth { clear:both; } 
p { font-family: "verdana arial helvetica sans-serif"; } 
span {font-family: "verdana arial helvetica sans-serif"; font-weight: normal; }
ul {font-family: "Verdana Arial Helvetica sans-serif"; list-style-type:disc;}

.stylecentre { text-align: center; width: 100% }
.noscript {background-color:#003366; border:1px; width:100%; }
#noscriptmsg {text-align: center; font-size: large; color: #000000; border-width: 1px 1px 1px 1px; border-style: solid; border-color: red; background-color: #FEFFF2;}
#noscriptwarn {text-align: center; font-size: larger; color: #FF0000;}

a:link{color:blue;text-decoration:none;} 
a:visited{color:green;text-decoration:none;}
a:active{color:blue;text-decoration:none; }

/*The following together provide a basic css "tooltip" that can replace .js */
.tip {position: relative; text-decoration:none; outline: none;}
.tip span {position: absolute; margin-left: -999em; background-color:#FFFFCC; border:#C0C0C0 solid 1px; color:#990000;}
.tip:hover span {position: absolute; display: block; text-decoration:none;
  				 left: 1em; top: 2em;
				z-index: 99; margin-left: 0; width: 300px;}
.tip:hover img { position: absolute; border: 0; margin: -10px 0 0 -10px; float: left;}
* html a:hover { background: transparent; }

