/*
		Styles by gavjof
		www.gavjof.com
		
	\\ PRINT.CSS (for use when printing) //
*/

body ,td,th,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; }

p {margin-top:0px; margin-bottom:0px;}
a:link, a:visited, a:active {
	color: #0009ff;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	margin-top:0px; margin-bottom:0px;
	line-height:1px;
	height: 1px;
	color: #603;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #004080;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1  	{font-size:24px;}
h2  	{font-size:20px;}
h3  	{font-size:18px;}
h4  	{font-size:14px;}
h5  	{font-size:12px;}
h6  	{font-size:11px;}
/* Special for heading description */
h1.page_title2 {padding: 1px 1px 1px 3px; text-align:right;font-size:11px;color:#cccccc;margin-top:-18px;font-weight:bold;letter-spacing:0.5em;text-transform:uppercase;background-color:#004080;}
h1.page_title1 {font-size:24px;margin 0 ;border-bottom:2px solid #cccccc;}
table {margin: 1px 0px 0px 1px;}

#content { /* main content from the WYSIWYG goes in here */

  width:610px;
	padding: 0px 0px 0px 0px;
	clear: right;
	background-color:#ffffff ;
	color:#000000;
	font-family:font-family:Verdana, Arial, Helvetica, sans-serif;
	  background-image:url('images/watermark.gif') ;

}
/*
  Just uncomment the following block if you want to avoid spaces between
  paragraphs. Remember to apply the same style in your output front end page.
*/


p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
}
#banner {
	font-weight: bold;
	color: #cecece;
	padding: 20px;
	text-align: center;
	border: 2px solid #666;
}

#content {
	margin: 0;
	text-align: justify;
}
#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 */
/* Stuff we're not so bothered about seeing in print */
/* Stuff we're not so bothered about seeing in print */
#login-box, #powered_by, #coding, #search_box,	#LINKS,#banner,
#nav,#footer,#extras, .stealth, .subtabs,#sideColumn {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;}
