
	/* ================================================================== */
	/* GLOBAL STLYES								 					  */
	/* ================================================================== */
	
	 HTML, BODY
	  	{
		 font-family: Arial, Helvetica, sans-serif;
		 color: #000;
	 	 font-size: 82%;
	 	 margin: 10px;
		 background-color: White;
		 outline:none;
		}
		
	   P
	   	{
			font-size: 100%;
	   	}		
      
        
	TABLE 
		{
			 margin:					0;
			 border-collapse: 	collapse;
		}

				TABLE TD
					{
					 padding: 				0px;
					}			
						
		/* ================================================================== */
		/* CONTAINERS	                                                      */
		/* ================================================================== */		
		
		DIV.containerStrokedTop
		{
			background-color: #dcdcdc; 
			height: 4px;	font-size: 1px;											
		}
	
		DIV.containerStroked
		{
			border: 1px solid #c3c3c3; 
			padding: 8px 12px 10px 10px;
			vertical-align:baseline;
			color: #666;
			background-image: url('./images/globalContainerGradient.jpg');		
			background-position: bottom;
			background-repeat: no-repeat;
		}


		/* ================================================================== */
		/* FONTS	                                                      	  */
		/* ================================================================== */
		
		.fontStrong
			{
				font-weight: bold;
			}
		
		.fontSmall
			{
				font-size: 82%;
				color: #666;
			}		
			
		.fontDate
			{
				font-size: 100%;
			}
						
		.fontCopyright
			{
				font-size: 10px; word-spacing: 0px;			
			}
			
		.fontGreen 	{ color:	Black;			}
		.fontRed 	{ color:	Black;			}
		.fontOrange { color:	Black;			}
		.fontBlue 	{ color: 	Black;			}
		.fontPurple { color:	Black;			}

		/* ================================================================== */
		/* Links                                             	  */
		/* ================================================================== */

 				 A.neutral:link, A.neutral:active, A.neutral:hover
			{
				color: #666;	
				text-decoration: none;
				font-size: 11px;
			}
					
							A.neutral:visited
 	 						{
							 	color: #666;		/* same as above */
								text-decoration: none;
							}
							
							A.neutral:hover
							{
								color: #666;	
								text-decoration: underline;
							}
									
		/* ================================================================== */
		/* HRs and Decorations                                             	  */
		/* ================================================================== */

		DIV.globalHRtight		
			{
				margin: 0;
				background-image: url('./images/globalHRsimple.gif');
				height: 6px;
				clear: both;
				font-size: 1px;
			}
							
		DIV.globalHRsimple		
			{
				margin: 10px 0 10px 0;
				background-image: url('./images/globalHRsimple.gif');
				height: 6px;
				clear: both;
				font-size: 1px;
			}
		
		/* ================================================================== */
		/* SPACERS                                             	  */
		/* ================================================================== */

		DIV.spacerVerticalSmallest		
		{
			font-size: 1px;
			height: 5px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalSmall		
		{
			font-size: 1px;
			height: 8px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalStandard		
		{
			font-size: 1px;
			height: 15px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalGutter		
		{
			font-size: 1px;
			height: 18px;
			/* border: 1px dashed Red; */
		}				
		/* ================================================================== */
		/* TEMP	"DEVELOPMENT" STUFF (Removed Later)                           */
		/* ================================================================== */
		
							
		/* ================================================================== */
		/* STRUCTURE 1a - updated Oct 29, 2008                                */
		/*  			  created Oct 18, 2008                                */
		/* ================================================================== */
											
		DIV#mainWrapper
			{
				background-color: White;
				/*border: 1px solid Red;*/
				width: 510px;
			}							
			
		DIV#dnn_headerPane
			{
				display: none;
			}	
			
			
		/* ================================================================== */			
		
		DIV#leftColArea
			{
				display: none;
			}	
		

		/* ================================================================== */			
			
		DIV#mainContentWrapper
		{
			background-color: White;
			float: right;
			width: 510px;
		}		
			
					DIV#rightColArea
			{
				display: none;
			}	
					
		/* ================================================================== */			

								DIV#rightColAreaS
								{
									padding-left: 0;
								}	
			
					DIV#mainColArea
					{
						
					}	
					
								DIV#mainColAreaS
								{
									padding: 10px;
									overflow: hidden;
								}		

		/* ================================================================== */			
			
		DIV#dnn_footerPane
			{
				display: none;
			}	
			
				DIV#footerVerticalSpacer
					{			
						clear: both; margin-top: 20px;
					}	
					
					
						TABLE#footerTable 
							{
								 margin: 4px 0 2px 0;
								 border-collapse: 	collapse;
							}
					
									TABLE#footerTable  TD
										{
										 padding: 				3px;
										}			
			
		/* ================================================================== */
		/* PANES		                                                      */
		/* ================================================================== */		


		DIV#leftPane
			{
				display: none;
			}	

		DIV#rightPane
			{
				display: none;
			}	

		DIV#dnn_contentpane
			{	
			}					
			
		DIV#dnn_mainContentRightPane
			{	
				  float: right; width: 200px; 
			}

		DIV#dnn_mainContentLeftPane
			{	
				   float: left; width: 300px; 
			}			
						

		DIV#pressReleaseSearchBox
			{
				display: none;	
			}
			
		DIV#brandRightBox
			{
				display: none;	
			}			
