﻿/* 
Title:      Daust Network Services website print.css
Author:     Daust Network Services
Updated:    February 1, 2008
*/

body {
    margin: .6in;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: white;
    color: black;  
    }
#footer, #shortcuts, #breadcrumb, #tagline, hr, ul#navlist, #left h1, #left img, ul.navlist {
    display: none;
    }
	
#logo{
clear:left;
}	

#content, #header {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

#middle h1 {
    color: #ccc;
    font-weight: bold;
	font-size:1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
	border-bottom: 0.1em solid #ccc;
    }	
	
strong {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
    
a:link, a:visited {
    color: #232323;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    }    

h2, h3, h4, h5 {
    color: gray;
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    }
	
h1 {
    color: #ccc;
    font-weight: bold;
	font-size:1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
	border-bottom: 0.1em solid #ccc;
    }	
	
strong {
    color: black;
    font-weight: bold;
	font-size:1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    }		
	
img{
text-decoration:none;
border: none;
}