
	/* ================================================================== */
	/* MODULEHEADER.CSS created Oct 23, 2008 		 					  */
	/* ================================================================== */
	
	DIV#mainNav
		{
			position: absolute;  left: 207px; top: 75px;		
		}

	DIV#mainNavFinal
		{
			position: absolute;  left: 238px; top: 85px;		
		}
				
	DIV#switchLang
		{
			position: absolute;  left: 844px; top: 90px; width: 100px; text-align: right;		
		}
		
	DIV#breadCrumb
		{
			position: absolute;  left: 11px; top: 117px; font-size: 11px;
		}
		
	DIV#textSize
		{
		/*	position: absolute;  left: 323px; top: 117px; font-size: 11px;		*/
			position: absolute;  left: 567px; top: 117px; font-size: 11px;		

		}
		
	DIV#printView
		{
			position: absolute;  left: 605px; top: 117px; font-size: 11px;		
		}
		
	DIV#email
		{
		/*	position: absolute;  left: 384px; top: 117px; font-size: 11px;		*/
			position: absolute;  left: 651px; top: 117px; font-size: 11px;		
		}
		
	DIV#search
		{
			position: absolute;  left: 751px; top: 115px;		
		}
			
	/* ================================================================== */
	
	TABLE#textSizeTable, TABLE#printViewTable, TABLE#emailTable 
		{
			 margin:					0;
			 border-collapse: 	collapse;
		}

				TABLE#textSizeTable TD, TABLE#printViewTable TD, TABLE#emailTable TD
					{
					 padding: 0 3px 0 0;
					 margin: 0;
					}		
					
	TABLE#searchTable					
		{
			 margin:					0;
			 border-collapse: 	collapse;
		}

				TABLE#searchTable TD
					{
					 padding: 0;
					 margin: 0;
					}		
					
				TABLE#searchTable TD
					{
						width: 5px;
						font-size: 1px;
					}						

	
	.searchTextBox
		{
			width: 151px; height: 13px; border: 1px solid #aaa; 
			color: #777; font-size: 11px;
		}
	 
	 
	DIV#mainNavFinal TABLE#mainNavTable					
		{
			 margin:					0;
			 border-collapse: 	collapse;
		}

				DIV#mainNavFinal TABLE#mainNavTable TD
					{
					 padding: 0;
					 margin: 0;
					}
					
				DIV#mainNavFinal TABLE#mainNavTable TD A
					{
						border: 0;
					}					

						DIV#mainNavFinal TABLE#mainNavTable TD A IMG 
							{ border: 0; }
							
	DIV#mainNav TABLE#mainNavTable					
		{
			 margin:					0;
			 border-collapse: 	collapse;
			 border: 1px dashed #000;
		}

				DIV#mainNav TABLE#mainNavTable TD
					{
					 padding: 5px;
					 margin: 0;
					}
					
				DIV#mainNav TABLE#mainNavTable TD A
					{
					 color: Blue;
					 font-weight: bold; font-size: 16px;
					 text-decoration: underline;
					}					

						DIV#mainNav TABLE#mainNavTable TD A:hover 
							{ color: #6666fc; }
							
					
	/* ================================================================== */

	DIV#switchLang A:link, DIV#switchLang A:active, DIV#switchLang A:visited, DIV#switchLang A:hover
		{
		 font-weight: bold; font-size: 13px;	
		} 			
		
