.tableback {
	background-attachment: fixed;
	background-image: url(images/bgmontage2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

body {
margin-top:0px;
margin-left:0px;
margin-right:0px;
}

#centre {
margin-left:3em; margin-right:auto;
}

.pfft {
border-left: 1px solid #130C80;
border-right: 1px solid #130C80;
/* margin-top: 1em; */
}

.pfft h1 {
margin-top: -3px;
padding-left: 0.2em;
}

.menuHeader {
	background-color: #130C80;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FE0000;
	letter-spacing: 0.1em;
padding: 4px 4px 4px 4px;
height: 1.8em;
top: 0.4em;
left: 0.4em;
}

#content {
	border: 1px solid #CC3300; 
	margin: 1px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 90%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


#phnumber {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 18px;
position: absolute;
/*left: 67%;
top: 14px; */
left: 2%;
top: 14px;
z-index: 1;
color: #130C80; 
}


h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 16px;
	color: #130C80;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #130C80;
	font-weight: bold;
}
.breadcrumb {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 80%;
	color:#666666;
}
.image {
	border: 1px solid #666666; 
	margin: 5px;
	padding: 5px;
}

#sidebar {
position: absolute;
left: 66px;
top: 152px;
width: 186px;
font-size: .8em;
z-index:3;
}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding-left: 5px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
font-family: "Trebuchet MS", Verdana, Helvetica;
display: block;
padding: 2px 2px 2px 0px;
/* border: 1px solid; */
border-color: #ddd #000 #000 #ddd;
/* background-color: #689999;
background-image:  url(images/l1_down.jpg); 
background-image:  url(images/l2_clear2.gif); */
background-repeat: no-repeat;
background-position: 0% 50%;
color: #130C80;
text-decoration: none;
}
#navlist a:hover {
/* background-color: #9F6F9F; */
background-color: #FF9966;
/* background-image:  url(images/l2_clear.gif); */

color: #2D1E2D;
}
#sidebar #navlist .uberlink {
/* background-color: #9F6F9F; */
background-color: #CCFF7F;
/* background-image:  url(images/l2_clear.gif); */
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}

div.container {
  border: 1px solid #999999;
  float:right;
   background-color:#E6E6E6;
   margin-right: 15px;

  }

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   font-family: "Trebuchet MS", Verdana, Helvetica;
   font-size: 85%;
   }
div.spacer {
  clear: both;
  }