/* This version for display control */
/* last updated 10th May 2007 */
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(36,47,92); text-align:center;
	margin-bottom: 0.3em; margin-top: 0.3em; }

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

h3	{font-size: 1.2em; 
	color: rgb(36,47,92); 
	text-align:left; 
	margin-bottom: 1px; }

hr	{ height: 1px; color:#404040 }


/* 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 #404040;
	margin-right: 5px;
	float:left;
	}

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

.floatleftborderedfilled	/* put an image or filled table with border to the left of a block of text */
	{
	background-color: rgb(149,190,211);
	border: 1px solid #404040;
	margin-right: 5px;
	float:left;
	}

.floatrightborderedfilled	/* put an image or filled table with border to the left of a block of text */
	{
	background-color: rgb(149,190,211);
	border: 1px solid #404040;
	margin-left: 5px;
	float:right;
	}

.center	{ text-align: center; }		/* use as <div> to centre images */
	
.eventtable
	{
	background-color: rgb(149,190,211);
	border: 1px solid rgb(36,47,92);
	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 */
	}

.eventdate
	{
	width: 25%;
	font-weight: bold; 
	}
	
.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 =rgb(116,74,0) */
.BG1	{ background-color:rgb(204,204,153)}	/* medium */
.BG2	{ background-color:rgb(204,204,204)}	/* light */
.BG3	{ background-color:#fffdda}		/* very light */
.BG4	{ background-color:#606060 }		/* grey for hover links */
.BG5	{ background-color:#242f5c }	/* warm dark blue =rgb(36,47,92) for headings, outlines */
.BG6	{ background-color:#95bed3 }	/* pale blue filler =rgb(149,190,211) */

.FG0	{ color: #744a00}


/* right side news column of main content table */
.newscell
	{
	width: 200px;
	font-size: 0.9em;
	border: 1px solid rgb(36,47,92);
	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 rgb(36,47,92);
	border-top: 1pt solid rgb(36,47,92);
	}
	
#banner td	{ vertical-align: middle; }

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

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

.blockscell { width:180px; }	/* 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*/
	{
	vertical-align:top;
	width:160px;
	margin: 0px;
	background-color:#f0f0f0; 
	}

.navbuttontitle
	{
	display: block;
	color: rgb(36,47,92);
	background-color: #c0c0c0;
  	border-bottom: 1.5pt solid rgb(36,47,92);
	font-weight: bold;
	margin-top: 0.0em; margin-bottom:-1px;	/* overlap first button margin */
	padding: 1.0em 0.2em 0.1em 0.4em;	/* t r b l */
	}
	
.navbutton { margin: 0.2em 0em 0.1em 0em ;}	/* t r b l */

.navbutton a
	{
	display: block;
	color: #2e2e2e;
	background: rgb(149,190,211) ;
	padding: 1.3em 0.2em 1.3em 0.3em; /* top right bottom left */
	}
  
.navbutton a:hover
	{
	color:white;
	background: #606060 ;
	text-decoration: none;
	}

.navbuttonselected
	{
	font-weight:bold;
	margin-top: 0.2em; margin-bottom:0.1em;
	}

.navbuttonselected a
	{
	display: block;
	color:white;
	background: #606060 ;
	text-decoration: none;
	padding: 1.3em 0.2em 1.3em 0.3em; /* top right bottom left */
	}

.navbuttonselected a:hover
	{
	color:white;
	background: #606060 ;
	text-decoration: none;
	}

/* smaller buttons for sub-menus */	
.navbuttonsub	{ margin: 0 0 1px 0 ;}		/* t r b l */

.navbuttonsub a
	{
	display: block;
	color: #2e2e2e;		/* mid-grey text */
	background: rgb(196,186,147) ;
	font-size: 0.9em;
	padding: 0.2em 0.1em 0.2em 0.7em; /* top right bottom left */
	}

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

/* class for accessibility stuff within nav area */  
 .navfooter 
	{
	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
	{
	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;
	}

