/*****
 * ISS, Inc.
 * Author:   Matthew Pava
 * Version:  Feb 17 2011
 *****/

body {
	font-family: Calibri, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background: white;
	margin: 0;
	padding: 15px;
	text-align: justify;
}

#header {
    text-align: left;
}

#different-color {
	background: #FFFFFF;
}

#header, #main, #content {
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	border-left: none;
}

#menu, #top, #side, #toggle, .page-functions {
    visibility: hidden;
    display: none;
}

#copyright {
    background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

a:link, a:visited, a:active, a:hover, a:focus {
    color: black;
    text-decoration: underline;
}

.right {
    text-align: left;
}

.print-hide {
    visibility: hidden;
    display: none;
}

.print-show {
    visibility: visible;
    display: block;
}

img.print-show {
    display: inline;
}
