/* CSS Document */


/* General Rules
----------------------------------------------- */

body {
	background: #fff
	color: #000;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: small;
	line-height: 150%;
	margin: 20px;
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

img { border: none; }


/* Page Structure
----------------------------------------------- */

#container {
	margin: 0;
	text-align: left;
	}

#container.home {}

#headerPrint {
	height: 118px;
	margin: 20px 0 20px 0;
}
.printHeader { float: left; }
.printLocation { float: right; margin-top: 40px; }

#header { display: none; }

#colWrap { clear: both; }

#colOne {}

#colTwo {}

#colThree {}

#content {}

#sidebar {}

#searchArea { display: none; }

#navColumn { display: none; }

#subColumn { display: none; }

#rssGoodness { display: none; }

#crumbs {
	background: none;
}
#footer {
	color: black;
	font-size:70%;
	padding: 40px 0 0 0;
	text-align: right;
	}


/* Lists & Blockquotes
----------------------------------------------- */

#content #nav { display: none; }



