/* sn_styles.css *//*===== SCREEN STYLES ============================================*/@media screen {body {	font: small Verdana, Trebuchet MS, Arial, Tahoma, sans-serif;	background: url(images/bodyfill2.gif) repeat-y;	margin: 0;	}html, body {	height: 100%;	}#container {	width: 900px;	position: relative;	line-height: 1.4em;	border-right: 1px solid #fff;	}	#header {	background: url("images/autograff_header1.jpg") no-repeat;	width: 900px;	height: 170px;	}	#left {	position: absolute;	left: 0;	top: 194px;	padding: 10px 0 0 0;	float: left;	width: 180px;	height: 400px;	background: url(images/menu_bg.jpg) no-repeat;	}#content {	position: absolute;	left: 180px;	top: 194px;	float: left;	width: 520px;	}	.contentliner {	padding: 20px;	}
#sidebar {	position: absolute;	left: 700px;	top: 194px;	padding: 0;	width: 200px;	height: 400px;	border-right: 1px solid #fff;	background: url(images/sidebar_fill.jpg) no-repeat;	}div#tabs {	position: absolute;	left: 0;	top: 170px;	width: 100%;	height: 24px;	background: #193a74 url("images/tabfill.gif") repeat-x;	text-align: left;	line-height: 1.4em;	z-index: 100;	}#sidebar {	position: absolute;	left: 700px;	top: 194px;	padding: 0;	width: 200px;	height: 400px;	border-right: 1px solid #fff;	background: url(snp_images/sidebar_fill.jpg) no-repeat;	}h1 {	font-family: Georgia, Garamond, Baskerville, serif;	font-size: 1.4em;	margin: 0 0 5px 0;	color: #193a74; /* ultramarine */	z-index: 1;	}h2 {	font-family: Georgia, Garamond, Baskerville, serif;	font-size: 1.2em;	margin: 5px 0 5px 0;	color: #555;	z-index: 1;	}h3 {	font-family: Georgia, Garamond, Baskerville, serif;	font-size: 1em;	margin: 5px 0 5px 0;	color: #193a74; /*ultramarine*/	}/* LEFT MENU styles */#left ul {	list-style: none;	width: 200px;	padding: 0;	margin: 0;	}	#left ul li {	margin: 10px 0 5px 15px;	width: 180px;	font-size: .9em;	}	#left a:link, #left a:visited {	color: #193a74;	text-decoration: none;	}li.sn_menuitemselected a:link, li.sn_menuitemselected a:visited {	color: #193a74;	font-weight: bold;	line-height: 100%;	text-decoration: underline;	}	li.sn_menuitemselected a:hover {	color: #000;	font-weight: bold;	text-decoration: none;	}p { 	margin: 0;	padding: 0;	}div.text1, div.pagecontent_bulletlist {	font-size: .9em;	line-height: 130%;}div.pagecontent_bulletlist ul li {	margin-bottom: 5px;	list-style-image: url(snp_images/bullet.gif)}div.text2 {	position: absolute;	left: 520px;	top: 0px;	padding: 0;	width: 200px;	height: 420px;	}div.text2 p {	font-family: Verdana, Arial, sans-serif;	padding: 0 5px 0 10px;	color: #fff;	line-height: 120%;}div.text2 h2 {	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;	font-size: 1em;	padding: 0 0 0 10px;	color: white;	}	div.text2 h3 {	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;	font-size: 1em;	font-weight: normal;	line-height: 110%;	padding: 0 0 0 10px;	color: #87cefa; /* light sky blue */	}	div.text2 a:link, #sidebar a:visited {	color: #fff;	text-decoration: underline;	}	div.text2 a:hover {	color: #1e90ff;	text-decoration: none;	}a.sn_pagecontent_link {	font-size: 1em;	color: #193a74	}div.sn_imageleft {	float: left;	margin-right: 10px;	}	div.sn_imageright {	float: right;	margin-left: 5px;	}	div.sn_imagecenter {	text-align: center;	width: auto;	margin-left: auto;	margin-right: auto;	clear: both;	}div.sn_caption {	font-size: .9em;	width: auto;	line-height: 120%;	padding: 5px 0 5px 0;	}	.pagetext a:link, .pagecontent_text a:link,.sn_pagecontent_link a:link, .sn_pagecontent_link a:visited {	color: #193a74; /*ultramarine*/	text-decoration: underline;	font-size: 1em;	}#footer {	border-top: 1px solid #cfcfcf;	width: 97%;	margin: 20px 0 20px 0;	font-size: .75em;	color: #444;	}	#footer a:link, #footer a:visited {	color: #555;	text-decoration: underline;	}	#footer a:hover {	color: #444;	text-decoration: none;	}	}/*===== PRINT STYLES ============================================*/@media print {	@page {		size: 8.5in 11in;		margin: 0.25in;		}	body {		font-family: Georgia, Times;			white-space: normal;		font-size: 12pt;		width: 7.5in;	}	p {		width: 7.5in;		white-space: normal;			}	div#tabs { 	display: none;	}div#tabs ul li {	display: none;	}div#left ul, div#left ul li {	display: none;	}}/*===== END PRINT STYLES ============================================*/
