h1 {
	text-align: center;
	margin: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
h2 {
	text-align: center;
	margin: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 0.1em;
	margin-bottom: 0.1em
}
/* h4 used for address, phone# email etc */
h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-weight: bold
}
h5 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0.1em;
}
h6 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold
}
p  {
	font-size: 14px;
	margin: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.pottable {
	font-size: 14px;
}

.sara { font-style: italic }
.addphone {
	font-weight: bold;
}
.ctr  { text-align: center }
.longtext {
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.showlist {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.cancel { font-size: 14.1pt; 
	    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 }
a.bar:hover {
	background-color: transparent;
}

#header-logo  {
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	left: 5px;
	top: 5px;
}


#header_contact {
	height: auto;
	width: auto;
	top: 36px;
	left: 220px;
	position: absolute;
	font-size: 12px;
}

body
	{
	background-color: #FFFFFF;
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
	}

div
	{
	margin: 0;
	padding: 0;
	}

#main
	{
	/*\*/
	position: absolute;
	/* Exclude all previous props for Mac IE5 */
	margin: 125px 0px -100px 0px; /* Put back for all the rest */
	/*\*/ overflow: visible;
	height:auto;
	}

#content
	{
	/*\*/
	position: absolute;
	top: 85px;
	right: 0;
	bottom: 0;
	left: 245px;
	/* Exclude all previous props for Mac IE5 */
	margin: 125px 0px -100px 245px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: visible;
	height:auto;
	background-image: none;
	background-color: #FFFFFF;
	}
#sidebar-left
	{
	position: absolute;
	overflow: visible;
	background-color: #FFFFFF;
	background-image: none;
	}
	
#header {
	background-color: #FFFFFF;
	background-image: none;
	position: absolute;
	overflow: auto;
}
code
	{
	display: block;
	background-color: #dddddd;
	}

#nav-contact {
	left: 220px;
	position: absolute;
}
#nav-contact span.selected
{
	color: #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}
#nav-contact span.navbuttons {
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table {
	margin: auto;
	background-color: #FFFFFF;	
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.centerpage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	page-break-before: always;
}

#nav-contact  p.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 11px;
}
