﻿/* CSS print layout -- ses19print.css */
/* print style sheet Sci Ed Software */
/* works with ses16.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
#top_nav {
	width: 0;
	height: 0;
	overflow: hidden;
}
#menu_top {
	width: 0;
	height: 0;
	overflow: hidden;
}

#page_content {
	padding: 0;
	width: 100%;
}
#left_content {
	width: 45%;
	float: left;
}
#right_content {
	width: 50%;
	float: right;
}
#bottom_content {
	width: 100%;
	clear: both;
}
#quick_menu {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#footer {
	font-size: 8pt;
	border: none;
	clear: both;
}
#masthead h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
}
.tagline {
	font-size: 12pt;
	font-weight: normal;
}
.verline {
	font-size: 10pt;
	font-weight: normal;
}
.subtext {
	font-size: 8pt;
	font-weight: normal;
}
#page_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #006699;
}
#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
}
#page_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
#left_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #006699;
}
#left_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
}
#left_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
#right_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #006699;
}
#right_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
}
#right_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
#bottom_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
}
#bottom_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
