body {
	color:#444;
	line-height:2.2em;
	background:#144779;
	font-size:9pt;
	font-family:open sans,arial,helvetica,sans-serif;
	}
.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}/*-- Enter your custom CSS below --*/
#head-content {
	margin: 0 auto 0px;
	padding: 0;
	max-width:100%;
	}

#sitetitle .description {
	padding: 0;
	margin:20; /*-- Orig=20 --*/
	font-size:12pt; /*-- Orig=10 --*/
	display:block;
	}

h1,h2,h3,h4,h5,h6,h7,#sitetitle .title  {
	color:#555;
        color:#106BBD;
	}
ul li {
    margin-bottom: 0px;
}
/*-- Widen menu list lines. Stops word wrap --*/
#catnav ul ul a  {
	width:240px; /*-- Orig=180 --*/
	line-height:20px;
	border: 1px solid #e5e5e5;
font-weight:normal;
	border-top:0;
/*-- This line removed to allow correct colour to show
	background:#f5f5f5;
--*/
	}
/*-- Increase line space between unordered list items --*/
.post ul li {
	list-style-type:none;
	padding: 0 0 7px;
	margin: 0 0 2px;
	padding-left:18px;
	/*-- background:url(images/bullet.png) 0 1px no-repeat; --*/
	}
/*-- Increase line space between ordered list items --*/
.post ol li {
	list-style-type:decimal;
        padding: 0 0 7px 8px;
	margin: 0 0 2px;
	}
.superscript {
	position: relative;
	bottom: 0.5em;
	/*--color: red;--*/
	font-size: 0.8em;
}
.subscript {
	position: relative;
	top: 0.3em;
	/*--color: blue;--*/
	font-size: 0.8em;
}
