/*
-----------------------------------------------------
Basic CSS file for =< v4 browsers [MDU]
FileName:basic.css
-----------------------------------------------------
*/
body{
	color: #000;
	font: normal normal normal 76%/normal arial,helvetica,sans-serif;
	margin: 5px 0;
}

acronym{
	border-bottom: 1px dotted #000;
}

.clear{
	clear:both;
}

.floatLeft {
	float: left;
}
.floatRight { float:right}

h1 {
	font: normal normal normal 180%/normal arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	color: #334070;
}

h2, h3, h4{
	color: #000f30;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0 3px;
}

h3 {
	font-size: 110%;
	margin: 0 0 3px;
}

h4 {
	font-size: 100%;
	margin: 10px 0 3px;
}

a, a:link {
	color: #3f5fb2;
	text-decoration: none;
}

a:visited {
	color: #5e2470;
	text-decoration: none;
}

a:hover, a:active {
	color: #cf001f;
	text-decoration: underline;
}

p {
	margin: 0 0 12px;
}

ul {
	list-style-image: url(../images/gifs/content-feature-bullet.gif);
	margin: 0 0 10px 26px;
	padding: 0;
	
}

ol {
	margin: 0 0 10px 30px;
	padding: 0;
}

.accessibility {
	position:absolute;
	left:-999px;
	width:990px;
	overflow:hidden;
}

.centre {
	text-align: center;
}

.small {
	font-size: 90%;
}

/* ------------------------------------------------- */

img { 
	border: 0; 
}

/* ------------------------------------------------- */

/* PIE's "How To Clear Floats Without Structural Markup"
http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden;
}

.clearfix {display : inline-table;}

/* Hides from IE-mac \*/
.clearfix {display : block;}
/* End hide from IE-mac */


/* PIE's hack to stop IE adding 3px to width when using italics
http://www.positioniseverything.net/explorer/italicbug-ie.html */
/* \*/

* html .clearfix {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

dl, dt, dd {
	margin:0; 
	padding:0; 
	border:0;
}

dt {
	font-weight:bold
}
