/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
	padding:0;
	margin:0;
}
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
ul, ol { margin-left: 3em; }
/* End GWR */


/* Custom Styles
-------------------------------------------------------- */
body {
	color: #333;
	background: #06293e url(../images/bodyBack.jpg) top right repeat-x;
	font: 75%/1.4em Helvetica,Arial,sans-serif;
}


/*font size was formerly 69% or 75%*/

#contentWrapper p {
	font-size:110%;
	line-height:1.6em;
	}
	
/*font size was formerly 120%*/

/* Tables - table, tr, th, td
-------------------------------------------------------- */
th, td {
	padding: 2px;
	font-size: 69%; /* for IE 5.x */
	voice-family: "\"}\""; 
  voice-family:inherit;
	font-size: 100%; /* for compliant browsers */
} 
th { vertical-align: bottom; }
td { vertical-align: top; }


/* Lists - ol, ul, li, dl, dt, dd
-------------------------------------------------------- */
li {
	line-height: 1.2em;
	margin-bottom: .2em;
}


/* Forms - form, fieldset, legend, input, textarea
-------------------------------------------------------- */
fieldset {
	padding: .7em .7em;
}
legend {
	padding: 0 .3em;
	font-weight: bold;
}


/* Links - a, a:hover
-------------------------------------------------------- */
a {
	color: #335c85;
}
a:hover {
	color: #5496cf;
	
}
a img { border: none; }

/* Headers - h1, h2, h3, h4, h5, h6
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%; 
	margin-bottom: .5em; 
}
h1 { font-size: 200%; margin: 0.5em 0 0.75em; color:#064163; font-weight:bold;}
h2 { font-size: 164%; margin: 2em 0 0.5em; color:#064163;}
h3 { font-size: 127%; margin: 2em 0 0.75em; }
h4 { font-size: 100%; margin: 0;  }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

/* Text
-------------------------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: oblique; }

input, select, textarea {
	font-family: "Helvetica", "Lucida Sans Unicode", Geneva, "Courier New", Courier, mono;
	font-size: 13px;
	padding: 1px 2px;
}

.left {
float: left;
}

.right {
float: right;
}

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after {
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

