/*
	
	\\ PRINT.CSS (for use when printing) //
*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #fff;
}
a:link, a:visited, a:active {color: #900;text-decoration: underline;}
hr {
	color: #660033;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;}

h1  {
	font-size:18px;
	font-weight:normal;
	padding:3px;
	margin:0 0 10px 0;
}
h2  {
	font-size:14px;
	font-weight:bold;
	margin:15px 0 3px 0;
	padding:0;
}
h3  {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 3px 0;
	padding:0;
	font-style:italic;
}

p {
	font-size:11px;
	margin:8px 0;
	}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
}
#banner {
	font-weight: bold;
	color: #cecece;
	padding: 0px;
	text-align: center;
	border: 0px solid #666;
	background-image:url(../images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:140px;
}

#content {
	margin: 0;
	text-align: justify;
}
#sideColumn {
	display:none;
	}
#footer {
	font-size: 10pt;
	color: #666;
	text-align: left;
	padding-top: 20px;
	border-top: 2px solid #666;
}

/* Stuff we're not so bothered about seeing in print */
#login-box, #powered_by, #coding, #search_box, 
#nav, .stealth {display: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Inline font Styles */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}