/*****
 * ISS, Inc.
 * Author:   Matthew Pava
 * Version:  Feb 17 2011
 *****/

body {
	font-size: 100%;
	color: #000000;
	background: white;
	margin: 0;
	padding: 15px;
	text-align: justify;
	width: 100%;
}

#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;
}

iframe,
.navigation-bar,
.page-control ul,
.print-hide {
    visibility: hidden;
    display: none;
}

.page-control .frames .frame,
.print-show {
    visibility: visible;
    display: block;
}

img.print-show {
    display: inline;
}

.page-region,
.page-region-content {
    width: 100%;
}

.page.with-sidebar .page-region {
    margin-left: 0;
    width: 100%;
}

.page-control .frames {
    border-style: none;
}