html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0px; 
	/* background:rgb(209,205,193); */
	font-size:70%; 
	font-family:georgia, "palatino linotype", "times new roman", serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

/* for internet explorer */
* html body {
  padding:104px 0px 22px 0px; 
  }


body {
  margin:0;
  border:0px;
  padding:0px;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  overflow: hidden; 
  }

.searchArea {

font-family: Verdana; font-size: 10pt

}

.searchArea h1 {

font-family: Verdana; font-size: 12pt; text-decoration:underline; font-weight:bold

}

#searchResultsHeader {
	color: #FFFFFF; 
	border-left-width: 1px; border-right-width: 1px; 
    border-top: 1px solid #000000; border-bottom: 1px solid #000000; 
    padding-left: 15px; padding-right: 15px; padding-top: 1px; 
    padding-bottom: 1px; 
	text-align:center;     
    background-color: #FF6600;
    position:fixed;
    top:104px;
	height:20px;    
    width:100%;
}
* html #searchResultsHeader {
	height:20px;
	width:100%;
}


#container {

  position:fixed; 
  top:122px;
  left:0px;

  bottom:0px;
  right:0; 
  overflow:auto; 
  background:#fff;
  padding:20px;
  text-align:center; 
  font-family:Verdana; 
  font-size:10pt; 
  line-height:100%; 
  margin-top:1; 
  margin-bottom:1 
  
  }

* html #container {
  height:100%; 
  width:100%; 
  }

#container img {margin:5px;}

#searchMainForm	{

text-align: center}

#header {
  position:absolute; 
  top:0px; 
  left:0px; 
  width:100%; 
  height:100px; 
  overflow:hidden; 
  background:#73a2bd;
  border-bottom:4px solid #53829d;
  }
* html #header {height:104px;}


/* FOOTER BAK */


/* end of bit that does the work */

h1 {font-size:14pt; margin:0; padding:0; text-decoration:underline; font-family:Verdana; font-weight:bold}




#header img {
  margin:10px 10px 0px 10px;
  }
  



a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#000000;
  }

a:hover {
  color:#FF6600; 
  text-decoration:none;
  }


#header ul, #footer ul {
  clear:both; 
  text-align:center; 
  border-top:1px solid #73A2BD; color:#FFB164; font-family:Verdana; font-size:8pt; text-decoration:none
  }

#header ul, #footer ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:3em;
  }

#header ul li, #footer ul li {
  display:inline; 
  color:#000000;
  }
  

#container ul {
  clear:both; 
  text-align:left; 
  text-decoration:none
  }

#container ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:3em;
  }

#container ul li {
  display:inline; 
  color:#000000;
  }


#searchResultsHeader ul {
  clear:both; 
  text-align:center; 
  }

#searchResultsHeader ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  }

#searchResultsHeader ul li {
  display:inline; 
  color:#000000;
  }

#searchResultsHeader a, #searchResultsHeader a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#FFFFFF;
  }

#searchResultsHeader a:hover {
  color:#73a2bd; 
  text-decoration:none;
  }


hr {clear:both; height:1px; color:#53829d; background-color:#53829d;}


.codeArea		{ border-style:solid; border-width:1px; background-color:#73a2bd; padding:35px }
.codeAreaUser		{ overflow: auto; border-style:solid; border-width:1px; background-color:#73a2bd; padding:35px; font-family:Verdana; font-size:10pt }

#codeTable {

width: 470px; height: 100%; font-family:Verdana; font-size:10pt
}

#listScripts	{


font-family: Verdana; font-size: 8pt; text-decoration: none; color: #FF9933; 
               width: 470px}

.scriptTable { line-height: 100%; margin-top: 0; 
               margin-bottom: 0; padding-left:4px; padding-right:4px; padding-top:10px; padding-bottom:10px }
               
.codeTitle   { color: #FF6600; font-weight: bold; padding-left: 
               0px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
                }
.codeButtonCell {color: #FFFFFF; border: 2px solid #000000; padding: 5px; background-color: 
               #C0C0C0}                
.hidden			{visibility: hidden; display: none}


#leftContents {

position: absolute; left:0px; top:0px; font-weight:700; width:150px; 
               z-index: 6; padding-left: 4px; padding-right: 10px; padding-top: 10px; 
               padding-bottom: 10px; text-align:center; line-height:100%; margin-top:0; margin-bottom:0; float:left; height:100%}

#rightContents	{

position: absolute; left:155px; top:0px; width:80%; height:100%; z-index: 6; float:right; padding-top:10px; padding-bottom:10px
}


#searchMainText {
	width: 470px; 
	border: 2px solid #3366FF; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-weight:bold;
}