body 					{ display:block;
						margin:0px;
						padding:12px 12px 12px 12px;
						background-color:#fff;
						color: #666;
						font: 11px/14px Arial, Helvetica, Verdana;
						height: 100%; }
				
p						{ margin-top: 10px;
						text-align:left; }
					
a						{ text-decoration:underline; }
a:link					{ color: #6F806F; }
a:visited				{ color: #6F806F; }
a:hover					{ color: #6F806F;}
a:active				{ color: #6F806F; } 		
ul						{ margin-top:0px;	
						list-style:square; }
						
li						{ margin-top:0px; }							
						
/* Body Layout Divs */
#bodyWrapper			{width: 646px; 
						display:block;
						height:100%;
						text-align:left;}			
#header					{ display:none; }			
						
#printHeader			{  border-bottom-color:#6F806F;
						border-bottom-style:solid;
						border-bottom-width:10px;
						padding-bottom:10px;
						width: 646px;
						height: 49px;
						text-align: left; }	
						
#nav					{ display:none; }										
#footer					{ border-top-color:#6F806F;
						border-top-style:solid;
						border-top-width:10px;
						padding-top:10px;
						width: 840px;
						text-align: left;}										
/* Home Page Specific Divs */
#homeHeader				{ padding: 0px 0px 0px 0px;
						width: 840px;
						height: 49px;
						text-align: left; }	
						
						
#homeNav				{ padding: 10px 0px 0px 0px;
						width: 840px;
						text-align: left; 
						display:block; }	
									
			
												
#homeContent			{ padding: 10px 0px 10px 0px;
						width: 840px;
						text-align: left; }	
						
/* Home Page Specific Divs */				
						
#subPageContentWrapper	{ display:block; }
						
#subNav					{ display:none; }							
#subNavFeature1			{ display:none; }				
#subNavFeature2			{ display:none; }																
#subContent				{ background-color:#fff;		
						float: right;
						width: 646px;
						height:100%;
						display:block;
						text-align: left; }	
						
#subFooterSpacer		{ background-color:#FFFFFF; 
						width: 646px; 
						height:3px;}
						
#subFooter				{ border-top-color:#6F806F;
						border-top-style:solid;
						border-top-width:10px;
						padding-top:10px;	
						width: 646px;
						text-align: left; 
						display:block; }							
					
.sidebarCaption			{ border-top-color:#fff;
						border-top-style:solid;
						border-top-width:3px;
						border-bottom-color:#fff;
						border-bottom-style:solid;
						border-bottom-width:3px; 
						background-color:#DEE0CE;
						color:#738372;
						font: 10px/12px Arial, Helvetica, Verdana;
						padding: 12px 8px 12px 8px;
						display:block; }						
						
.sidebarCaptionLast		{ border-top-color:#fff;
						border-top-style:solid;
						border-top-width:3px;
						background-color:#DEE0CE;
						color:#738372;
						font: 10px/12px Arial, Helvetica, Verdana;
						padding: 12px 8px 12px 8px;
						display:block; }								
