/*
-----------------------------------------------
signworks print style
version:  2003.08.12
----------------------------------------------- */
html, body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	}
h1	{
	font-size: 200%;
	}
h2	{
	font-size: 170%;
	}
h3	{
	font-size: 140%;
	}
h4	{
	font-size: 120%;
	}
img {
	border: 0;
	}

/* Content Sections
----------------------------------------------- */
div#container {
	background-color: #FFF;
	height: 100%;
	}
div#body {
	clear: both;
	}
img#sw_logo {
	float: left;
	}
img#im_logo {
	float: right;
	}
div#header {
	margin-bottom: 40px;
	}
div#slogan {
	font-style: italic;
	font-size: 15pt;
	font-weight: bold;
	color: #00477C;
	text-align: center;
	padding: 2pt;	
	}
div#collage {
	text-align: center;
	padding: 15pt;
	}

/* Navigation
----------------------------------------------- */
div#nav {
	display: none;
	}

/* columns
----------------------------------------------- */
.col {
	width: 45%;
	float: left;
	}
.col3 {
	width: 30%;
	float: left;
	}
.colRight {
	float: right;
	}
.insert {
	background-color: #EEE;
	border: 1px solid #999;
	}
.insert h3 {
	margin-top: 0;
	padding: .3em;
	font-size: 100%;
	text-align: center;
	border-bottom:1px solid #999;
	background-color: #DDD;
	}

/* Misc
----------------------------------------------- */
.hideFromPrint {
	display: none;
	}
.clear {
	clear: both;
	}