/*
  IE PNG Alpha Fix
  (c) 2004-2008 Angus Turnbull http://www.twinhelix.com/
  This is licensed under the GNU LGPL, version 2.1 or later.
*/

.pngfix { behavior: url(/css/resources/iepngfix.php) }

/*
  Contained Float Clear Fix
  Thanks to Tony Aslett http://www.csscreator.com/
*/

.clearfix { height: 0; clear: both; overflow: hidden; }

/*
  CMS
  (c) 2008 IE Design Consultancy Ltd. http://www.iedesign.co.uk/
*/

.editable { border: 1px solid #FF0000; }
img.l{float:left; margin:0 5px 5px 0;}
img.r{float:right; margin:0 0 5px 5px;}

.box-middle p { color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:93%; padding-left: 10px; padding-right: 10px; padding-top: 5px; }
.box-middle p a { text-decoration: none; color:#666666; }
.page .introduction { padding-bottom: 0px; }
.page .body { padding-top: 0px; }