Div.pagelayout

{

	align: center;
	width: 100%;
        background-image: url(/File.aspx?x=240&File=main_table_BG3.gif) ;
        background-repeat: repeat-y;
        background-position: top center;

	

}





/*	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: Century Gothic;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#13316F;

}



H2 

{

	font-family: Century Gothic;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color:#13316F;

	}



H3 

{

	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#13316F;

	}



H4 

{

	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#13316F;

	}







H4 A:link

{

	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration:none;

	}



H4 A:visited

{

	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration:none;

}



H4 A:hover

{

	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	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: 10pt;

	color: Black;

	font-family: Verdana;

}
p a:link{vertical-align: top;	font-size: 10pt;color: #184f78 ;font-family: Verdana; text-decoration: none;}
p a:visited {vertical-align: top;	font-size: 10pt;color: #184f78 ;font-family: Verdana; text-decoration: none;}
p a:active {color: #184f78 ; text-decoration: none;}
p a:hover{color: #038ff8;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: 10pt;

	color: Black;

	font-family: Verdana;
        width: 100%;
        height: 100%;

	

}



/*	Bullet Point.

		. abcde

		. abcde

		. abcde

*/



ul

{

	vertical-align: top;

	font-size: 10pt;

	color: Black;

	font-family: Verdana;

}



/*	Number Points... e.g.

		1. abcde

		2. abcde

		3. abcde

*/



ol

{

	vertical-align: top;

	font-size: 10pt;

	color: Black;

	font-family: Verdana;

}

/*	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: #fff;
display: block;
height: 33px;
vertical-align: middle;
padding-left: 0px;
line-height: 33px;
background-image: url(/File.aspx?x=240&File=dot.gif);background-position: center left; background-repeat: no-repeat;

}
a.MenuLevel0:link {color: #fff; padding-left: 24px; }
a.MenuLevel0:active {color: #fff; padding-left: 24px;}
a.MenuLevel0:visited {color: #fff; padding-left: 24px;}
a.MenuLevel0:hover {color: #184f78; background-image: url(/File.aspx?x=240&File=left_menu.gif);background-position: center left; background-repeat: no-repeat; padding-left: 24px;}

Table.MenuLevel0 
{
width: 128px;
font-family: Arial; 
font-weight: bold;
font-size: 12px; 
color: #fff;
margin-bottom: 20px;
border-collapse: collapse;
}



/*	Table.MenuLevel1 is the control for the Expaneded level menu

*/



MenuLevel1, a.MenuLevel1 
{
width: 128px;
font-family: Arial; 
font-weight: bold;
font-size: 12px; 
color: #fff;
}



Table.MenuLevel1 
{padding-top:2px; 
padding-bottom:2px;
font-family: Arial; 
font-weight: bold;
font-size: 12px; 
color: #fff;
}





/*	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=240&File=BG.gif) ;

        background-repeat: repeat;

        background-position: top center;
        background-color:#ceecf2;

	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: 930;
	vertical-align: top;
	border: 0;
	cellspacing:0;
        border-top: #c2c4c5 1px solid;
        border-collapse: collapse;

	}



/*	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: 902; height: 477px;
	vertical-align: top;
	border: 0;
	border-collapse: collapse;

	

}



td.leftcolumn

{ 

	background-color:#184f78;
        background-image: url(/File.aspx?x=240&File=left_menu_BG2.jpg) ;
        background-repeat: repeat-x;
        background-position: top left;
	border-right: #7abdb4 4px solid;
        padding:0px;
	height:100%;
	vertical-align: top;
        padding-top: 18px;
        width: 128px;

	}





td.rightcolumn

{ background-color: White;
       	vertical-align: top;
	padding-left:50px;
	padding-right:20px;
	padding-top:20px;
        	}



/*	The header table that is INSIDE the Background Table

=========================================================================

*/



TABLE.FooterTable

{

	width: 930;
        height: 50;
	font-size:xx-small;
	vertical-align: top;
        border-bottom: #c2c4c5 1px solid;
        border-collapse: collapse;

	

}

.footerlink {font-family: Myriad, sans-serif; color: #184f78; font-size: 9pt; font-weight: bold; }
a.footerlink:link {font-family: Myriad, sans-serif; color: #184f78; font-size: 9pt; font-weight: bold; text-decoration: none; }
a.footerlink:visited {font-family: Myriad, sans-serif; color: #184f78; font-size: 9pt; font-weight: bold; text-decoration: none; }
a.footerlink:active {color: #184f78; text-decoration: none; }
a.footerlink:hover {color: #038ff8; text-decoration: none; }