#bgpic {

  position: absolute;
  background-image: url(../images/topbg.gif);
  background-repeat: no-repeat;
  width: 1100px;
  height: 192px;
  top: 0px;
  left: 0px;
  z-index: 105;
}

#repbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1100px;
/*  height: 1px;*/
  background-image: url(../images/bodybg.gif);
  background-repeat: repeat-y;
  z-index: 2;

}

#mapbg {

  position: absolute;
  background-image: url("../images/scotland_map.jpg");
  background-repeat: no-repeat;
  width: 340px;
  height: 445px;
  top: 205px;
  left: 355px;
  z-index: 1010;
}

#content {

   position: absolute;
   top: 220px;
   left: 230px;
   color: #0D3488;
   font-family: Arial, Verdana;
   font-size: 10pt;
   text-align: justify;
   z-index: 1020;
   width: 500px;
  
   padding: 0px;

  

  
}

#holder {


   color: #0D3488;
   font-family: Arial, Verdana;
   font-size: 10pt;
   text-align: justify;
   z-index: 1020;
   width: 500px;
  
   padding: 15px;
   border: 1px solid #6394FF;
  

  
}

.addr {

   position: absolute;
   top: 220px;
   left: 230px;
   color: #0D3488;
   font-family: Arial, Verdana;
   font-size: 10pt;
   text-align: justify;
   z-index: 1020;
   width: 500px;
   padding: 15px;
   border: 1px solid #6394FF;
  
}

a:link {
        text-decoration: none;
}

#content2 {

   position: absolute;
   top: 220px;
   left: 230px;
   color: #0D3488;
   font-family: Arial, Verdana;
   font-size: 18pt;
   text-align: center;
   z-index: 1020;
   width: 450px;
   
   padding: 10px;
 
  
}



#title {

   position: absolute;
   top: 165px;
   left: 230px;
   color: #778899;
   font-family: Arial, Verdana;
   font-size: 20pt;
   font-weight : 600;
   font-style : italic;
   z-index: 1020;
  
}

#shield {
   position: absolute;
   top: 205px;
   left: 355px;
   width: 200px;
   height: 331px;
   background-image: url("../images/shield.jpg");
   background-repeat: no-repeat;
   z-index: 1010;
}

#menubuttons {

  position: absolute;
  left: 10px;
  top: 200px;
  z-index: 2000;

}

#xerxiam {
  display:none;
  position: absolute;
  left: 10px;
  top: 93%;
  color: #AAAAFF;
   font-family: Arial,verdana,sans serif;
  font-size: 8px;
  z-index: 1050;
}

.formhelp {
  color: #2F8EAD;
  font-size: 10pt;
  font-family: Arial,verdana,sans serif;
}


td.coname {
  color: #4B4991;
  font-size: 14pt;
  font-family: Arial,verdana,sans serif;
}

td.coaddr {
  
  color: #4B4991;
  font-size: 12pt;
  font-family: Arial,verdana,sans serif;
}

td.cotel, td.cofax, td.codx, td.colp, td.coemail, td.courl {
  color: #4B4991;
  font-size: 10pt;
  font-family: Arial,verdana,sans serif;
}


td.comem {
  color: #4B4991;
  font-size: 12pt;
  font-family: Arial,verdana,sans serif;
}

td.masotype {
  color: #4B4991;
  font-size: 10pt;
  font-family: Arial,verdana,sans serif;
}

span.sterm {
  color: #ff0000;
}

td.tabbase {
   border: 2px solid #A6AAE8;
   background: #C6C8E8;
}

input {
  color: #1E5B6F;
  font-size: 10pt;
  font-family: Arial,verdana,sans serif;
}

textarea {
  color: #1E5B6F;
  font-size: 10pt;
  font-family: Arial,verdana,sans serif;

}

select {
  color: #1E5B6F;
  font-size: 8pt;
  font-family: Arial,verdana,sans serif;
}

hr.midline {
  border: 1px dashed #6394FF;
}

hr.topline {
  border: 1px solid #6394FF;
}

body
{

  background-image: url("../images/bodybg.gif");
  background-repeat: repeat-y;

	scrollbar-base-color: #000000; 
	scrollbar-face-color: #C1D4FF; 
	scrollbar-track-color: #E5E5E5; 
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #C7C7C7; 
	scrollbar-shadow-color: #9CA5B7;
	scrollbar-darkshadow-color: #5D6E92;
}

a:hover {
	text-decoration : underline;
	color : #6633FF;
}

a:link {
      
	color : #46416F;
}

a:visited {
      
	color : #3F6DB6;
}


#menubox {
  position: absolute;
  left: 10px;
  top: 200px;
  width:180px;
  min-width:180px;
  line-height:30px;
  text-align:right;
  z-index: 2000;
  border:0px solid red;
}

a.menulink {
	font-family:arial,sans-serif;
	font-size:12pt;
	font-weight:400;
	text-decoration:none;
	color:#ECF2FF;
}

a.menulink:link {
	color: #ECF2FF;
	}
	
a.menulink:visited {
	color: #ECF2FF;
	}
	
a.menulink:hover {
	color: #FEFF94;
	background: #496ebd;
	}
a.menulink:active {
	color: #00FEFF;
	background: #496ebd;
	}





