body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #F8F8F8 url('images/bg.gif');
  text-align: left;
  font-family: arial, sans-serif, tahoma, helvetica;
  font-size: 0.9em;
  color: #000;
}

h1 {
font-size: 1.4em;
font-weight: bold;
margin-left:-12px;
margin-top:-3px;
margin-bottom:12px;
color:#f00;
}

h2 {
font-size: 1.3em;
font-weight: bold;
margin-left:-12px;
margin-top:-3px;
margin-bottom:0px;
color:#f00;
}

h3 {
font-size: 1.1em;
font-weight: bold;
margin:4px 0 3px 4px;
color:#f00;
}

strong {
font-weight: bold;
}

img {
border: 0;
}

table {
border: 0;
font-size: 0.8em;
text-align: left;
margin-left: auto;
margin-right: auto;
}

p {
  margin: 0;
  padding: 5px;
  border: 0;
  }

ul {
  text-align:left;
  margin-top:5px;
  margin-bottom:5px;
  }

.header {
  width:738px;
  }

.footer {
  text-align:center;
  width:738px; 
  border-top:1px solid #000;
  }

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em auto;
  }

.in { 
  background:#fff; 
  border:1px solid #000; 
  position:relative;
  font-weight:normal;
  }

.ltin {
  left:-5px;
  }

.tpin {
  top:-5px;
  }

.wide {
  width:740px;             /* change to suit */
}

.raised {
  margin-top:-7px;
}

.lower {
  margin-top:8px;
}

.ital {
  font-style:italic;
}

#pagecontent {
background: #fff;
color: #000;
padding-top: 15px;
width:100%;
}

.contentl {
float:left;
padding: 0 10px;
margin-top: -5px;
margin-right: 0px;
text-align: center;
}

.fullwidth {
width:710px;
clear:both;
padding: 0 10px;
margin-top: 15px;
margin-bottom: 15px;
}

.menubar {
  background: #fff;
}

	.tabmenu {
		color: #000;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		background: #fff url('images/bgmenu.gif');
		margin: 0;
		padding-left: 7px;
		padding-top: 10px;
		z-index: 1;}

	.tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	.tabmenu a {
		color: #fff;
		background: #939393;
		font-weight: bold;
		border: 1px solid #000;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	.tabmenu a.active {
		color: #000;
		background: #fff;
		border-bottom: 2px solid #fff; }

	.tabmenu a:hover {
		color: #000;
		background: #ccc; }

	.tabmenu a.active:hover {
		background: #fff; }
