/* Site designed by i-Lab Limited (www.ilab.co.uk) */

#wrapper {
	width: 750px;
	background-color: white;
	color: inherit;
/*opacity: 0.9;*/
	margin: 1em auto;
	border: 1px solid black;
}

#topnav {
  background-color: #A0A070;
	color: inherit;
	font-size:  80%;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid black;
	text-align: center;
}

#topnav a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

#topnav a:hover {
  background-color: #660033;
	color: yellow;
	text-decoration: none;
}

#sidenav {
  background-image: url(../images/gyroscope.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 140px;
	padding-top: 175px;
}

#sidenav a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidenav a:hover {
  background-color: #FFCC66;
	color: inherit;
	text-decoration: none;
}

#sidenav ul {
	padding: 0;
	margin: 0;
}

#sidenav ul li {
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 136px;
	background-color: #FFFFFF;
	height: 1%;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	list-style: none;
}

#columnPic {
  float: right;
	width: 100px;
}

#content {
  background-color: inherit;
	color: #000066;
	padding-top: 0px;
	margin-left: 155px;
	margin-right: 1em;
	min-height: 500px;
}

#content h1 {
  font-family: Geneva, sans-serif;
  background-color: #990000;
	color: white;
	padding: 1ex 1ex 1ex 1ex;
	font-size: 1.5em;
}

#content h2 {
  color: black;
  background-color: inherit;
	margin-left: 1.5em;
	margin-right: 140px;
	margin-bottom: 0;
	font-size: 1em;
	border-bottom: 1px solid #000066;
}

#content h3 {
	margin-left: 1.5em;
	font-size: 1em;
}

#content p, li {
	font-size: 75%;
	margin-top: 0;
	padding-left: 2em;
	padding-right: 2em;
	margin-right: 100px;
}

#content li {
  list-style-type: square;
}

#content a {
  color: #4696A0;
  background-color: inherit;
}

#content a:hover {
  border-bottom: 2px dotted #990000;
}

#source {
  font-size: 0.8em;
  color: black;
	background-color: #DDDDDD;
	border: 1px dashed #000099;
	margin: 0em 120px 1em 3em;
	padding-left: 1ex;
}

#source h6 {
  font-size: 0.7em;
	font-style: italic;
  text-align: right;
	margin: 0.5ex 0.5ex 0 0;
}

#footer {
  border-top: 1px solid #999999;
	background-color:#FFFFDD;
	color: inherit;
	padding: 1ex 1ex 1ex 1ex;
  font-size: 60%;
	text-align: right;
}

#footer a:hover {
  font-weight: bold;
	color: red;
  background-color: inherit;
}

#compliance {
  text-align: center;
}