/*GENERAL*/
body      		{font: 11px Arial, Helvetica, sans-serif;
				color: black;
				text-align: left;
				margin: 0px; 
				padding: 0px;				
				background: #eee}
           
p       		{text-align: left;
				word-spacing: 0px;
				margin: 0px;}


table        	{font-family: 11px Arial, Helvetica, sans-serif;
				color: black;
				text-align: left;
				margin: 0px;
				border-collapse: collapse;
				width: 100%;}


/*TOP HEADER*/		
td.headeradv   	{font: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
				height: 57px;
				width: 100%;
				text-align: left;
				background: #000066 url('header.jpg');}


/*DIVIDER - PATH*/				
table.divider  	{font: 9px Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
				color: #000099;
				text-align: left;
				border-collapse: collapse;
				background: #eee;
				height: 16px;
				width: 100%}
				
		

/*MAIN TEXT TABLE and ROW*/				
td.main     	{margin: 5px 8px 0px 8px;
				border-collapse: collapse;
				height: 450px;
				width: 100%;
				background: white;}

				
/*DIVS*/				
#title 			{position: absolute;				/*top, right, bottom, left*/			
				top: 95px;							
				left: 7px;							
				width: 440px;								
				height: 24px;						
				font: bold 18px Lucida Sans, Arial, Helvetica, sans-serif;
				color: #000099;						/*font color*/
				line-height: 24px;
				text-align: left;		
				z-index:999;						/*one number less than the LOGO so it would be behind the waves but on top of PATH if it were to float up or you would move it up*/
				border: 1px solid #000099;			/*the order of CSS numbers below in padding = top, right, bottom, left*/
				background: #F5F5F5;}			/*background color of submenu area*/
				
					#1		{position: relative;				/*text container for intro or any large margin area*/
							margin: 0px 0px 0px 5px;
							top: 0px;}
																					
#left			{position: absolute;				
				top: 110px;							/*space between top of the site and the left column within the white text area*/
				left: 15px;							/*space between left column and the left edge of the page*/
				height: auto;						/*height of right column - could be relative (%) and would adjust with the size of the browser window*/
				width: 505px;						/*width of left column - could also be relative (%) and adjust with width of browser window*/
				font-size: 13px;					/*font size*/
				line-height: 16px;
				color: #000066;		
				background: white;
				border: 1px solid silver;}			/*border color*/
				
					#2		{position: relative;				/*text container for intro or any large margin area*/
							margin: 18px 10px 10px 10px;
							top: 0px;
							background: white;}	
										
#right 			{position: absolute;						
				top: 110px;							
				left: 535px;						/*top and left place it on the page raltive to TITLE div placement*/
				width: 150px;								
				height: auto;						/*width and height are the size of DIV*/
				font-size: 12px;					/*font size*/
				color: #000066;						/*font color*/
				text-align: left;	
				border: 1px dashed #000099;			/*the order of CSS numbers below in padding = top, right, bottom, left*/
				background: #F5F5F5;}			/*background color of right column*/
				
					#3		{position: relative;				/*text container for intro or any large margin area*/
							margin: 4px 5px 5px 5px;
							top: 0px;
							background: #F5F5F5;}
							
#rightwide		{position: absolute;						
				top: 110px;							
				left: 535px;						/*top and left place it on the page raltive to TITLE div placement*/
				width: 245px;								
				height: auto;						/*width and height are the size of DIV*/
				font-size: 11px;					/*font size*/
				color: #000066;						/*font color*/
				text-align: left;	
				border: 1px dashed #000099;			/*the order of CSS numbers below in padding = top, right, bottom, left*/
				background: #F5F5F5;}			/*background color of right column*/
				


/*BOTTOM NAVIGATION*/
td.bottomnav   	{font: 10px Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
				text-decoration: none;
				height: 30px;
				width: 15%;
				text-align: center;
				background: white;
				border-top:1px solid #0000CC;
				border-bottom:1px solid #0000CC;}
							

/*FOOTER - copyright, phone number, etc.*/				
table.footer   	{font: 9px Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
				text-align: center;
				height: 75px;
				border-collapse: collapse;
				width: 100%;}