/* screen css file for accuramatic.co.uk */

body{
  font-family: verdana, sans-serif ;
	color: #333333;
	background-color: #FFFFFF;
  background-image: url(bottfd2.gif);
	background-position: left center;
	background-repeat: repeat-y;
}
h1 {
 line-height: 130%;
 background-color: #C0C0C0;
 color: yellow;
 font-family: sans-serif, ariel, sans;
 font-size: 180%;
 float: left;
 margin-right: 2%;
 margin-top: 1%;
 border-left-style: solid;
 border-left: #DFDFDF 10px;
 border-right-style: solid;
 border-right: #A0A0A0 10px;
}
h2 {
/* font-style: italic;*/
}
h3 {
font-family: sans-serif, ariel, sans;
margin-left: 15%;
}
a:link {
 color: #009999;
 background-color: inherit; 
 text-decoration: underline; 
 font-weight:bold;
 font-size: 105%;
 }
a:visited {
 color: #99cc99;
 background-color: inherit; 
 text-decoration: underline; 
 font-weight:bold;
 font-size: 105%;
 }
div.main {
width:100%;
clear: both;
}
div.links {
 width:80%;
 margin-left: 20%;
 padding: 10px;
}
div.footer{
 width: 80%;
 margin-left: 10%;
 padding: 10px;
 color: #000000;  
 background-color: #FFFF00;
 clear: both;
}
div.box{

  margin: 2em 2em 2em 2em; 
	 margin-left: 10%;
	padding: 1em; 
	border: solid; 
	border-width: thin;
	/*width: 90%;*/
	clear: both;
}
img.toptitle{
/* position:relative;
 left:10%;*/
 width:60%; 
 float: left;
 margin-left: 15%;
}
table.indent{
  margin-left: 15%;
}
img.inline_lt {
float:left;
margin-right: 5%;
border-width: 0;
}
img.inline_rt {
float:right;
margin-left: 5%;
border-width: 0;
}
ul {
 position: relative;
 left: 20%;
}

li {
 list-style-type: circle;
 /*list-style-image: url(button.gif);*/
}
p{
color: #000000;
background-color: #FFFFFF;
width: 70%;
margin-left: 15%;
margin-top:2%;
margin-bottom:2%;
}
tr {
text-align: left;
}
/*valid css: 4-2-2006*/