/*
-----------------------------------------------
RocketSauce.org Print Master
Author:   David Guido, davidguido.com
Updated:  October 20, 2004
----------------------------------------------- */

/* basic elements */
body { 
	background: #fff;
	color:#000;
	font: 11pt "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;	
	}
h1	{
	margin:0;
	padding:0;
	border:0;
	}
h1 a:link, h1 a:visited	{
	display:block;	
	height:90px;
	margin:0;
	padding:0;
	border:0;
	}
h2 { 
	font-size:16pt; 
	letter-spacing:2px; 
	}
h3 { 
	font-size:14pt; 
	letter-spacing:1px; 
	}

a:link { 
	font-weight:bold; 
	text-decoration:none; 
	color:#00c;
	}
a:visited { 
	font-weight:bold; 
	text-decoration:none; 
	color:#505050;
	}
a:hover, a:active { 
	text-decoration:underline; 
	color:#39597B;
	}

p.access {
	display:none;
	}
span.accesskey {
	text-decoration:underline;
	}
span.noprint { 
	display:none;
	}

/* navigation menus */
#menulist {
	display:none;
	}
#stylepicker {
	display:none;
	}

/* specific divs */
div#wrapper {
	background: #fff;
	margin:5px auto;
	padding:0;
	text-align:left;
	border: 0;
	}

#header	{
	border:0;
	margin:0;
	padding:0;
	}

div#content 	{
	background:#fff;
	padding:10px;
	border:0;
	width:auto;
	margin:0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 0;
	}

html>body div#content {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left:6px;
	min-height:800px;
	}

div#footer { 
	clear: both;
	text-align:center; 
	font-size:10pt;
	margin-bottom:10px;
	}
div#designedby {
	background: url(../i/designedby_dg.gif) bottom center no-repeat;
	text-align:center; 
	font-size:10pt;
	height:30px;
	}



#archives {display:none}
