/*** Print sample ***/

/* defaults  for screen */

#print-head,
#print-foot {
  display: none;
  }

/* print only */
@media print {

h1 {
  page-break-before: avoid;
  padding-top: 2em;
  }

h1:first-child {
  page-break-before: avoid;
  counter-reset: page;
  }

#print-head {
  display: block;
  position: fixed;
  top: 0pt;
  left:0pt;
  right: 0pt;

  font-size: 200%;
  text-align: center;
  }

#print-foot {
  display: block;
  position: fixed;
  bottom: 0pt;
  right: 0pt;

  font-size: 200%;
  }

#print-foot:after {
  content: counter(page);
  counter-increment: page;
  }

} /* end print only */

body				{ background-color: #ffffff; margin: 0 0 0 0; }
h1 					{ font-family:"Times New Roman", Times, serif; font-size: 26px; font-style: normal; font-weight: 600;
					 	margin: 0;	padding: 0; border: solid 0px #000000; color: #000000; }
h2 					{ font-family:san-serif; font-size: 18px; font-weight: 100; font-style: normal;
						text-align: left; margin: 0 0 0 0; padding: 0 0 0 0; border: solid 0px #000000; 
						font-weight: 600; color: #FFFFFF; }
h3, h4, h5, h6 		{ color: #996633; }
h3 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal;
					 	margin: 0;	padding: 0; border: solid 0px #000000;  color: #FFFFFF; }
h4 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal;
						 margin: 0 0 0 0; padding: 0 0 0 0; border: solid 0px #000000; color: #000; }
h4 a				{color: #000000;}
h4 a:hover			{color: #00FF00;}

a 					{ text-decoration:none; }

ul					{ font-size: 12px;}
ul a				{ color: #66FFCC;}
ul a:hover			{ color: #FFFFCC;}

#container 			{ width: 800px; background-color: #ffffff; margin: 0 auto; font-family: Verdana, Arial, Helvetica, sans-serif;
						color:#000000; }
#header				{ height: 16px; background-color: #fffffff; font-size: 9px; padding: 4px 12px 0 0;}
#header a			{ color: #000000; }
#header	a:hover		{ color: #000000; }
#top_nav    		{ clear: both; width: 800px; background-color: #B7A083; border-top: 2px solid #D7D0D6;
						border-bottom: 2px solid #D7D0D6; margin-top: 8px;}
#top_nav            { display: block; padding: 0px; font-size: 11px; color: #FFFFFF; text-decoration: none; padding: 0; }
#top_nav a          { font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
#top_nav a:hover    { font-size: 11px; color: #000000 ; font-weight: normal; text-decoration: none;}
#top_nav a:active   { font-size: 11px; color: #000000; font-weight: normal; text-decoration: none;}

#footer				{height: 16px; background-color: #ffffff; color: #000000; font-size: 9px; padding: 3px 0 0 12px;}
#footer a			{color: #000000; }
#footer	a:hover		{color: #000000; }

#page  				{ width: 100%; background-color: #ffffff; }
.section 			{ border: solid 0px #F00;  padding: 0 75px 0 150px; }
.clear 				{ clear: both; no }
#page > .section 	{ border-bottom: 1px solid transparent; }
	
#menu-section  		{ width: 100%; 	border: solid 0 #65dd49; }

#outline			{ margin: 0 0 30px 0;}


.wdo_credit			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000;}
.wdo_credit a		{ text-decoration: none;}
.wdo_credit a:hover	{color: #000000; }
