/* GENERAL STYLES */
/*-----------------------------------------------------------------------------
Skills Incorporated Print Stylesheet

version:	1.0
date:		06/17/2008
author:		Ryan J. Salva
email:		ryan@capitolmedia,com
website:	http://www.skillsinc.com
-----------------------------------------------------------------------------*/


/* Default HTML Tags
-----------------------------------------------------------------------------*/

body {
	font-family: georgia, times, times new roman, serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000;
}

img {
	border: none;
}

h1 {
	color: #0053a0;
	font-size: 14pt;
	border-top: 1pt dashed #666;
	border-bottom: 1pt dashed #666;
	text-align: center;
	padding: 20pt 50pt;
}

h2, h3, h4, h5 {
	font-family: gill sans, helvetica, arial, lucida sans, lucida grande, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
}	

h2, h3 {
	color: #0053a0;
}

.DoNotPrint {
	display: none;
}


/* Page Layout
-----------------------------------------------------------------------------*/

div[style] { 
	height: auto !important;
}

div#Wrapper {
	display: inline !important;
}

div#Left, div#Right {
}



/* Navigation
-----------------------------------------------------------------------------*/

ul#System {
	display: none;
}

ul#Primary {
	display: none;
}

ul#Secondary {
	display: none;
}

ul#Tertiary {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	text-align: center;
}



/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	font-family: gill sans, helvetica, arial, lucida sans, lucida grande, verdana, sans-serif;
	margin-top: 1em;
	padding: 10pt 0;
	border-top: 1pt dashed #666;
	border-bottom: 1pt dashed #666;
	font-size: 8pt;
	width: auto;
	height: auto;
	text-align: center;
}

div#Footer p {
	margin: 0;
}

p#Copyright, p#Credits {
	display: none;
}

img#UnitedWay {
	display: none;
}

img#NADCAP {
	display: none;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}

div.LabelInput {
	display: none;
}

input, select, textarea {
	display: none;
}

