@charset "utf-8";

/*
RESETS
for browser rendering consistency
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol li{
margin-bottom:10px;
}
ol{
margin-left:20px;
}

ul {
	list-style: none;
}

:focus {
	outline: 0;
}
.feedback{
color:#FF0000;
padding-left:10px;
}
/*
GENERAL STYLES
Styles that apply to all pages
*/

body {
	background: url(../images/bg_gradient.png) center top no-repeat #e6e6e6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	overflow-x: hidden;
}

.white{
color:#FFFFFF;
margin-bottom:15px;
}
.header{
padding:35px 30px;
}
.banner{
margin-bottom:10px;
}
.bold{
font-weight:bold;
}
/* Headers */

h1 {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #1a86d2;
	margin-bottom: 30px;
}

h2.sub {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: -30px;
	margin-bottom: 30px;
}

h2 {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 30px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.blue{
color: #1a86d2;
}
h4 {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Random stuff */

a {
	color: #1a86d2;
	text-decoration: none;
}
a:hover{
text-decoration:underline;
}

.container {
	width: 960px;
	margin: 0 auto;
}

a.continuereading {
	text-decoration: underline;
	font-size: 10px;
}

strong {
	color: #1a86d2;
	font-weight: bold;
}

img { border: 0; }

.clear {
	clear: both;
}


