/* 

PRINT STYLE SHEET FOR AUTONOPEDIA
Created by Mikal
www.autonopedia.org


@import url("autonomous.css"); */

 * {
 background-color: white !important;
 background-image: none !important;
 border: 0px solid #cccccc;
}
body {
	color: #000000;
	padding: 0px;
	font-size: 70%;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
body#main {
	color: #000000;
	padding: 0px;
}
#container  { 
   width: 100%;/* ADJUST to suit (can be left out, or a percentage) */
   text-align:left;/* important = IE5 fix */
	position: relative;
	overflow: visible;
	margin: 0px;
	background-image: none;
	background: #fff url(images/white.gif);
   border: 0px;
}
#header, #wrapper, #footer   {
	border: 1px solid #CCCCCC;
}
#header {
	height: 0px;
	overflow: hidden;
	display: none;
   border: 0px;
}
div#wrapper {
	height: 100%;
	overflow: visible;
	background-image: none;
	background: #fff url(images/white.gif);
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
   border-left: none;
	border-right: none;
}
#wrapper {
   border: 0px;
}
div .addthis_toolbox {
	display: none;
	height: 0px;
}
div#contentwrap {
	float:none;
	width:100%;
   border: 0px;
	background-image: none;
	background: #fff url(images/white.gif);
}
div#sidebar-right {
	float: none;
	width: 0px;
	padding-top: 0px;
	display: none;
}
div#content {
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 95%;
	text-align: left;
	overflow: visible;
	background-image: none;
   border: 0px;
}
.google {
	width: 0px;
	height: 0px;
	display: none;
}
* a {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
* a:visited {
	color: #000000;
	text-decoration: none;
}	
a:link.int {
	display: none;
	visibility: hidden;
}
* h1 {
	color: #000000;
}
#index a:link {
	color: #000000;
	text-decoration: none;
}
.breadcrumb {
	color: #A9A9A9;
}
.breadcrumb a:link {
	color: #A9A9A9;
}
td {
	border: 1px solid #CCCCCC;
}
div.retrieve {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-top: 1px solid #A9A9A9;  
	margin: 0px 30px;
}
#footer {
	color: #FFFFFF;
	background: #FFF;
	border-top: 0px;
   padding: 0px;
	display: none;
	height: 0px;
}
