/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { text-align: center; background: #003989 url(../images/background.gif) repeat-x; }
 h1 { width: 216px; height: 52px; text-indent: -10000em; background: url(../images/logo.png); margin: 0 auto; margin-top: 130px; }
 h2 { text-indent: -10000em; width: 203px; height: 14px; background: url(../images/sleep.png); margin: 0 auto; margin-top: 40px; }
 h3 { color: #b9deea; font-family: "Trebuchet MS"; font-weight: normal; font-size: 10pt; margin-top: 5px; }
 p  { color: #fff; font-family: "Trebuchet MS";  font-size: 9pt; margin-top: 15px; /* trebuchet ms bold 12pt */ }
 a  { color: #fff; }
 form { width: 220px; height: 21px; background: #00306f; margin: 0 auto; margin-top: 23px; padding: 5px; }
   #email  { background: url(../images/form_background.png); border: 0; width: 176px; height: 17px; color: #1c6180; font-size: 9pt; font-family "Trebuchet MS"; margin-right: 3px; padding: 2px; float: left; /* trebuchet ms 11pt */ }
   #submit { background: url(../images/form_button.png); border: 0; width: 37px; height: 21px; float: left; }