/* basic styles below */
@import url(positioning.css);
@import url(styling.css);
@import url(sections/about.css);

@import url(print.css) print;

body {
	font: normal 75% arial, sans-serif;
	margin:0;
	padding: 0;
}
p {
	margin-top: 0;
	line-height: 1.6em
}

/* reset defaults, so margins are 0 and font sizes are uniform
use other styling.css to customise these tags */
h4, h5, h6 {
	font: normal 1em arial, sans-serif;
	margin: 0;
}
ul, li {
	margin: 0;
	padding: 0;
    list-style: none;
}
ul.standard, ul.standard_num {
	margin: 1em 0;
}
.standard_num li {
	margin-left: 1.2em;
	list-style:decimal;
	line-height: 1.8em; 
}
.standard li {
	margin-left: 1.2em;
	list-style: square;
	line-height: 1.8em;
}
.standard>ul>ul,  .standard>ul, .standard_num>ul>ul,  .standard_num>ul{
	margin-left: 1.2em;
}
a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #0072c5; border-bottom: 1px solid #06c;}
#homelogo{
	border:none;
}
html body a:hover {
	color: #0072c5; 
	border-bottom: 1px solid #0072c5;
  }
address {
	font-style:normal;
}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}

form {
	margin: 0;
}

ol.decimal { 
}

.decimal li{ 
	margin-left:1.2em; 
	list-style:decimal; 
	line-height:1.8em;
	}
	
.b_content{
margin-bottom:25em;
}
