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 {
	font-color: grey;
	background: url(snp_images/FiberCable-146f.jpg) no-repeat;
	width: 900px;
	height: 170px;
	border: solid 2px red;
	}
*/
#tabs {
	position: absolute;
	left: 0;
	top: 170px;
	width: 900px;
	height: 30px;
/*	border-right: 1px solid #fff; */
	background: #193a74 url(images/tabbar_fill.gif) repeat-y;
	text-align: left;
	z-index: 1000;
	}
	
#left {
	position: absolute;
	left: 0;
	top: 144px;
	padding: 10px 0 0 0;
	float: left;
	width: 180px;
	height: 400px;
	background: url(images/menu_bg.jpg) no-repeat;
	background-color: transparent;

	z-index: 500;
	}

#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;
	}

h1 {
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	color: #193a74; /* ultramarine */
	}

#sidebar h2 {
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 0 0 0 10px;
	color: white;
	}
	
#sidebar 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 */
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #1e90ff;
	text-decoration: none;
	}
	
#left ul {
	width: 170px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
	
#left ul li {
	margin: 0 0 15px 0;
	padding-left: 1.5em;
	text-indent: -1em;
	font-size: 1em;
	/*font-family: Trebuchet MS, Tahoma, Arial, Verdana;*/
	font-weight: bold;
	}

p {
	font-size: .9em;
	}
	
#sidebar p {
	padding: 0 5px 0 10px;
	color: #fff;
	line-height: 120%;
	}
	
#left ul li a:link, #left ul li a:visited {
	color: white;
	text-decoration: none;
	}
	
#left ul li a:hover {	
	color: #193a74; /* ultramarine */
	text-decoration: none;
	}
	