/*QPO*/

table, td, body {border: 0; padding :0; cellspacing: 0; cellpadding: 0; vertical-align:top; align: center;}
h1, h2, h3, p, ul, li, ol {font-family: Verdana, Arial, Helvetica, sans-serif;}

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: "Times New Roman", Helvetica, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color:#918E8F;
}

H2 
{
	font-family: "Times New Roman", Helvetica, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color:#918E8F;

	}

H3 
{
	font-family: "Times New Roman", Helvetica, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color:#918E8F;

	}

H4 
{ 
        font-family: "Times New Roman", Helvetica, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color:#918E8F;
	}


/*	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: 10px;
	color: #918E8F;
	}
p a:link {color: #918E8F; text-decoration: none;}
p a:active {color: #918E8F; text-decoration: none;}
p a:visited {color: #918E8F; text-decoration: none;}
p a:hover {color: #5B5A5B; text-decoration: none;}


body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	width: 100%;
        height: 100%;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
        margin: 0 auto;
        margin:0 ;
	
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul
{
	vertical-align: top;
	font-size: 10px;
	color: #918E8F;
	}

/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol
{
	vertical-align: top;
	font-size: 10px;
	color: #918E8F;
	}



/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size: 11px}

TreeLeaf, a.TreeLeaf 
{ font-family: Verdana; color: #ffffff; text-transform: uppercase;}

TreeLeaf, td.Treeleaf
{ font-family: Verdana; font-size: 11px; color: #ffffff; padding-left: 8px; padding-bottom: 7px;}

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Verdana; color: #9b3229;}

a.TreeSelectedLeaf { font-family: Verdana; color: #9b3229;}


/*	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-color:#9b3229;
	width: 100%;
        height: 100%;
	text-align: center;
        margin:0 ;
        margin: 0 auto;
        border-collapse: collapse;
        align: center;

}
td.BackgroundTableRow
{
align: center;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 719px;
	height:137px;
	background: #231f20 url(/File.aspx?x=348&File=QPOHEADER_03.jpg) no-repeat top center;
	border-left: #ffffff 9px solid;
	border-right: #ffffff 9px solid;
	vertical-align: bottom;
		}

/*	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: 719px; height:100%;
	border-left: #ffffff 9px solid;
	border-right: #ffffff 9px solid;
	border-bottom: #ffffff 9px solid;
        background: url(/File.aspx?x=348&File=main_table_BG.gif) repeat-y top center;
		}

td.leftcolumn
{ 
	width: 160px;
	height:100%;
        padding: 27px 0px 0px 14px;
        border-right: #ffffff 9px solid;
        background-color: #918e8f;

		}


td.rightcolumn
{ padding: 27px 14px 14px 30px; background: #E5DFDA url(/File.aspx?x=348&File=right_column_BG.jpg) repeat-x top center; }

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 719px;
	font-size:xx-small;
        margin-top: 5px;        }
	
#navcontainer { /*none needed*/}

ul#navlist {margin-top: 118px;padding-right: 20px;list-style-type: none;white-space: nowrap; }
ul#navlist li { float: right; font-family: arial;  font-size: 11px; font-weight: normal; margin: 0;}
#navlist a:link {margin: 0;padding: 1px 10px 1px 10px;color: #ffffff;text-decoration: none;}
#navlist a:visited {margin: 0;padding: 1px 10px 1px 10px;color: #ffffff;text-decoration: none;}
#navlist a:active {margin: 0;padding: 1px 10px 1px 10px;color: #ffffff;text-decoration: none;}
ul#navlist li#active {color: #ffffff; background-color: #9b3229;}
#navlist a:hover {color: #ffffff;background-color: #9b3229;}


/*this is for images with red border*/
#imageborder {border: 4px #9b3229 solid;}

.footerlink {font-family: verdana, arial, sans-serif; color: #ffffff; font-size: 9px;}
a.footerlink:link {font-family: verdana, arial, sans-serif; color: #ffffff; font-size: 9px; text-decoration:none;}
a.footerlink:active {font-family: verdana, arial, sans-serif; color: #ffffff; font-size: 9px;text-decoration:none;}
a.footerlink:visited {font-family: verdana, arial, sans-serif; color: #ffffff; font-size: 9px;text-decoration:none;}
a.footerlink:hover {font-family: verdana, arial, sans-serif; color: #d3a5a1; font-size: 9px;text-decoration:none;}

/* this is for the menu*/

.menu {
   font-size: 10px; 
   color: #918E8F; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   vertical-align: middle;
   background-color: #f8f3ee;
   border: 1px #dbd0c7 solid;
   padding: 3px;
   }
.menuheader {
   font-size: 11px; 
   color: #918E8F; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   vertical-align: middle;
   align: center;
   background-color: #dbd0c7;
   border: 1px #d0c0b3 solid;
   padding: 3px;
}
.menuheader a:link {
   font-size: 10px; 
   color: #7e797b; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none;

}
.menuheader a:visited {
   font-size: 10px; 
   color: #7e797b; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none;
}
.menuheader a:active {color: #7e797b; text-decoration: none;}
.menuheader a:hover {color: #333333; text-decoration: none;}

