Div.pagelayout

{

	align: center;

	width: 100%;

}





/*	There are the 4 main fonts which we can use. 

	H1 is the largest / biggest /strongest heading, H2 is the second largest, H3... H4... 

	

	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to

								have an effect where the text might become bold or change colour.

								to do this simply add/alter the A:hover Stle

								

	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:

								A:link - for normal unvisited links

								A:visited - for normal visited links

								A:hover - as above, to change colour / font / size when the mouse is over.



*/



H1

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 20pt;

	font-weight: bold;

	text-transform: uppercase;

	font-style: normal;

	color: #666666;

}



H2 

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 16pt;

	font-weight: bold;

	font-style: italic;

	color: #666666;

	}



H3 

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 12pt;

	font-weight: bold;

	text-transform: uppercase;

	font-style: normal;

	color: #666666;

	}



H4 

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 12pt;

	font-weight: bold;

	font-style: normal;

	color: #666666;

	}







H4 A:link

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 12pt;

	font-weight: bold;

	font-style: normal;

	color: #666666;

	font-style:normal;

	text-decoration:none;

	}



H4 A:visited

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 12pt;

	font-weight: bold;

	font-style: normal;

	color: #666666;

	font-style:normal;

	text-decoration:none;

}



H4 A:hover

{

	font-family: Tahoma,Verdana, sans serif;

	font-size: 12pt;

	font-weight: bold;

	font-style: normal;

	color: #666666;

	font-style:normal;

	text-decoration:none;

}



/*	The p style is the default font that the site will use.



	Try not to use a large size, 10pt is normally fine.



	Again, you can specify the following effects:

	

	e.g. 	p a:link

	or 		p a:visited

	or		p a:hover

	

	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to

								have an effect where the text might become bold or change colour.

								to do this simply add/alter the A:hover Stle

								

	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:

								A:link - for normal unvisited links

								A:visited - for normal visited links

								A:hover - as above, to change colour / font / size when the mouse is over.



*/



p
{	vertical-align: top;
	font-size: 9pt;
	color: #666666;
	font-family: Tahoma,Verdana, sans serif;
}

p a:link { color: #339966; font-weight: bold; text-decoration: none;}
p a:active { color: #339966; font-weight: bold; text-decoration: none;}
p a:visited { color: #339966; font-weight: bold; text-decoration: none;}
p a:hover { color: #217c4e; font-weight: bold; text-decoration: none;}

body

{

/*	Always set background-colour to white otherwise it will stuff up the CMS system

*/

	background-color: White;

	vertical-align: top;

	font-size: 9pt;

	color: #666666;

	font-family: Tahoma,Verdana, sans serif;
        width: 100%;

	height: 100%;

	

}



/*	Bullet Point.

		. abcde

		. abcde

		. abcde

*/



ul

{

	vertical-align: top;

	font-size: 9pt;

	color: #666666;

	font-family: Tahoma,Verdana, sans serif;

}

li

{

	vertical-align: top;

	font-size: 9pt;

	color: #666666;

	font-family: Tahoma,Verdana, sans serif;

}




/*	Number Points... e.g.

		1. abcde

		2. abcde

		3. abcde

*/



ol

{

	vertical-align: top;

	font-size: 9pt;

	color: #666666;

	font-family: Tahoma,Verdana, sans serif;

}



/*	The following definitions control the interactive left menu options.

=========================================================================

*/





/*	Table.MenuLevel0 is the control for the base level menu

*/



MenuLevel0, a.MenuLevel0 {font-family: Arial; font-weight: bold; font-size: 12px; color: #666666; text-transform; capitalize; }
a.MenuLevel0:link {font-family: Arial; font-weight: bold; font-size: 12px; color: #666666; text-transform; capitalize; text-decoration: none; }a.MenuLevel0:active {color: #666666; text-decoration: none}
a.MenuLevel0:visited {color: #666666; text-decoration: none}
a.MenuLevel0:hover {color: #468856; text-decoration: underline}

Table.MenuLevel0 {font-family: Arial; font-weight: bold; font-size: 12px; padding-top; 20px; padding-bottom: 20px; width: 120px;}




/*	Table.MenuLevel1 is the control for the Expaneded level menu

*/


MenuLevel1, a.MenuLevel1 {font-family: Arial; font-weight: bold; font-size: 12px; color: #666666; text-transform; capitalize;}
a.MenuLevel1:link {font-family: Arial; font-weight: bold; font-size: 12px; color: #666666; text-transform; capitalize; text-decoration: none}
a.MenuLevel1:active {color: #666666; text-decoration: none}
a.MenuLevel1:visited {color: #666666; text-decoration: none}
a.MenuLevel1:hover {color: #468856; text-decoration: underline}

Table.MenuLevel1 {font-family: Arial; font-weight: bold; font-size: 12px; width:140px; padding-top; 10px; padding-bottom: 10px;}





/*	The following Table is the table that stretches right across - effectivly its your canvas

=========================================================================



The only thing you really need to change is the colour.

*/



TABLE.BackgroundTable

{

	background-image: url(/File.aspx?x=312&File=BG.gif);

	background-repeat; repeat;

	background-position: top left;

	border-collapse: collapse;

	width: 100%;

	height: 100%;

	padding-top: 0;

	border: 0;

	padding :0;

	cellspacing:0;

	vertical-align: top;

	margin-top: 0;

	margin-bottom: 0;

	margin-left:0;

	margin-right:0;

	margin: 0 auto;

	text-align: center;

}



/*	The header table that is INSIDE the Background Table

=========================================================================

*/



TABLE.HeaderTable

{

	align: center;

	width: 860px;

	vertical-align: top;

	border: 0;

	padding :0;

	cellspacing:0;

		}



/*	The main table is split into 2 columns and the whole table is beneath the header table

The left column contains the menu. 

The right column contains the content.

=========================================================================

*/

TABLE.MainTable

{

	width: 860px; height:400px;

	vertical-align: top;

	border: 0;

	padding :0;

        background-image: url(/File.aspx?x=312&File=main_BG2.jpg);

	background-repeat; repeat-y;

	background-position: top left;

        



}



td.leftcolumn

{ 

	padding-left:60px;
        padding-right: 10px;

	width: 200;

	height:100%;

	vertical-align: top;

	}





td.rightcolumn

{ 	vertical-align: top;
width: 660px;
padding-right:60px;

	}



/*	The header table that is INSIDE the Background Table

=========================================================================

*/



TABLE.FooterTable

{

	width: 856px;

	font-size:xx-small;

	vertical-align: top;

}

.quickmenu {font-size: 10px; color: #666666; font-family: Verdana, sans serif; word-spacing: -1px;}
a.quickmenu:link {color: #666666;text-decoration: none;}
a.quickmenu:active {color: #666666;text-decoration: underline;}
a.quickmenu:visited {color: #666666;text-decoration: none;}
a.quickmenu:hover {color: #ffffff; background-color: #468856 ;text-decoration: none;}

.footertext {vertical-align: top;font-size: 9px; color: #ffffff; font-family: Verdana, sans serif;}
a.footertext:link {color: #ffffff; text-decoration: none;}
a.footertext:active {color: #ffffff; text-decoration: none;}
a.footertext:visited {color: #ffffff; text-decoration: none;}
a.footertext:hover {color: #ffffff; text-decoration: underline;}

#mflink {font-family: Tahoma, font-size: 12pt; word-spacing: 1px}

div.enlarged {width: 314px; height: 400px; overflow: hidden; }
div.enlarged2 {width: 250px; height: 320px; overflow: hidden; }

