body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
#wrapper {

width: 750px
}
/* start syles for header */
#header {
width: 750px;
	height: 100px;
	background: url(images/gridlogobk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px white solid;
	
	}
h1 {
display: none;
}
#search {
position: absolute;
top: 70px;
left: 520px;/* this is a hack for ie6 otherwise the navigation div tag does site below the header */
}
#contact {
position: absolute;
top: 10px;
left: 600px;
}
.headerlink { 
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
A.headerlink:hover { 

	text-decoration: underline; 
	font-size: 9pt;
	
}
/* finish styles for header */
/* start styles for layout on home page */
#lefthp {
position: absolute;
left: 10px;
top: 260px;
width: 240px;
}
#centre {
position: absolute;
left: 275px;
top: 260px;
width:240px;
}
#righthp {
position: absolute;
left:571px;
top: 187px;
width:177px;
}
#bottom {
position: absolute;
left:10px;
top: 495px;
width:500px;
}

.imagecenter {
text-align: center;
}
.imageleft {
padding-left: 10px;
}
table#locatortable {
border-collapse: collapse;
}
table#locatortable td {
padding: 5px;
border: 2px solid #000066;
}
/* finish styles for tables on home page */
/* start styles for content */
#content {
margin-top: 15px;
padding-left: 0px;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
}
	.more { 
	font-weight: normal; color: Red; 
	text-decoration: none 
}
A.more:hover { 
	color: black; 
	text-decoration: none 
}

/* finish styles for content */
/* start styles for footer */
#footerhp {  

	font-size: 0.75em; 
	text-align: center;

}

.privlink { 
	color: black;
	text-decoration: none; 
}
A.privlink:hover { 

	text-decoration: underline; 
}
/* finish styles for footer */
