/* Reset for blank canvas
-------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

body {
	background:#f2f2f2;
}

/* Tables still need 'cellspacing="0"' in the markup. 
-------------------------------------------------------------- */
table{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td{
	text-align:left;
	font-weight:400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. 
-------------------------------------------------------------- */
blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}

blockquote, q{
	quotes:"" "";
}

/* set image defaults
-------------------------------------------------------------- */
a img{
	border:none;
}

img{
	border:none;
	margin:0;
	padding:0;
	line-height:0;
}

/*Floats and Clearing
-------------------------------------------------------------- */
.fR{
	float:right;
}

.fL{
	float:left;
}

.clearfix:after{
    content: ".";
    display: block;
    height:0;
    clear:both;
    visibility: hidden;
}

#floatClear{
	float:left;
}

.clBoth{
	clear:Both;
}

/* Typography defaults
Based on browser default of 16px (0.70 * 16px = 11px).
-------------------------------------------------------------- */
body{
	font-size:71.5%;
	line-height:1.5;
}

/* Default fonts and colors. 
-------------------------------------------------------------- */
body{
  font-family:arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family:arial,helvetica,sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

h1{
	font-size:1.6em;
	margin-bottom:0.2em;
}

h2{
	font-size:1.4em;
	margin-bottom:0.2em;
}

h3{
	font-size:1.4em;
	margin-bottom:0.2em;
}

h4{
	font-size:1.4em;
	margin-bottom:0.2em;
}

h5{
	font-size:1.4em;
	margin-bottom:0.2em;
}

h6{
	font-size:1em;
	font-weight:bold;
}


/* Text elements
-------------------------------------------------------------- */
p{
	margin:0 0 1em 0;
}

ul, ol{
	margin:0 1.5em 1.5em 1.5em;
}

ul{
	list-style-type:disc;
}

ol{
	margin-left:2em;
	list-style-type:decimal;
}

dl{
	margin:0 0 1.5em 0;
}

dl dt{
	font-weight:bold;
}

dd{
	margin-left:1.5em;
}

abbr, acronym{
	border-bottom:1px dotted #666;
}

address{
	margin-top: 1.5em;
	font-style: italic;
}

del{
	color:#666;
}

a, a:link{
	color:#3a3a3a;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:focus{
	outline:none;
}

blockquote{
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong{
	font-weight:bold;
}

em,dfn{
	font-style:italic;
	/*background:#fae2eb;*/
}

dfn{
	font-weight:bold;
}

pre, code{
	margin:1.5em 0;
	white-space:pre;}

pre , code ,tt{
	font:1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height:1.5;
} 

tt{
	display:block;
	margin:1.5em 0;
	line-height: 1.5;
}
/* forms
-------------------------------------------------------------- */
fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* commented out as this may no longer be required... field legends are important
legend{
	display:none;
}
*/
/* Some default classes
-------------------------------------------------------------- */
.small{
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}

.large{
	font-size:1.2em;
	margin-bottom:1.25em;
}

.bold{
	font-weight:bold;
}

.normalText	{
	font-weight:normal;
	font-size:100%;
}

.boldTitle{
	font-weight:bold;
	color: #3b3b3b;
	padding:1em 0 .5em 1em;
	display:block;
	margin:0;
}

.red{
	color:#c80000;
}

.blue{
	color:#126db9;
}

.white{
	color:#fff;
}

.hide{
	display:none;
}

.highlight{
	background:#ff0;
}

.top{
	margin-top:0;
	padding-top:0;
}

.bottom{
	margin-bottom:0;
	padding-bottom:0;
}

.txtCenter{
	text-align:center;
	width:auto;
	display:block;
}

.txtRight{
	text-align:right;
}

.last{
	margin:0;
}

/* remove from the screen a couple of accessibility links
--------------------------------------------------------------*/
#skipToContent, #skipToAccessibility, #backToTop{
	position:absolute;
	left:-9999px;
}