html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

html, body, #content {
	width:100%;
	height:100%;
}

body {
	line-height: 1.5; 
	font:normal normal normal 75%/1.2em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:left; 
	background: #ebf3ff; 
	color:#32444d;
}

#content {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

th, td { 
	text-align: left; 
	font-weight: normal; 
}

a {
	color:#0066cc;
}

#header { 
	width: 100%; 
	font: 18px/24px Georgia, serif; 
	text-align: center;
}

#header p { 
	width: 600px;
	margin: 0 auto 24px auto;
}

#header p.big {
	width:760px;
}

#errors {
	width:100%;
	text-align:center;
}

#errors .errorText {
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}

#newsletter.big {
	width:500px;
}
h1 { 
	font: 30px/36px Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 24px; 
	letter-spacing: 1px; 
}

#strip { 
	width: 100%; 
	text-align:center;
	margin: 0 0 24px 0; 
	background:#4c91d7;
	border-top: 2px solid #0066cc;
	border-bottom: 2px solid #0066cc;
}

#newsletter { 
	width: 350px; 
	text-align:center;
	margin: 0 auto; 
	padding: 8px 0; 
	font-family: Verdana, sans-serif; 
	color: #000; 
	font-size: 12px; 
	overflow: hidden; 
	#color: #fff;
}

#strip td, #strip p, #strip div { 
	color: #fff;
}

#strip td {
	padding-right: 5px;
	padding-bottom: 5px;
}

#strip p, #strip h3 {
	padding-bottom:5px;
}

#strip h3 {
	font-weight:bold;
}

#strip div {
	padding-bottom: 3px;
}

div.separator {
	margin-bottom:8px;
}

#features {
	width:600px;
	text-align:left;
	margin: 0 auto; 
	
}
.feature h3 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	color: #4a565f;
}
	
div.feature {
	float: left;
	width: 170px;
	padding: 0px 15px 0 15px;
	font-family: Arial;
	font-size: 10pt;	
	color: #333;
	line-height: 1.5em;
}
