﻿<style type="text/css">
  /* bob_review wider page content required */
:link, :visited { text-decoration: none ! important ;}
:visited:hover { text-decoration: underline ! important; }

:link:hover { text-decoration: underline ! important; }

a[href^="mailto:"]:before { content: "\2709"; }

h1 {font-size: 150%; font-family:sans-serif;}
h1 {color: #000000;}
h1 {font-family: sans-serif;}

h2 {font-family: sans-serif;}
h2 {font-style: normal;}
h2 {font-size: 130%;}
h2 {color: #000000;}

h3 {font-family: sans-serif;}
h3 {font-style: normal;}
h3 {font-size: 110%;}

p {font-style: normal;}
p {font-size: 100%; font-family:sans-serif;}
p {font-family: sans-serif;}
p.sansserif {font-family: sans-serif;}

#comment {
	font-size:small;}
#small {
	font-size:small;}
#medium {
	font-size:medium;}
#xsmall {font-size:x-small}

#centre { font-size:small;
text-align:center;}
#centres { font-size:small;
text-align:center;}
#centrem { font-size:medium;
text-align:center;}



div {font-style: normal;}
div {font-size: 100%; font-family:sans-serif;}
div {font-family: sans-serif;}

ul {
	list-style-type: none;
	margin: 0px; 
	padding:0px;
} 
li {
	margin:5px;
	padding:0px;
}
li a {
	display: block;
	width:150px;
	height: 30px;
	line-height:30px;
	color: #000;
	text-decoration: none;
	/*background-color: #00ffff; leave blank so container defines this*/
	/* background: #94B8E9 url(images/visited.gif) no-repeat left top; */
	/* text-indent 10px; */
	padding:0px;
}
li a: visited {
	background-position: right top;
}
#horiz li a {
	display: block;
	font-size:small;	
	height: 20px;
	width:auto;
	color:blue;
	text-decoration: none;
	/* background-color: #00ffff; leave blank so container defines this */
	/* background: #94B8E9 url(images/visited.gif) no-repeat left top; */
	/* text-indent 10px; */
	padding:0px;
}

#container{
  /* leave as white background-color:#00ffff; */
  float:left;
  width:560px;
  padding:0px;
  border-left:150px solid #00ffff;
  /* The width and color of the left rail */
  /* border-right:250px solid #f00; */
  /* The width and color of the right rail */
}
#mainnav{
  /*  blue green background  */
  /* background-color:#00ffff; */ 
  float:left;
  width:150px;
  margin-left:-150px;
  position:relative;
  padding:5px;

}
#content{
  float:left;
  width:500px;
  margin-right:-500px;
  padding:5px;
}
#content2{
  float:left;
  width:600px;
  margin-right:-600px;
  padding:5px;
}

#rightcol{
  float:right;
  width:250px;
  margin-right:-250px;
  position:relative;
}
#bottom{
	float:inherit;
	width:500px;
	padding:5px;
}
</style>