/*GENERAL*/
body      		{font: 11px Arial, Helvetica, sans-serif;
				text-align: left;
				margin: 0px;
				padding: 0px;
				background: white;}		
           
p       		{word-spacing: 0px;
				margin: 0px;}

/*HEADER, LOGO, and NAVIGATION*/
#header			{width: 100%;										
				height: 83px;
				font: bold 23px Bradley Hand ITC, Arial, Helvetica, sans-serif;
				color: #003366;
				line-height: 40px;
				background: white;}
				
#navbar			{width: 100%;																			
				background: #153A79;
				height: 20px;			
				border-top: 1px solid #153A79;}										

	#logo		{position: absolute;
				top: 0px;											
				width: 205px;										
				left: 0px;											
				height: 83px;
				background: white;}
				
				
/*BEGIN SITE CONTENT*/												
#content 		{height: auto;
				font-size: 13px;
				margin: 0px;									/*top, right, bottom, left*/
				border-top: 1px solid #153A79;
				border-right: 60px solid #C3B7D3;
				border-left: 1px solid white;
				border-bottom: 1px solid white;
				background: white;}
		
					#one	{position: relative;
							font-size: 13px;
							margin: 15px 5% 10px 185px;
							line-height: 17px;}

#content_index	{height: auto;
				font-size: 13px;
				margin: 0px;									/*top, right, bottom, left*/
				border-top: 1px solid #153A79;
				border-right: 60px solid #C3B7D3;
				border-bottom: 1px solid white;
				background: white;}
				
					#index_1	{position: relative;
								font-size: 13px;
								margin: 15px 2% 10px 215px;
								line-height: 17px;}
		
			
	/*LEFT*/			
	#left		{position: absolute;
				height: auto;							
				top: 134px;
				left: 0px;				
				width: 170px;
				background: white;}							
					
					#nav_3	{position: relative;				
							margin: 0px;						/*top, right, bottom, left*/
							width: 165px;										
							line-height: 20px;}
							
					#\33	{position: relative;				
							margin: 0px 0px 0px 8px;			/*top, right, bottom, left*/
							width: 170px;									
							line-height: 17px;}
				
/*END SITE CONTENT/BEGIN FOOTER*/
#footer			{width: 100%;										
				height: 26px;
				line-height: 26px;
				text-align: left;
				font-size: 10px;
				color: #C3B7D3;
				margin-left: 184px;
				background: #153A79;}

#footer_index	{width: 100%;										
				height: 26px;
				line-height: 26px;
				text-align: left;
				font-size: 10px;
				color: #C3B7D3;
				margin-left: 213px;
				background: #153A79;}	
				
					#four	{position: relative;				/*text container for footer*/
							margin: 2px 5px 0px 0px;
							top: 0px;}	
				
table			{font: 14px bold Arial, Helvetica, sans-serif;										
				border: 1px solid #003366;}
	
td				{font: 11px Arial, Helvetica, sans-serif;										
				border-bottom: 1px solid #003366;}	
				
td.regular		{font: 13px Arial, Helvetica, sans-serif;
				line-height: 17px;}		
				
.small			{font: 11px Arial, Helvetica, sans-serif }		
	
									