/* -----------------------------------------------------------------------
Print Style Sheet 

version:	1.0
author:		Kristin Ray
email:		kray@silver.sl.edu
website:	http:www.sl.edu
--------------------------------------------------------------------------*/


/* ---- Background Styling ------------------*/
body {
	background-color: #fff;
	background-image: url('none');
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.5em
	}
#page {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#header {
	background-image: none;
	background: #fff;
	border-bottom: 1px solid #aaa;
	width: 100%;
	padding-bottom: 10px;
	}

#header img {

	}
	
/* ---- Turn off unnecessary items ---------- */

#header form {
	display: none;
	}
#mainNav, #audience, #callToAction, #secondaryNav {
	display: none;
	}
	
#footer select {
	display: none;
	}
	
.skiplink {
	display: none;
	}

	
/* ----- Style Links --------------------------------------------------*/

a {
	color: #666666;
	text-decoration: underline;
	}

	
/* ---- General Styling --------------------------------------------------*/
#content img {
	float: right;
	clear: both;
	padding: 20px;
	}

#footer {
	font-size: 10pt;
	padding-top: 10px;
	border-top: 1px solid #aaa;
	line-height: normal;
	clear: both;
	}

ol.toc li {
	list-style: none;
	}

ol.toc li span {
	margin-left: 30px;
	}

#content form {
	display: none;
	}
	
.cal {
	display: none;
	}

table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 20px;
	width: 90%;
	}
	
th, td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	
caption {
	font-weight: bold;
	text-align: left;
	}
	
h1{
 	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	font-size: 140%;
	margin: 10px 10px;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	font-size: 120%;
	margin: 10px 10px;
}

h3 {
 	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	font-size: 100%;
	margin: 10px 10px;
	}
h4 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	font-size: 100%;
	margin: 10px 10px;
	}
	
h6 {
	font-size: 12pt;
	}