/* includes/css/print.css */

/* TAG LAYOUT */
body {
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 16px;
	
	margin-top: 0px;
}

a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}

/* CONTAINERS & POSITIONING */
.site-container-i {
	width: auto;
}

.site-container-ii {
	width: auto;
}

.site-printHeader {
	text-align: left;
}

/*.site-header {
	display: none;
}*/

.site-body-i, .site-body-ii {
	width: auto;
	
	padding: 0px;
	margin: 0px;
	
	background-color: #FFFFFF;
}

/* MENU STYLES */
.site-menu {
	display: none;
}

/* DOCUMENT STYLES */
.site-doc {
	text-align: left;
	
	width: auto;
	
	margin: 0px;
	padding: 0px;
}

.backtotop {
	display: none;
}

.noprint {
	display: none;
}

.printheader {
	display: block;
	width: 100%;
}

/* print header */
.site-header span {
	display: block;
	float: left;
}

.site-header span img {
	margin-right: 8px;
}

#header_logo {
	width: auto;
	height: auto;
	float: none;
}

#header_text {
	width: auto;
	height: auto;
	float: none
}

.site-header span H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	color: #006699;
	
	padding: 0px;
	margin: 0px;
}

.site-header span H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #006699;
	
	padding: 0px;
	margin: 0px;
}

.site-header {
	height: auto;
}

#header_logo {
	width: auto;
	height: auto;
}

#header_text {
	width: auto;
	height: auto;
}

.site-doc {
	float: none;
	clear: none;
}

.footer {
	border-top: 2px dotted #666666;
	width: auto;
}