/*THIS THE EXTERNAL CASCADING STYLE SHEET FOR THE LOWER (SECOND TIER) PAGES OF THE PACIFIC BASIN INFORMATION FORUM WEBSITE*/
/*TO REFERENCE THIS STYLE SHEET, INCLUDE THE LINE <link rel=StyleSheet href="http://www.pbif.org/scripts/pbif.css" type="text/css"> JUST BEFORE THE </HEAD> TAG IN YOUR HTML*/

/*BEGIN EDITABLE PROPERTIES HERE*/

/*THIS IS THE BODY INFORMATION*/



/*THIS IS THE TITLE INFORMATION*/
	.Header {text-align: center;
		font: bold 150% "Arial";
		color:000000}

/*THIS IS THE ONE-SENTENCE INTRODUCTION INFORMATION*/

	.intro {text-align: center;
		color: black;
		font: bold 100% "Arial"}

/*THIS IS THE PARAGRAPH INFORMATION. ENCLOSE THE RELEVANT PARAGRAPH IN A <SPAN Class="Blurb"></SPAN>*/

	.blurb {text-align: left;
		 color: black;
		 font: 90% "Arial"}

/*THIS IS A GENERIC PARAGRAPH PARAMETER*/

	P {text-align: justify; 
		font: normal 90% "Arial"}

    P.pagehead {font:bold 250% "Arial";
		text-align: center;
		color:Black	 }

	P.center {text-align: center;
        font: normal 90% "Arial"}
	
	P.title {font:bold 100% "Arial";
		text-align: center;
		color:Black;
		background:#00CCFF }
    
    P.note {font:75% "Arial";
        color:000000;
        text-align: left}

	P.header {text-align: center;
		font: bold 150% "Arial";
		color:Black}


/*THIS IS THE LINK INFORMATION*/

	A:link {
		color:blue;
		text-decoration:underline}
	A.menu:link {
		color:white;
		text-decoration:underline}

	A:hover {
		color:red;
		text-decoration:underline}
	A.menu:hover {
		color:white;
		text-decoration:underline}


	A:visited{color:purple;
		text-decoration:underline}
	A.menu:visited {
		color:white;
		text-decoration:underline}

/*THIS IS THE TABLE INFORMATION*/

	table {display: table;
		background:ffffff}
	tr {display: table-row}
	td {display: table-cell; 
		font:normal 90% "Arial";
		padding: .5cm}
	td.menu {padding: 0cm}
    td.internal [padding:0.5cm;
        valign: top}

	table.main {display: table;
        padding: 0cm;
		background: White}

	table.left {table align:left; 
		width:150;
		border:0;
		padding: .5cm}

	table.right {table align:right; 
		width:150;
		border:0;
		padding: .5cm}

	td.menu2 {align: center;
        padding: 0cm;
        color:083194;
        border:.1;
        border-color: black;
        border-style: solid}

    .body {border: .1;
        border-color: black;
        border-style: dashed}

     HR {border: .1;
        border-color: black;
        border-style: solid}
/*THIS IS THE LIST INFORMATION. ALL LISTS SHOULD BE UNORDERED <ul>..</ul>, UNLESS THERE IS A COMPELLING REASON TO NUMBER THE ITEMS.*/

    	LI {text-align: left; 
		font: normal 90% "Arial"}




