/* 
** sameadows - css print stylesheet
June 19, 2006 
*/

html * { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

body { 
    background: none; 
    font-size: 100%; 
    color: #000000;
	 background-color: white;	 
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


/* hide these page elements: */
#left, #path {
    display:none;
} 


#header {     
    border-bottom: 0.05em solid #666;
}

#header a:link, #header a:visited {
    color: #666666;
	 background-color: white;	
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: -0.1em;
    line-height: 1.2em;
}


#page {
    width: 100%; 
    margin: 0em; 
    background-color: transparent; 
}

#content {
    width: 100%; 
    font-size: 0.95em;
}


#content h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0em 0em 0em 0em;
	padding: 1.5em 0em 0em 0.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: black;
	background-color: white;	
	line-height: 125%;
}


#content h1 {
	clear: both; 	
	font-size: 120%;
}
#content h2 {
	clear: both; 	
	font-size: 110%;
}
#content h3 {
	clear: both;	
	font-size: 100%;
}
#content h4 {
	clear: both;	
	font-size: 90%;
}
#content h5 {
	clear: both;	
	font-size: 80%;
}
#content h6 {
	clear: both;	
	font-size: 70%;
}
#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
	 	font-size: 90%;
}
#content ol {
	margin: 1em 3em 1em 3em;
	padding: 0.3em 0.5em 0.0em 0.5em;
	font-size: 85%;
	clear: both;
}

#content li {
	padding: 0.3em 0.3em 1.5em 0.3em;
	font-size: 100%;
	clear: both;
}

#content a:link, #content a:visited {
    color: #000080;
}

/* special features (mozilla only) */

/* Prints the link url after the link text (mozilla/ff only) */
#content p a[href]:after {  
    content: " < " attr(href) ">";
    font-size: 0.7em;
}

/* Prints the title after the acronyms (mozilla/ff only) */
acronym:after { 
    content: " (" attr(title) ")";
    font-style: normal;
}
    
div.img_left {
display: none;
}

div.img_right {
display: none;
}

div.img_left img, div.img_right img {
display: none;
}

br.clear {
    clear:both;
    display: none;
}


#footer {     
display: none;
}

/* right column: */

#right {
display: none;
}

div#nav {
display: none;
}
    
#nav ul {
display: none;
}

#nav ul li {
display: none;
}

#nav a:link, #nav a:visited {
display: none;
}
 
#nav a:hover, #nav a:active {
display: none;
}

div.right_box {
display: none;

}

div.right_box h3, div#nav h3 {
display: none;
}

div.right_box p {
display: none;
}

div.right_box a:link {
display: none;
}
    
div.right_box a:visited {
display: none;
}
 
div.right_box a:hover, div.right_box a:active {
display: none;
}

div.inner_box {
display: none;
}




div.img_left, div.img_right {
display: none;
}

div.img_left {
display: none;
}

div.img_right {
display: none;
}

div.img_left img, div.img_right img {
display: none;
}

#explain {
display: none;
}

.imgClr{
display: none;
}

.noprint{
display: none;
}

/* SPECIAL CLASSES TO ADJUST ALIGNMENT */
/* Format for sitemap page */
h3.topic {
	border: 5px solid black;
	padding: 10px 8px 10px 8px;
	color: black;
	background-color: white;
}

.section {
	background-color: white;
	color: black;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 2px solid black;
}
