@charset "utf-8";
/* CSS Document */
/* Basic CSS */

 /*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
 width:auto;
}
 

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

 
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

@font-face { font-family: calbri; src: url('calibri.ttf'); } 
@font-face { font-family: calbri; font-weight: bold; src: url('calibrib.ttf'); }
@font-face { font-family: calbri; font-style:italic  ; src: url('calibrii.ttf'); }
 


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, fieldset, form, textarea, legend, p, blockquote, th, td, img {
    margin: 0;
    padding: 0; 
	border:0; }

.screen-reader-text {display:none;}

	
textarea#comment{width: 525px; height: 120px; background-color: #c1d2de; border-radius: 7px;}
  
 .floatleft{ float:left}
 .floatright{ float:right}
 .clr{ clear:both}

 
 /* Basic CSS Ends */

a { 
color:#4B6899;
}

a:link {text-decoration:none;
}

a:visited {text-decoration:none;
}

a:hover {text-decoration:underline; color:#324566;
}

a:active {text-decoration:underline;
}

.pad3{padding:3px}
.pad5{padding:5px}
.pad10{padding:10px}
.pad15{padding:15px} 
.pad20{padding:20px}
.pad25{padding:25px}
