<!--

/* Eric Meyer's CSS Reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Meyer's CSS Reset */

body
	{
	background-color: #af8e65;
	background-image: url('images/bkgd.png');
	background-repeat: repeat-x;
	margin-top: 30px;
	}

#outer
	{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

h1
	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #ffe391;
	}

h2
	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #134dba;
	}

h3
	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 0px;
	color: #fff0c4;
	}

h4
	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 9px;
	margin-bottom: 18px;
	color: #ffffff;
	}

p
	{
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #ffffff;
	}

a:link, a:visited
	{
	color: #ffe391;
	}

a:hover, a:visited:hover
	{
	text-decoration: none;
	}

#subnav
	{
	font-family: Arial;
	font-size: 11px;
	color: #ffe391;
	margin-bottom: 30px;
	}

.leadin
	{
	color: #ffe391;
	}

.aside
	{
	font-size: 11px;
	}

.aside a:link, .aside a:visited
	{
	color: #ffffff;
	}

p.next
	{
	margin-top: 18px;
	}

#optincol
	{
	padding: 0px 0px 0px 0px;
	}

#optincol h2
	{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff0c4;
	font-weight: normal;
	}

#optincol p
	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffe391;
	margin-bottom: 7px;
	}

#optincol p.disclaimer
	{
	font-size: 10px;
	line-height: 12px;
	color: #fff0c4;
	}

input
	{
	padding: 0;
	margin: 0px 0px 10px 0px;
	}

#footer p
	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #d7bf95;
	}

label.tick
	{
	font-family: Verdana;
	font-size: 10px;
	line-height: 11px;
	color: #ffe391;
	}

-->