/*
Theme Name: Print Text
Theme URI: http://www.access-bydesign.com
Description: Accessible print text css 
Author: http://www.access-bydesign.com

*/ 

html{
	padding:0px;
	margin:0px;
}

body{
	margin:1%;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
 
#page{ 
 max-width:98%;    
}
a:link{
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #009999;
	font-weight: bolder;
	text-decoration: underline;
}
a:active{
	color: #009999;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#header{
	width:100%;
	text-align:left;
} 
h1{
	color: #069;
	font-size: x-large;
	font-weight: bold;
	float:left;
}
#headerlogo .description{
	float:left;
	margin-top:2em;
	color: #F7F7F7;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.topaccess {
	display:none;
}
#twocols{
	width:98%;
}
 
#sidebar{
	display:none;
}
 
#content{
	background-color: #FFFFFF;
	float: left;
	width:100%;
	text-align: justify; 
 }
 
#footer{
 display:none;
 }
#fbar{
 display:none;
 }
 /*classes and prettystuff*/
 
 
.nodisplay{
	display:none;}

.subhead{
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.second-heading {
	color: #0084b6;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #009999;;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

ul li {
	list-style-position: outside;
	list-style-type: disc;
}

