  /* 
	--------------------------------------------------------------------------------------
	Style for everything contained within <body> (including background color, image etc.
	Also, default font (if no style is defined) - usually set this the same as .maintext)
	--------------------------------------------------------------------------------------
  */
	.bodystyle

  {	
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #ffffff;
	margin: 0px;

	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;

  }

  /* 
	--------------------------------------------------------------------------------------
	Main paragraph text
	--------------------------------------------------------------------------------------
  */ 	
	.maintext, li, blockquote, font

  {
	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;
  }
 
  /* 	
	--------------------------------------------------------------------------------------
	Size of larger paragraph text.
	--------------------------------------------------------------------------------------
  */	

	.largetext
       
  {
	font-size : medium;
  }

  /* 
	--------------------------------------------------------------------------------------
	Size of smaller paragraph text.
	--------------------------------------------------------------------------------------
  */
	.smalltext 

  {
	font-size : x-small;
  }


  /* 	
	--------------------------------------------------------------------------------------
	Hyperlinks
	--------------------------------------------------------------------------------------
  */
	A:link 

  {
        color: #007997; 
        text-decoration: none; 
  }

	A:visited 

  {
        color: #007997; 
        text-decoration: none; 
  }

	A:hover 

  { 
        color: #00B2D8; 
        text-decoration: none; 
  }

	A:active 
 
  { 
        color: #007997; 
        text-decoration: none; 
  }

  /* 	
	--------------------------------------------------------------------------------------
	The labels on the 'Contact Us' page (e.g. Telephone, E-mail etc)
	--------------------------------------------------------------------------------------
  */
	.contact_heading

  {
	color: #616161;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Main page heading ('About Us', 'News' etc)
	--------------------------------------------------------------------------------------
  */

	h1, .pagetitle
  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : large;
	font-weight : bold;
	letter-spacing : 0px;
	color : #000000;
	line-height : 150%;
	background-color: #8CCBDE;
	padding-left: 7px;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Paragraph sub-headings
	--------------------------------------------------------------------------------------
  */

	h2, .heading

  {
	font-family : Edwardian Script ITC, Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : 20pt;
	letter-spacing : 0px;
	color : #007997;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Same as subheading, but highlighted (example usage is on gallery paging, to show 
	current page number)
	--------------------------------------------------------------------------------------
  */
	.heading_highlighted

  {
	font-family : Edwardian Script ITC, Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : 20pt;
	letter-spacing : 0px;
	color : #000000;
	font-weight: bold;
  }

  /* 	
	--------------------------------------------------------------------------------------
	If extra columns of text are to be shown on the side of the page. Ignore if not.
	--------------------------------------------------------------------------------------
  */
	.side_text

  {
	color: #000000;
	background-color: #EFEFE7;
	font-size: x-small;
	padding: 5px;
	border: 1px solid #007994;
	width: 132px;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Header style for side paragraphs (see above).
	--------------------------------------------------------------------------------------
  */
	.side_heading

  {
	color: #FFFFFF;
	background-color: #007994;
	text-align: left;
	width: 132px;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	border: 1px solid #007994;
  }
  
  .top_heading

  {
	color: #000000;
	width: 100%;
	background-color: #8CCAD9;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Overall page header text (not usually used)
	--------------------------------------------------------------------------------------
  */
	.page_header  

  {
	font-size : x-small;
	font-weight : bold;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Overall page footer (e.g. copyright information)
	--------------------------------------------------------------------------------------
  */
	.page_footer

  {
	font-size : x-small;
	font-weight : normal;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Tables for displaying information, within the paragraphs
	--------------------------------------------------------------------------------------
  */
	.tablestyle

  {
	border: 1px solid #8CCAD9;
	background-color: #EEEEE0;
  }

  /* 	
	--------------------------------------------------------------------------------------
	If borders are enabled for images, style set here
	--------------------------------------------------------------------------------------
  */
	.image_border   
     
  {
	border: 2px solid silver;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Style for <hr> lines - color is for Internet Explorer, 
	background-color is used by Mozilla
	--------------------------------------------------------------------------------------
  */
	hr
  {
	color: #808080;
	background-color: #808080;
  }

  /* 
	--------------------------------------------------------------------------------------
	Form buttons
	--------------------------------------------------------------------------------------
  */
	.button
  {
        background-color: #e0e0e0;
        border: 2px outset silver;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Form boxes (e.g. contact us form)
	--------------------------------------------------------------------------------------
  */
	.inputbox
  {
        background-color: #ffffff;
        border: 1px solid silver;
  }


  /* 	
	--------------------------------------------------------------------------------------
	Highlighted text (for highlighting search key words in results)
	--------------------------------------------------------------------------------------
  */
	.texthighlight
  {
	color: red;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Style for popup windows
	--------------------------------------------------------------------------------------
  */
	.popupstyle

  {	
        padding: 10px;

        background-image: no-image;
        background-color: #ffffff;

	margin: 0px;

  }

  /* 	
	--------------------------------------------------------------------------------------
	Forum styles
	--------------------------------------------------------------------------------------
  */

.forum {
	background-color: White;
	}

.top {
	background-color: #E2E3FC;
	}

.cat {
	background-color: #CCFFCC;
	}
	
.evenrow {
	background-color: #C0C0FF;
	}

.oddrow {
	background-color: #ffffff;
	}