/* New Providence Document- STYLES_1.CSS*/

		body
			{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			background-image: url(../photos/gradient599454.png);
			background-position: inherit;
			background-repeat:repeat;
			color: #ffffff;
			}
			h1,h2
				{
				color: #000066;
				font-style: normal;
				}
			h4
				{
				color: #000066;
				text-decoration: underline;
				}
	
/*red backing*/
	#backing
			{	padding: 3px;
			border-top:#ffffff;
			border-top-style: ridge;
			border-right:#fed65a;
			border-right:ridge;
			border-bottom:#fed65a;
			border-bottom:ridge;
			border-left:#fed65a;
			border-left:ridge;
			border-width: 5px;
			width: 960px;
			background-color:#ff0000;
			margin-left: auto;
			margin-right: auto;
			}
		
/*white backing*/
		#backing_2
		{	padding:5px;
			width: 950px;
			background-color: #ffffff;
		}
		
/*TOP HEADER*/
		#banner
		{
			padding:5px;
			width: 920px;
			background-color: #ffffff;
			color:#000066;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			margin-left: 10px;
			font-size: 2em;
			font-weight: bold;
			text-align: center;
			float: left;
		}

/*NAVIGATION MENU*/
		#menu
				{	
				padding: 5px;
				margin-top: 20px;
				margin-left: 10px;
				margin-right: 15px;
				margin-bottom: 25px;
				width: 175px;
				background-color: #ffffff;
				color: #000066;
				line-height: 1.50;
				font-size:	.8em;
				font-weight: bold;
				float: left;
				}
			#menu ul
					{	
					text-align: left;
					float:left;
					width:100%;
					padding:0;
					margin-left:1em;
					margin-bottom: 1em;
					list-style-type: none;
					}
			#menu a
					{	
					float: left;
					width: 15.5em;
					font-size:	.75em;
					text-decoration: none;
					color:	#000066;
					background-color: #ffffff;
					padding: 0.4em 0.6em;
					}
					#menu a:link
							{
							color: #0033ff;
							text-decoration: none;
							}
					#menu a:visited
							{
							color: #0033ff;
							text-decoration: none;
							}
					#menu a:hover
							{
							text-decoration: underline;
							color: #0033ff;
							}
					#menu a:active
							{
							color: #000066;
							text-decoration: none;
							}
			#menu li 
					{
					clear:left;
					}
	
/*  CONTENT AREA  */
		#contenta
					{	
					padding: 5px;
					margin-top: 20px;
					margin-left: 10px;
					margin-right: 10px;
					text-align: left;
					width: 680px;
					font-size: 1em;
					font-weight: bold;
					background-color: #ffffff;
					color: #000066;
					float: right;
					}
				#contenta hr
						{	margin-top: 1em:;
							margin-bottom: 2em;
							font-weight:bold;
						}
				#contenta ul
						{	
						text-align: left;
						float:left;
						line-height: 1.75;
						width:100%;
						padding:0;
						margin-top: .75em;
						margin-bottom: .75em;
						margin-left:1em;
						font-size: .85em;
						font-weight: bold;
						text-decoration:  none;
						list-style-type: square;
						}
				#contenta h3
								{
								color: #ff0000;
								font-size: 2em;
								font-weight: bold;
								text-align:center;
								text-decoration: underline;
								margin-top: 1em;
								margin-bottom: 1em;
								}
				#contenta h4
								{
								color: #000066;
								text-decoration: underline;
								margin-top: 1em;
								margin-bottom: 1em;
								}
				#contenta h5
								{
								color:  #ff0000;
								text-decoration: underline;
								font-size: 1.25em;
								font-weight:bold;
								margin-top: 1em;
								margin-bottom: .25em;
								}
				#contenta a:link
								{
								color: #0033ff;
								text-decoration: none;
								}
				#contenta a:visited
								{
								color: #0033ff;
								text-decoration: none;
								}
				#contenta a:hover
								{	
								color: #0033ff;
								text-decoration: underline;
								}
				#contenta a:active
								{
								color: #0033ff;
								text-decoration: none;
								}
				
/*BOTTOM BANNER*/
		#contentd
				{	
				padding:5px;
				width: 940px;
				background-color: #000066;
				color: #ffffff;
				font-size: xx-large;
				font-weight: bold;
				text-align: center;
				vertical-align: middle;
				margin-top: 20px;
				float: left;
				}

/*FOOTER*/
		#footer
				{
				padding:5px;
				width: 920px;
				margin-top: 10px;
				text-align: center;
				line-height: 1.75;
				font-size: .65em;
				font-weight: bold;
				background-color: none;
				color: #000066;
				clear: both;
				}
				#footer a:link
								{
								color: #0033ff;
								text-decoration: none;
								}
				#footer a:visited
								{
								color: #0033ff;
								text-decoration: none;
								}
				#footer a:hover
								{	
								color: #0033ff;
								text-decoration: underline;
								}
				#footer a:active
								{
								color: #0033ff;
								text-decoration: none;
								}


/*CLASSES*/
		.footercopy
					{	
					text-align: right;
					font-size: xx-small;
					font-weight: bold;
					}
		.square
					{	
					line-height: 1.75;
					list-style-type:square;
					color: #000066;
					}
		.figure
					{	
					float: right;
					margin: 5px 5px 5px 10px;
					}
		
				.figure img
							{
							border: 1px solid #000066;
							padding: 6px;
							background: #ccccff;
							}
		.figure_2
					{	
					float: left;
					margin: 0px 0px 0px 0px;
					}
		
				.figure_2 img
							{
							border: 2px solid #000066;
							background: #ccccff;
							padding: 6px;
							}
				.figure_2 p
							{
							text-indent: 0em;
							text-align: left;
							}
		.clsimg_left
				{
				float: left;
				font-size: .7em;
				font-weight: bold;
				text-align: center;
				border: 1px solid #000066;
				padding: 1em;
				background: #ccccff;
				margin-top: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				margin-left: 10px;
				}
		.clsimg_right
				{
				float: right;
				font-size: .7em;
				font-weight: bold;
				text-align: center;
				border: 1px solid #000066;
				padding: 1em;
				background: #ccccff;
				margin-top: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				margin-left: 10px;
				}
		.clsimg_logo
				{
				margin-top:0px;
				margin-right: 0px;
				margin-bottom: 10px;
				margin-left: 25px;
				}
		.contenta_photo
				{
				float: right;
				font-size: .7em;
				font-weight: bold;
				text-align: center;
				border: 1px solid #000066;
				padding: 2em;
				background: #ccccff;
				margin-top: 10px;
				margin-right: 40px;
				margin-bottom: 25px;
				margin-left:30px;
				clear: left;
				}
		.sketch
				{	
				border: 2px solid #000066;
				padding: 6px;
				font-size: .6em;
				font-weight: bold;
				float: left;
				margin: 10px 10px 10px 5px;
				}
		.table
				{	
				padding: 6px;
				width: 100%;
				height: 1.75;
				background: #ffffff;
				font-size: 1.25em;
				font-weight: bold;
				}
				.table img
						{
						padding: 20px;	
						border: 2px solid #000066;
						background: #ccccff;
						margin-top: 15px;
						margin-right: auto;
						margin-bottom: 15px;
						margin-left: 20px;
						}
				.table td
						{
						padding: 10px;
						margin-top: 10px;
						margin-left: 1em;
						}
		.table_contact
				{	
				padding: 6px;
				width: 100%;
				height: 1.75;
				background: #ffffff;
				font-size: 1em;
				font-weight: bold;
				}
				.table_contact img
						{
						padding: 20px;	
						border: 2px solid #000066;
						background: #ccccff;
						margin-top: 15px;
						margin-right: auto;
						margin-bottom: 15px;
						margin-left: 20px;
						}
				.table_contact td
						{
						padding: 10px;
						margin-top: 10px;
						font-size: .9em;
						}
				.table_contact h4
								{
								color: #000066;
								text-decoration: underline;
								font-size: .9em;
								}
		.table_mnd
				{	
				padding: 3px;
				width: 90%;
				background: #ffffff;
				font-size: 1.25em;
				font-weight: bold;
				margin-top: 10px;
				margin-left: 20px;
				}
				.table_mnd img
						{
						padding: 5px;	
						border: 2px solid #000066;
						background: #ccccff;
						margin-top: 15px;
						margin-right: auto;
						margin-bottom: 15px;
						margin-left: 20px;
						}
				.table_mnd td
						{
						padding: 5px;
						margin-top: 0px;
						margin-left: 0em;
				background: #ffffff;
						}
				.table_mnd h4
						{
						text-align:center;
				font-size: 1em;
				font-weight: bold;
						padding: 0px;
						margin-top: 0px;
						margin-left: 0em;
						}


