/* this version for PRINTER styles */
/* and should be identical to display stylesheet except */
/* where some sections are hidden, as commented below */

body
	{
	margin: 0px;
	padding: 0px;
	background-color: white;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color: black;
	}

table, td     
	{
	vertical-align:top;
	text-align: left;
	padding: 0px;
	border: 0px solid black ;
	}

p	{ margin: 0em 0em 0.5em 0em; }

img	{ border: 0; }

a:link, a:visited
	{
	text-decoration:none;
	color:#744a00;
	}

a:hover
	{
	text-decoration:underline;
	color:#744a00;
	}

h1	{font-size: 1.5em; 
	color: rgb(0,0,255); text-align:center;
	margin-bottom: 0.3em; margin-top: 0.3em; }

h2	{font-size: 1.2em; 
	color: rgb(0,0,200); text-align:center; 
	margin-bottom: 0.3em; margin-top: 0.4em; }

h3	{font-size: 1.2em; 
	color: rgb(0,50,150); 
	text-align:left; 
	margin-bottom: 1px; }

hr	{ height: 1px; color:rgb(204,204,153) }


/* set up main content section */
.content
	{
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:justify;
	}

.floatleft		/* put an image or table to the left of a block of text */
	{
	border: 0px solid black;
	margin-right: 5px;
	float:left;
	}

.floatright		/* put an image or table to the right of a block of text */
	{
	border: 0px solid black;
	margin-left: 5px;
	float:right;
	}

.floatleftbordered	/* put an image or table with border to the left of a block of text */
	{
	border: 1px solid #744a00;
	margin-right: 5px;
	float:left;
	}

.floatrightbordered	/* put an image or table with border to the left of a block of text */
	{
	border: 1px solid #744a00;
	margin-left: 5px;
	float:right;
	}

.floatleftborderedfilled	/* put an image or filled table with border to the left of a block of text */
	{
	background-color: #fffdda;
	border: 1px solid #744a00;
	margin-right: 5px;
	float:left;
	}

.floatrightborderedfilled	/* put an image or filled table with border to the left of a block of text */
	{
	background-color: #fffdda;
	border: 1px solid #744a00;
	margin-left: 5px;
	float:right;
	}

.center	{ text-align: center; }		/* use as <div> to centre images */
	
.eventtable
	{
	background-color: #fffdda;
	border: 1px solid #744a00;
	margin: 1em auto 2em auto;	/* t r b l  using auto l r centres the table */
	}
	
.eventtable td
	{
	padding: 0.5em 0.5em 0.5em 0.5em;	/* t r b l */
	}
	
.caption
	{
	font-size:0.8em;
	font-style:italic;
	width:175px;
	}

.bordered
	{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,153);
	}
	
/* end of classes for main content area */


.BG0	{ background-color:#744a00} 		/* dark */
.BG1	{ background-color:rgb(204,204,153)}	/* medium */
.BG2	{ background-color:rgb(204,204,204)}	/* light */
.BG3	{ background-color:#fffdda}		/* very light */

.FG0	{ color: #744a00}


/* right side news column of main content table */
.newscell
	{
	width: 200px;
	font-size: 0.9em;
	border: 1px solid rgb(0,0,255);
	padding: 0em 0.4em 0.4em 0.4em;	/* t r b l */
	text-align: center;
	}

/* end of news column */


/* top banner table */
#banner
	{
	width: 100%;
	margin: 0px 0px 0px 0px;  /* t r b l */
	padding: 0px;
	background: #f0f0f0;
	border-bottom: 1pt solid blue;
	border-top: 1pt solid blue;
	}
	
#banner td	{ vertical-align: middle; }

#banner h1	{ font-size: 2em; }

.logocell { width:80px; }	/* holds the left-side ident image */

.blockscell { width:76px; }	/* holds the right-side ident image */

/* end of banner cells */


/* navigation area */
/* Classes for left-side navigation buttons */

#navbuttonset /* use as <td> not <div> id only*/
  {
  display: none;		/* DO NOT PRINT */
  vertical-align:top;
  width:160px;
  margin: 0px;
  background-color:#f0f0f0;
  }

.navbuttontitle
	{
	display: block;
	color: #744a00;
	background-color: #fffdda;
  	border-bottom: 1.5pt solid #744a00;
	font-weight: bold;
	margin-top: 0.0em; margin-bottom:-0.2em;	/* overlap first button */
	padding: 1.0em 0.2em 0.1em 0.4em;	/* t r b l */
	}
	
.navbutton
	{
	display: block; 
	background-color: rgb(204,204,153) ;
	font-weight: normal;
	margin-top: 0.2em; margin-bottom:0.1em;
	}

.navbutton a
	{
	display: block;
	color: black;
	padding: 1.6em 0.2em 1.6em 0.3em; /* top right bottom left */
	}
  
.navbutton a:hover
	{
	color:white;
	background-color:#744a00;
	text-decoration: none;
	}

.navbuttonselected
	{
	display: block;
	background: #744a00;
	font-weight:bold;
	margin-top: 0.2em; margin-bottom:0.1em;
	}

.navbuttonselected a
	{
	display: block;
	color:white;
	text-decoration: none;
	padding: 1.6em 0.2em 1.6em 0.3em; /* top right bottom left */
	}
	
.navbuttonsub  /* smaller buttons for sub-menus */
	{
	display: block;
	background-color:rgb(196,186,147);
	font-weight:normal;
	margin-top: 0em; margin-bottom: 1px;
	}

.navbuttonsub a
	{
	display: block;
	color: black;
	font-size: 0.9em;
	padding: 0.2em 0.1em 0.2em 0.7em; /* top right bottom left */
	}

.navbuttonsub a:hover
	{
	color:white;
	background-color: #744a00;
	text-decoration: none;
	}
  
.navbuttonsubselected
	{
	display: block;
	color:white; font-size:0.9em;
	background: #744a00;
	font-weight:normal;
	margin-top: 0em; margin-bottom: 1px;
	}
  
.navbuttonsubselected a
	{
	display: block;
	color: white;
	text-decoration: none;
	padding: 0.2em 0.1em 0.2em 0.7em; /* top right bottom left */
	}
	

/* class for accessibility stuff within nav area */  
 .navfooter 
   {
	display: none;		/* DO NOT PRINT */
   padding-left:0.5em;
   padding-right:0.5em;
   background-color:#f0f0f0;
   font-family:verdana,helvetica,arial,sans-serif; 
   font-size:0.8em; 
   color:#000000;
   margin-top:15em;
   text-align:left
   }

/* page footer text links and copyright stuff */
.pagefooter
	{
	display: none;		/* DO NOT PRINT */
	font-size: 0.9em;
	color: #404040;
	background-color: #f0f0f0;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0em 0.5em 0em;	/* t r b l */
	}

.pagefooter a
	{
	color: #404040;
	background-color: #f0f0f0;
	text-decoration: underline;
	}
	
.pagefooter a:hover
	{
	text-decoration: underline;
	background-color: #c0c0c0;
	}

