/* 
    Document   : print
    Created on : Dec 5, 2013, 2:44:25 AM
    Author     : tim
    Description:
        general print styling
*/


body {
	background: white;
        color: black;
        font-family: "Times New Roman";
}

h1 {
	text-decoration: underline;
	font: 2em  "Share Tech Mono", "Orator Std", "Helvetica", sans-serif;
	margin: 0 0 0 -40pt;
        padding: 0 0 0 40pt;
}
h2 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	letter-spacing: 4pt;
}

div#outer{
	width: 7.5in;
	margin: 0 auto;
}

div#banner{
    display: none;
}

div#nav{
	display: none;
}

div#content{
	padding: 40pt;
}


div#contact {
	float:right;
	font: 0.7em "Arial", "Helvetica", sans-serif;
}

div#contact a{
	color: black;
        text-decoration: none;
}

div#contact img {
    display: none;
}

div#content a {
	color: #666;
	text-decoration: none;
}

div#content a:hover {
	color: #888;
	text-decoration: none;
}

div#content a.navlink {
    display: none;
}