/* Print Stylesheet */
/* Don't know what this is? see http://www.alistapart.com/stories/goingtoprint/ */

															/** BODY ELEMENTS **/
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, 
*, .x {
	font-family: sans-serif;
	font-size: 10pt;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: auto;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	}
	div#header {
		
		}
		div#header-in {
			padding: 0 0 5em 0;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
ul#nav-header {
	display: none;
	}
ul.nav-inline {
	display: none;
	}
ul.pages {
	display: none;
	}
	ul.nav-inline li {
		padding: 0 6px 0 9px;
		border-left: 1px solid #ccc;
		}
		ul.nav-inline li.noborder { 
			padding: 0 6px 0 0;
			border: 0;
			}
ul#nav-footer {
	display: none;
	}






															/** TYPOGRAPHY **/
a {
	color: #333;
	background-color: inherit;
	text-decoration: none;
	}
	a:visited 	{ color: #333; background: inherit; }
	a:hover 	{ color: #333; background: inherit; }
	a:active 	{ color: #333; background: inherit; }






															/** FORMS **/
* { }






															/** END **/
