html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
background-color:#FFFFFF;
color:#000000;
} 
 
#wholepagewidth{ 
 width:800px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:25px; 
 width:100%; 
 background-color:#000000; 
 font-weight:bold;
 } 

#header1{ 
 height:110px; 
 width:100%; 
 background-color:#000000; 
 font-weight:bold;
 } 
 
#header2{ 
 height:35px; 
 width:100%; 
 background-color:#000000;
 color:#CC3300;
 text-align:center; 
} 

#leftcolumn{
 width:5px; 
 float:left; 
 position:relative; 
 margin-left:-5px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333 }
 
#outer{ 
 border:solid black 5px; 
  /*/*/ border-left-width: 5px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #000000;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 5px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #000000;  /* right column colour */ 
border-right-style: solid; 
  background-color: #000000; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:5px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-5px; 
 margin-left:1px; 
} 
 
#footer{
 height:25px; 
 width:100%; 
 background-color:#000000; 
} 
 
#footer1{
 height:90px; 
 width:100%; 
 background-color:#FFFFFF; 
 color:#000000;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 background-color:#FFFFFF; 
 color:#999999;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
color:#333333;
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.underline {text-decoration:underline} 
.subheader {font-weight:bold; font-style:italic} 
.title {color:#FFFFFF; font-weight:bold; font-style:italic; text-align:center;} 
.table {color:#FFFFFF;} 
.text {color:#FFFFFF;} 

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #999999; text-decoration: none; }
.links:hover {color: #CC3300;}
.pagelinks ,pagelinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; font-weight:bold;}
.pagelinks:hover {color: #CC3300;font-weight:bold;}
.linksgrey ,linksgrey:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #999999; text-decoration: none; }
.linksgrey:hover {color: #CC3300;}

.footerdiv {color: #CC3300; font-weight:bold;}

.movie {float: right; border:solid #000000 10px;}

 /*printer styles*/ 
@media print{
/*hide the left column when printing*/
#leftcol{display:none;} 

/*hide the right column when printing*/
#rightcol{display:none;}  
}

		.phppgmainbox { /* holds next/prev links and main image */
			margin:10px auto 0 auto; 
			padding:0; 
			min-height:400px;
			}
		.phppgnextbox { /* holds next and previous links */
			margin-bottom:5px; 
			padding:0;
			text-align:center; 
			}
		.phppgimagebox { /* table, holds main image */
			margin:0 auto 0 auto;
			padding:0;
			}
		.phppgimageframe { /* frame around main image */
			width: auto; 
			border: 1px solid #CCC; 
			background-color: #EEE; 
			padding: 15px 15px 40px 15px;
			}
		.phppgimagetag { /* main image's img tag style */
			border: 1px solid #CCC;
			}
		.phppggifbox { /* table style that holds gif thumbnail's */
			margin:10px auto 0 auto; 
			padding:0; 
			border-collapse:collapse;
			}
			.phppggifbox td {
				padding: 5px; 
				border:1px solid #999;
				border-collapse:collapse;
				text-align:center;
				vertical-align:middle;
				}
