<style type="text/css"> {}

* { 
    -moz-box-sizing: border-box; 
} 

.imageAbout {
	border-width:0px; 
	background-image:url('images/px060048_low.jpg');
	width:100px; 
	height:152px;
}

.buttonPrint {
	width: 100px;
	height: 23px; 
}

.button {
	width: 100px;
}

:hover.button{
/*	background: #E7EFFF;*/
	cursor: pointer;
}

hr{
	border: 0 dotted gray;
	background: gray;
	height: 1px;
}

.navLine{
	margin-bottom: 12px;
	margin-top: 12px;
	color: #B99400;
}

.topmenuul{
	margin-left:0px
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	margin-left: 0px;
}

.topmenutitle, :link.topmenutitle, :visited.topmenutitle{
	background-position: 0% 0%; display:block;
	width:116px;
	text-decoration: none;	
	/* Changed border from grey to red : PAH : 19-Feb-2007
	/*border-left:2px solid #808080;*/
	border-left:2px solid #B99400;
		
	line-height:22px;
	/*Changed from blue to red to match the new logo : PAH : 16-Feb-2007  */
/*	color: #003399;  */
	color: #952500; 
	font-weight:bold;
	text-align:center; background-image:none; background-repeat:repeat; background-attachment:scroll			
}

.topmenutitlewide, :link.topmenutitlewide, :visited.topmenutitlewide{
	display:block;
	width:160px;
	text-decoration: none;	
	line-height:22px;
	/*Changed from blue to red to match the new logo : PAH : 16-Feb-2007  */
/*	color: #003399;  */
	color: #952500; 
	font-weight:bold;
	text-align:center			
}

:hover.topmenutitle, :hover.topmenutitlewide{
	text-decoration: underline; 
	/*Changed from blue to gold to match the new logo : PAH : 16-Feb-2007 */
/*	background:#336699;  */
	background: #FAEEBE;		
	font-weight:bold;
}


.submenuul{
	list-style-type:none;
	position:absolute;
	padding:0;
	display:none;
	background-color:#FFFFFF;	
	background-position:     left top;
	background-repeat: repeat-x;
	
	/*Changed from blue to gold to match the new logo : PAH : 16-Feb-2007  */
/*	border-bottom:2px solid #808080;
	border-right:2px solid #808080;
	border-left:2px solid #808080;  */
	border-bottom:2px solid #B99400;
	border-right:2px solid #B99400;
	border-left:2px solid #B99400;  

	margin-top:0; margin-left:0px; margin-right:0; margin-bottom:0
}

.submenuli a{
	display:block;
	width:114px;
	padding:3px;
	text-decoration: none;
	color: #000000;    
	margin-left: 20px;	
	margin-top: -3px;
}

/* Added - have link as red in submenu : PAH : 20-Feb-2007 */
.submenuli a:visited{
	color: #952500;
}

/* Added - have link as red in submenu : PAH : 20-Feb-2007 */
.submenuli a:link{
	color: #952500;
}

.submenuli a:hover{
	text-decoration: none;
	/*Changed from blue to gold to match the new logo : PAH : 16-Feb-2007  */
/*	background:#336699;  */
	background: #FAEEBE;		
	color: #952500;		/* changed to red */
	font-weight:bold;
	text-decoration: underline;	
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block
	
}

#dmenu li>ul { 

	top: auto;
	left: auto;
}

#content {
	clear: left;

}

#dmenu {
	font-family: verdana, Arial;
	font-size:12;

}


.topmenulink, :link.topmenulink, :visited.topmenulink {
/*	font-family:verdana, Arial, sans-serif; */
	color:#3B3B3B; 
	font-size:8pt; font-weight:bold
}

:hover.topmenulink      { text-decoration: underline }

.searchbox {	
	border: 1px solid #999999
}

.panelboxspacercolumn {width: 3px;}
.panelboxcolumn {width: 180px; vertical-align:top}
.panelboxtable {height: 650px; margin-left:5px; margin-right:5px }
.panelboximage {text-align:center; height: 110px;  }
.panelboxheader {height: 40px; border-bottom:1px solid #808080;}
.panelboxdetail {vertical-align:top}
.panelboxlogo {text-align:center; }

.tablecontent {
	margin-left:6px; 
	margin-left:6px; 
	margin:0px;
	vertical-align: top;
}

/* The "Choose" box - ie left panel menu */
.importantboxheader {
	/*Changed the header box color to gold to match the logo : 16-Feb-2007 : PAH  */
 	/*background-color:#006699; */
 	background-color:#FAEEBE;
 	/*changed choose text from white to black to match light gold background 	*/
/* 	height:25px; color:#FFFFFF;  */
 	height:25px; color:#000000; 
 	font-size:10pt; 
 	font-weight:bold; 
 	text-align:left; 
 	padding: 4px;
 	margin:4px;
/* 	border-bottom: 2px solid black;  */
 	border-bottom: 1px solid #B99400;
 	 
}
.importantboxcontent {
	background: #FFFFFF;margin:0;padding: 5px 10px;line-height: 1.3;text-align: left
}

a.learnMore {
	text-align: right;	
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;	
}

a:hover.learnMore {
	text-decoration: none;	
}

a:link       {
/*	font-size: 10pt;
	font-family:Arial, Helvetica,  Verdana, sans-serif;*/
	/*Changed from blue to gold to match the new logo : PAH : 16-Feb-2007 */
	/* color: #003399; */
	color: #806600;		
	text-decoration: none;
	 }

a:visited    { 
/*	font-size: 10pt;
	font-family:Arial, Helvetica,  Verdana, sans-serif;  */
	/* Changed from blue to gold to match the new logo : PAH : 16-Feb-2007  */
/* 	color: #003399;  */
	color: #806600;	
	text-decoration: none;
	}


a:hover      { 
/*	font-size: 10pt;
	text-decoration: underline;
	font-family: Arial, Helvetica,  Verdana, sans-serif;  */
	/* Changed from blue to red to match the new logo - didn't do dark gold cos didn't stand out enough : PAH : 16-Feb-2007  */
/* 	color: #FFE271;  */
	color: #952500;			
}

a.quicklink{
	font-size:8pt;
}

body {
	font-family: Verdana,  Arial, Helvetica, Tahoma, Geneva sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}

table {font-size:8pt }

.maintable{
	align: center;
	width: 760px;
	margin-top:-5px;
}

ul           { list-style-type: square; margin-top: 4px}

li {
		margin-left: -20px; margin-top: 2px;
		text-align: left;
}

img.hImage{
	height:32px;/**/
	border:4px white solid;
	background:white;
	margin:0px;
	margin-right: 6px;
	vertical-align: text-bottom;		
}

h1 {
	font-family: Arial, Verdana;
	font-size: 16pt;
/*	border-bottom: 2px solid black; */
	
	padding: 4px; /**/
	margin: 0px;
	font-weight: bold;
	padding-bottom: 0px;
/* 	color: white;  */
	color: black; 
	/* Changed from blue to gold to match the new logo : PAH : 16-Feb-2007 : Was #31659C  */
	/* background: #31659C;  */
	background: #FAEEBE;  /* #B99400; #31659C; #FBFBFB;#E0E0E0;#D0D0D0;*/
}

.withImage {
	padding: 3px;
	padding-bottom:0px;
	margin-top: -4px;	
	margin-left: -4px;	
	margin-right: -4px;	
/*	background: #31659C; #FBFBFB;#E0E0E0;#D0D0D0;*/
}

h2 {
	font-size: 11pt;
	margin-top: 0px;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom:2px;
	border-bottom: 1px solid #B99400;
	padding: 3px;
	color: black;  /*336699;#909090;white;*/
	/* Changed from blue to gold to match the new logo : PAH : 16-Feb-2007 : Was #31659C  */
	background: #FAEEBE  /* #DEEFFF;#FBFBFB; #E0E0E0;#31659C;#D0D0D0;*/
}

div.textSection{
/*	border: 1px solid #31659C;#808080;*/
	background: white;/*#FBFBFB;#ffffff; #6699cc;*/
	margin:0px;
	margin-bottom:12px;
	padding:12px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.partnerSpanLink
{
	/*background-color: #ffff99;*/
	background-color:#FAEEBE;  
	font-weight: bold;
}


h2.infobox {
	font-size: 9pt;
	background:#DDDDDD;
}

h3 {
	/*font-family: Arial;*/
	font-size: 14pt; margin-top:5px; margin-bottom:5px; font-weight:bold 
}

h4 {
	/*font-family: Arial;*/
	font-size: 10pt; margin-top:5px; margin-bottom:5px; font-weight:bold 
}

h5 {
	font-size: 10pt; margin-bottom:0px; font-weight:bold
}

.warning {
/* background-color: #FF9B9B; */
border: 2px solid #C63200;
background-color: #FFCCCC;
margin-top:5px;
margin-bottom:0px;
/* Added padding so text is not hard up against edge : PAH : 19-Feb-2007 */
padding:5px;
}


.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

-->
</style>