body, html { height: 100%; }

  /* 
	--------------------------------------------------------------------------------------
	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: 0px;
        background-image:url('../template/images/bg1.jpg');
	background-position: top left;
	background-repeat: repeat-y;
        background-color: #000000;
	margin: 0px;

	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : #6A6A6A;

  }

  /* 
	--------------------------------------------------------------------------------------
	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 : #6A6A6A;
  }
 
  /* 	
	--------------------------------------------------------------------------------------
	Size of larger paragraph text.
	--------------------------------------------------------------------------------------
  */	

	.largetext
       
  {
	font-size : medium;
  }

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

  {
	font-size : x-small;
  }


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

  {
        color: #43A9FF; 
        text-decoration: none; 
  }

	A:visited 

  {
        color: #43A9FF; 
        text-decoration: none; 
  }

	A:hover 

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

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

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

  {
	color: #000000;
  }

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

	h1, .pagetitle
  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : x-large;
	font-weight : bold;
	letter-spacing : 1px;
	color : #AAAAAA;
  }

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

	h2, .heading

  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : #43A9FF;
  }

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

  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : navy;
  }

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

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

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

  {
	color: yellow;
	width: 100%;
	background-color: #1C7D9F;
  }

  /* 	
	--------------------------------------------------------------------------------------
	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 #43A9FF;
	background-color: #A3D5FF;
  }

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

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

  /* 
	--------------------------------------------------------------------------------------
	Form buttons
	--------------------------------------------------------------------------------------
  */
	.button
  {
        background-color: #A3D5FF;
        border: 2px outset #43A9FF;
  }

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


  /* 	
	--------------------------------------------------------------------------------------
	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;
	}
