/*GENERAL*/
body      		{font: 11px Verdana, Arial, Helvetica, sans-serif;	/*sets font and background color 'grey fade' for entire site unless otherwise specified*/	
				margin: 0px;
				padding: 0px;
				background: #757474 url('bg_bodyfadedark.jpg') repeat-x;
				color: #333;}		
				
p		   		{word-spacing: 0px;									/*sets margins for unspecified classes of <p>*/
				margin: 0px 0px 0px 10px;}
				
p.none   		{word-spacing: 0px;									/*sets margins for unspecified classes of <p>*/
				margin: 0px;}

/*HEADER, LOGO, and NAVIGATION*/
#header			{width: 100%;										/*logo and star/world graphic*/
				height: 80px;
				background: white;}
				
#navbar			{width: 100%;										/*horizontal menu under logo*/									
				background: white url('bg_menu.jpg');
				height: 24px;			
				border-top: 1px solid silver;
				border-bottom: 1px solid silver;}										
				
				
/*BEGIN SITE CONTENT*/												
#content		{height: auto;										/*empty container under navbar and on top of footer*/
				margin: 0px;
				padding: 0px;										/*top, right, bottom, left*/
				border-top: white solid 1px;
				border-bottom: #000 solid 1px;}
				
				#content2	{height: auto;							/*overall container of website content section - grey lines, red outline and date script*/
							margin: 0px;
							line-height: 18px;			
							background: white url('bg_lines.jpg');}	/*Grey 'Lines' effect*/
							
				#content3	{height: auto;							/*white area 'on top' of grey lines box with dark grey three-sided border*/
							font-size: 12px;						/*this DIV also contains the left page menus*/
							margin: 0px 7% 15px 0px;
							line-height: 18px;
							border-top: 1px solid #333;
							border-bottom: 1px solid #333;
							border-left: 0px solid #333;
							border-right: 1px solid #333;
							background: white url('bg_leftnav.jpg') repeat-y;}
							
				#content4	{height: auto;							/*CONTAINS TEXT FOR SITE!!!!*/
							font-size: 12px;
							margin: 15px 3% 15px 165px;
							line-height: 18px;
							border-bottom: 1px solid white;
							border-top: 1px solid white;
							border-left: 1px solid #C00;
							background: white;}	
			
	/*LEFT*/			
	#left		{position: absolute;								/*vertical menu left of site text*/
				height: auto;										
				top: 140px;
				left: 0px;														
				width: 150px;																			
				font: bold 13px Verdana, Arial, Helvitica;			/*font size and color of page menue only, not the actual links that is controled in 'linkstyle.css'*/
				color: #999;}										

/*END SITE CONTENT/BEGIN FOOTER*/
#footer			{width: 100%;										
				height: 23px;
				font-size: 10px;
				color: #999;
				background: #333 url('bg_footer.jpg');}	
				
					#footer_1	{position: relative;				/*text container for footer*/
								margin: 5px 0px 0px 0px;
								text-align: left;}	
				
table			{font: 12px bold Verdana, Arial, Helvetica, sans-serif;										
				border: 1px solid #C00;}
	
td				{font: 11px Verdana, Arial, Helvetica, sans-serif;										
				border-bottom: 1px solid #C00;}							
	
									
