h1 {
	text-align: center;
	font-size: 140%;
	margin: 0.05em;
}
h2 {
	text-align: center;
	font-size: 130%;
	margin: 0.05em;
}
h3 {
	text-align: center;
	font-size: 125%;
	margin: 0.1em;
}
/* h4 used for address, phone# email etc */
h4 {
	text-align: center;
	font-size: 120%;
	margin: 0.1em;
}
h5 {
	text-align: center;
	font-size: 115%;
	margin: 0.1em;
	font-weight: normal;
}
h6 {
	text-align: center;
	font-size: 110%;
	margin: 0.1em;
	font-weight: normal;
}
p {
	margin: 0.1em;
	font-size: 100%;
}
.pottable {
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sara { font-style: italic }
.addphone {
	font-weight: bold;
}
.ctr  { text-align: center }
.longtext {
	text-align: justify;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.showlist {
	font-size: 100%;
	font-weight: normal;
}

.cancel {
	font-size: 100%;
	background-color: transparent;
	color: red
}

.note { font-weight: normal;
        font-style: italic }
		
.copyright {font-style: italic}

a:link {
	font-weight: normal;
	color: blue;
	background-color: transparent;
	text-decoration: underline
}
a:hover {
	font-weight: normal;
	color: blue;
	background-color: #CCCCFF;
	text-decoration: underline
}
a:visited {
	font-weight: normal;
	color: #0033FF;
	text-decoration: underline
}
a.box:link { border: solid rgb(220,220,220) }
a.box:hover { border: solid lime }

#header_contact {
	height: auto;
	width: auto;
	position: relative;
}

body
	{
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: visible; /* because Mac IE5 don't understand */
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	}

div
	{
	margin: 0;
	padding: 0;
	}

#main
	{
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0px;
	margin: 0;
	overflow: visible;
	background-image: none;
	}
#content
	{
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: visible;
	background-image: none;
	}

code
	{
	display: block;
	background-color: #dddddd;
	}

#nav-contact {
	left: 0px;
	position: relative;
}
#nav-contact span.selected
{
	color: #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	height: auto;
}
#nav-contact span.navbuttons {
	left: 0px;
}
table {
	margin: auto;
}

img {
	max-width: 100%;
}

.hh {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* To cause a page break before in print */
img.centerpage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#nav-contact  p.contact {
	font-size: 100%;
	margin-top: 11px;
}


#sidebar-left
	{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
	overflow: visible;
	background-image: none;
	width: auto;
	}
	
#header
	{
	position: relative;
	top: 0;
	/*\*/right: 0;
	left: 0;   /* Exclude right and left props for Mac IE5 */
	margin: 0 0 0 0;
	/*\*/ margin: 0; /* */
	height: auto;
	overflow: visible;
	background-image: none;
	width: auto;
	}
table {
	width: auto;
}

div.paddingwrap
	{
	padding: 0px;
	}
