/* Cloudcroft Stylesheet              */
/* 11-21-2005                         */
/* Harold Asbridge/Blue Lantern, Inc. */

/* NOTE: All properties that begin with _ are IE box-model hacks */
/* This stylesheet is for printing. It should only print relevant content. */

/* GENERAL ********************************/
body {
	font-family: arial, sans-serif;
}

p {
	font: 12px arial,sans-serif;
	color: #000;
	line-height: 16px;
}
h1 {
	font: 24px arial, sans-serif;
	letter-spacing: -1px;
	color: #444;
	margin: 0;
}

/* MAIN DIV ************************/
#center {
	/* dummy div, for centering */
	width: 100%
}
#main {
	position: relative;
	width:100%;
}

/* HEADER TOP ROW ***************************/
#header-top {
	display: none;
}

/* HEADER MID ROW ***************************/
#header-mid  {
	display: none;
}

/* LEFT NAV *******************************/
#left {
	display: none;
}
/* CONTENT ****************************************/
#content {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}
#content a {
	font: bold 12px arial,sans-serif;
	color: #6666cc;
	text-decoration: none;
}
#content a:hover {
	color: #6699ff;
}

/* FOOTER *****************************************/
#footer {
	display: none;
}
