/* CSS Document [based on top_bottom-over-sides layout */

/*///////////////////////////////////////////////*/
/* START COMMON STYLES RELATED TO GENERAL LAYOUT */
/*///////////////////////////////////////////////*/

/* STYLES FOR MAIN HTML LAYOUT AND STRUCTURE */

body, #body_P, #body_K, #body_T, #body_C{
	margin: 0px 0px 0px 0px;
	background-image: url(/licensees/licensee45/images/body_background_section_1.gif);
	background-repeat:repeat;
}

table {
	border: 0px none;
	}

/*Main table of the page, this table consists of 3 rows / 1 column */
/*Names of contained rows: main_row1, main_row2 and main_row3 */
table#main_1{
	border-color:#666666;
	width:100%;  /* use px or % depending upon site */
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/body_background_section_1.gif);
	margin-left:auto;
	margin-right:auto;
}

/*Secondary table nested within body region of main table, consisting of 1 row / 3 columns */
/*Names of contained columns: main_column1, main_column3 and main_column3 */
table#main_2{
	border-color:#666666;
	width:481px;  /* use px or % depending upon site */
	background-color:#FFFFFF;
	background-image:url(licensees/licensee45/images/spacer.gif);
	margin-left:auto;
	margin-right:auto;
}

/*First row of the main table, contains TOP HTML for the licensees.*/
td#main_row1, td#main_row1_P, td#main_row1_K, td#main_row1_T, td#main_row1_C{
	width:100%;  /* use px or % depending upon site */
	text-align:left;  /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/table_top_background_section_1.gif);
}

/*Second row of the main table, contains secondary table which houses the LEFT HTML, MASTER PAGE BODY and RIGHT HTML.*/
td#main_row2, td#main_row2_P, td#main_row2_K, td#main_row2_T, td#main_row2_C{
	width:100%;  /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*Third row of the main table, contains BOTTOM HTML for the licensees.*/
td#main_row3, td#main_row3_P, td#main_row3_K, td#main_row3_T, td#main_row3_C{
	width:100%;  /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/table_bottom_background_section_1.gif);
}

/*First column of secondary table, contains LEFT HTML for the licensees.*/
td#main_column1, td#main_column1_P, td#main_column1_K, td#main_column1_T, td#main_column1_C{
	width:10px; /* use px or % depending upon site */
	text-align:right; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/table_left_background_section_1.gif);
}

/*Second column of secondary table, contains MASTER PAGE BODY table structure.*/
td#main_column2, td#main_column2_P, td#main_column2_K, td#main_column2_T, td#main_column2_C{
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*Third column of secondary table, contains RIGHT HTML for the licensees.*/
td#main_column3, td#main_column3_P, td#main_column3_K, td#main_column3_T, td#main_column3_C{
	width:10px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}


/* STYLES FOR MASTER PAGE BODY CONTENT LAYOUT AND STRUCTURE */

/*This table is contained within the main_column2 column of the main_2 table. It's allows more control over the body of the content. */
/*It consists of 4 rows / 1 column */
/*The names of contained rows: mPgBody_row1, mPgBody_row2, mPgBody_row3, mPgBody_row4 */
table#mPgBody_table1{
	border-color:#666666;
	width:461px; /* use px or % depending upon site */
	vertical-align: top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This table is contained within the third row (mPgBody_row3) of the table mPgBody_table1. */
/*It displays the article content and the area for vertical side tab graphics */
/*It consists of 1 row / 2 columns */
/*The names of the contained columns: mPgBody_column1, mPgBody_column2 */
table#mPgBody_table2{
	border-color:#666666;
	width:461px; /* use px or % depending upon site */
	vertical-align: top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This is the first row of mPgBody_table1, that creates some space above the search and browse box, just below the site header area */
td#mPgBody_row1{
	width:10px; /* use px or % depending upon site */
	height:10px;
	vertical-align:top;
}

/*This is the second row in the mPgBody_table1 where the search and browse navigation table structure gets inserted.*/
td#mPgBody_row2{
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:middle;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This is the third row in the mPgBody_table1 table that contians mPgBody_table2 table.*/
td#mPgBody_row3{
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This is the fourth row in the mPgBody_table1 table that contains the page footer.*/
td#mPgBody_row4{
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:middle; 
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This is the first column in the row of the mPgBody_table2 table that contains the article content.*/
td#mPgBody_column1{
	width:436px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee45/images/spacer.gif);
}

/*This is the second column in the row of the mPgBody_table2 table that contains the side tab graphics for the article.*/
td#mPgBody_column2{
	width:25px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
}



/*///////////////////////////////////////////////*/
/*  END COMMON STYLES RELATED TO GENERAL LAYOUT  */
/*///////////////////////////////////////////////*/



/*/////////////////////*/
/* START CUSTOM STYLES */
/*/////////////////////*/

#footer_box {
	width: 500px;
	height: 51px;
	background: url(/licensees/licensee45/images/bottom_bg.gif) bottom left no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	color: #1574A5;
	letter-spacing: .1em;
	}
	
#footer_box a, #footer_box a:link, #footer_box a:hover, #footer_box a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1574A5;
	}

/*///////////////////*/
/* END CUSTOM STYLES */
/*///////////////////*/

/*///////////////////////////*/
/* SAMPLE TABLE LAYOUT BELOW */
/*///////////////////////////*/
/*
<table border="0" cellpadding="0" cellspacing="0" id="main_1">
  <tr>
    <td id="main_row1"><!--insert TOP HTML file here -->&nbsp;</td>
  </tr>
  <tr>
    <td id="main_row2"><table cellpadding="0" cellspacing="0" id="main_2">
      <tr>
        <td id="main_column1"><!--insert LEFT HTML file here -->&nbsp;</td>
        <td id="main_column2">
			<!--insert MASTER PAGE BODY file here -->
			<table cellpadding="0" cellspacing="0" id="mPgBody_table1">
				  <tr>
					<td id="mPgBody_row1">
						<img border="0" width="1" height="1" hspace="0" vspace="0" src="/licensees/standard_licensee/images/spacer.gif">
						</img>
					</td>	
				  </tr>
				  <tr>
					<td id="mPgBody_row1"><!--insert SEARCH and BROWSE NAVIGATION file here -->&nbsp;</td>
				  </tr>
				  <tr>
					<td id="mPgBody_row2"><table cellpadding="0" cellspacing="0" id="mPgBody_table2">
					  <tr>
						<td id="mPgBody_column1"><!--insert PAGE CONTENT here -->&nbsp;</td>
						<td id="mPgBody_column2"><!--insert SIDE TAB GRAPHICS here -->&nbsp;</td>
						</tr>
					</table></td>
				  </tr>
				  <tr>
					<td id="mPgBody_row3"><!--insert FOOTER CONTENT here -->&nbsp;</td>
				  </tr>
			</table>
		&nbsp;</td>
        <td id="main_column3"><!--insert RIGHT HTML file here -->&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td id="main_row3"><!--insert BOTTOM HTML file here -->&nbsp;</td>
  </tr>
</table>
*/
/*///////////////////*/