/*-----------------------------------------------------
Basic CSS file for <= v4 browsers  [DfT]

File		: basic.css

Notes		: 
-----------------------------------------------------*/

/* Remove all padding and margins */
* { margin:0;padding:0; }

/* Hide accessibility stuff */
.accessibility {position:absolute; left:-99em; width:90em; overflow:hidden; display:none;}

body {background:#FFF;color:#000;font:76% verdana,tahoma,geneva,arial,sans-serif;}

img { border:none; }

a 					{ color:#1A5C4E; text-decoration:none; }
a:hover 			{ color:#F35B00; text-decoration:underline; }
#mainBody a 		{ color:#1A5C4E; text-decoration:underline; }
#mainBody a:hover 	{ color:#F35B00; text-decoration:underline; }

.strong 	{ font-weight:bold; }
.floatLeft 	{ float:left; }
.floatRight { float:right; }

.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix 	{height: 1%;}
.clearfix 			{display: inline-block;}
/* End hide from IE-mac */

p 		{ margin:10px 0; }
address { font-style:normal; }