/*===========================================================================*

	written by:
	* julian at visuallizard dot com

	(c)2008 - visuallizard.com

*===========================================================================*/
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: "" "";
}

/* set the body tag */

body {
	background: #fff;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	text-align: center;
}

/* set all divs to hidden */
div#wrapper {
	width: 100%;
}
div#header { display: none; }
div#navigation { display: none; }
div#content {}
div#col2 { display: none; }



div#col1 {
	display: block;
	width: 100%
	padding: 0;
	margin: 0;
}
div#col1 ul#steps {
	display: none;
}
div#col1 h2 {
	font-size: 22px;
	border-bottom: 1px double #666;
	line-height: normal;
	padding: 0;
	margin: 20px 0 10px 0;
}
div#col1 h3 {
	font-size: 16px;
	border-bottom: 1px solid #999;
	line-height: normal;
	padding: 0;
	margin: 10px 0 5px 0;
}
div#col1 h4 {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	line-height: normal;
	padding: 0;
	margin: 5px 10px;
}
div#col1 table {
	width: 90%;
	margin: 10px 10px 20px 10px;
}
div#col1 table th {
	font-size: 12px;
}
div#col1 p,
div#col1 ul,
div#col1 ol {
	font-size: 10px;
	line-height: normal;
	color: #000;
	margin: 5px 5px 20px 15px;
}
div#col1 p#nextprev {
	display: none;
}

/* bring back the divs you need for the specific site */