body {
	margin: 0 auto;
	padding: 0;
	background-color: #666;
	text-align: justify;
	color: #FFF;
	font-size:13px;
	font-family: avantgarde, arial, Helvetica, sans-serif;
	width:1200px;
}
img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.left {
	float:left;
	padding: 10px;
}
img.right {
	float:right;
	padding: 10px;
}
hr {
	border: 1px solid gray;
	width: 85%;
	text-align: left;
}

h1 { 
	font-size: 20px; 
	text-align: center;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h2 { 	
	font-size: 16px;
	text-align: left;
}

a {
	color: #f90;
	text-decoration: none;
}
a:hover {
	color:#ff6;
}
#header {
        height: 125px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
        background-image: url("../images/i_header.jpg");
	border: 1px solid black;
}
#content {
	padding: 50px 50px 10px 50px;
	background-color: #333;
	border: 1px solid black;
}

#footer {
        background-image: url("../images/i_footer.jpg"); 
	background-repeat:no-repeat;
	background-size: 100%;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid black;
	
}
	
#menu {
	float:left;
	width:100%;
	background:#000;
	//font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	text-align: center;
	}

#menu ul {
	list-style:none;
	}

#menu li {
	display:inline;
	}

#menu a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#menu a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") right top;
	padding:5px 15px 4px 4px;
	color:#f90;
	}

#menu a:hover span {
	color:#ff6;
	}

#menu a:hover {
	background-position:0% -42px;
	}

#menu a:hover span {
	background-position:100% -42px;
	}
.locatorlink {
	color: #fff;
	text-decoration: none; 
	font-weight: 700; 
}
table.contact {
	display: block;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}	
table.contact td {
	border-bottom: 1px solid gray;
	padding: 5px;
	padding-left: 15px;
	text-align: left;
}

table.contact td.field {
        padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
table {
	display: block;
	margin-left: auto;
        margin-right: auto;
	border-collapse:collapse;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid gray;
}
table th {
	text-align: left;
	background-color: #666;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border: 1px solid #999;
}
table td {
	border: 1px solid #999;
	padding: 5px;
}
table.pubs td {
	padding: 5px;
	border-bottom: 1px solid #999;
}
table.pubs td.subhead {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #444;
	text-align: center;
}
table.pubs td.title {
	width: 500px;
}
table.pubs td.doctype {
	font-size: 90%;
	font-variant:small-caps;
	border-left: 1px solid #999;
	text-align: center;
}
table.pubs td.auth {
	width: 120px;
	font-size: 95%;
	border-left: 1px solid #999;
	letter-spacing: -1%;
}

table.pubs td.ref {
	border-left: 1px solid #999;
}
strong {
	color: #ff6;
}