/*FiftySense Print stylesheet*/
body	{
	margin:		0;
	padding:	0;
	font: 18px/20px "trebuchet MS", lucida, arial, helvetica, sans-serif;
	color:	#000;
	background : #fff;
	}

.screen {
	display: none;
	}


	
a {	
	text-decoration: none;
	}

#main {
	position: relative;
	width: 950px;
	background: #fff;
	border: none;
	margin: 0 auto;
	padding: 0;
	}

#mainstuff {	
	float: left;
	width: 730px;
/*	border: 1px solid red;*/
	display: inline;
	margin: 0;
	padding: 0;
	}


#rightside {
	float: right;
	width: 205px;
	position: relative;
	background: #ccc;
	border: 1px solid #666;
	}
	
	
	
#content {
	position: relative;
	width: 530px;
	margin: 0 2px 0 0;
/*	border: 1px solid green;*/
	padding-left: 20px;
	}
	
#nav {
	display: none;
	}
	



#subhead {
	clear: both;
	position: relative;
	padding: 15px 0 0 0;
	}



/*SubNav*/
#subnav {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 155%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}

.commumnity {
	display: none;
	}	


cite {
	display: block;
	margin: 0 0 20px 20px;
	}

strong {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;	
	}
	
#footer {
	clear: both;
	position: relative;
	text-align: center;
	padding: 5px 0 5px 0;	
	margin: 10px auto 4px auto;
	}
		