/***  YOUR SITES STYLES  ***/
/* Any styles you need to add can be placed here. */  
/* Note: there is a great number of preset styles in the global stylesheet */

/***Needed to offset the block image in the GIC header***/
/*#navBar img {
 display: inline;
}
#mainBody img {
display: inline;
}*/

#pageWrapper1	{
	width: 100%;
	background-color: #E2E2E2;
}	

#pageWrapper2	{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: #E2E2E2 url('/images/logos/shadow_bg2.png') repeat-y left top;
}
#pageWrapper3	{
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}
/***Style for Section and Page Titles***/

#dotsectitle {
font-size:	1.4em;
color: #039;
font-weight: bold;
text-transform: capitalize;
}

#dotpagetitle {
font-size:	1.2em;
color: #666666;
font-weight: bold;
}


/***Main Links Code***/

a, a:link, a:visited {
	color: #039;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

.txtLinks a	{
		text-decoration: none;
		border-bottom: 1px dashed #ccc;
	}

.txtLinks a:hover	{
		text-decoration: none;
		border-bottom: 1px solid #ff0000;		
	}
	
.txtLinksBlue a:link, .txtLinksBlue a:visited {
	text-decoration:none;
	border-bottom: 1px dashed #bdcae5;
}

.txtLinksBlue a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}	

.txtLinksGold a:link, .txtLinksGold a:visited {
	text-decoration:none;
	border-bottom: 1px dashed #c5af67;
	color: #c5af67;
}

.txtLinksGold a:hover {
	text-decoration: none;
	border-bottom: 1px solid #c5af67;
	color: #fff;
}	

/***Home Page Styles***/

.rtnavalert {
	color: #800000;
	background: #ffffff;
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 176px;
}
.rtnavtopic {
	color: #333;
	background: #ffffff;
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 176px;
	margin-top: -7px;

}

.rtnavcontent {
	color: #333;
	background: #f6f6f5;
	/*background: #F0ECD8;*/
	padding: 5px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	/*border-top: 1px solid #4F4F28;
	border-bottom: 1px solid #4F4F28;*/
	width:176px;
	font-size: 90%;
}

.rtnavcontent a, .rtnavcontent a:link, .rtnavcontent a:visited {
	color: #333;
	text-decoration: none;
	font-size: 90%;
}

.rtnavcontent a:hover, .rtnavcontent a:active {
	color: #ff0000;
	text-decoration: underline;
	font-size: 90%;
}

.rtnavtopicblue {
	color: #003399;
	background: #ffffff;
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 176px;
}

.rtnavcontentblue {
	color: #000;
	background: #d2e2eb;
	/*background: #E1ECFA;*/
	padding: 5px;
	border-top: 1px solid  #99c1d8;
	border-bottom: 1px solid  #99c1d8;
	/*border-top: 1px solid  #003399;
	border-bottom: 1px solid  #003399;*/
	width:176px;
}

/*
.newscontent {
background-color:#EDEDED;
padding: 0px;
}

.newscontent a, .newscontent a:link, .newscontent a:visited {
	color: #039;
	text-decoration: none;
}

.newscontent a:hover, .newscontent a:active {
	color: #ff0000;
	text-decoration: underline;
}
*/ 
 
ul.listcontainer {
	margin-top: 5px;
	margin-bottom: 5px;
}
 
li.rtnavbullets {
	margin-left: -20px;
}
 
li.rtnavbulletsSub {

	font-size: 85%;
	font-weight: bold;
	line-height: 16px;
	list-style-image: url('/images/bullets/inner_bullet2.gif')
} 
 
li.rtnavbulletsSub1 {
	margin-left: -25px;
	font-size: 85%;
	font-weight: bold;
	line-height: 16px;
	list-style-image: url('/information/projects/jfk_mem_hwy_improvement/images/inner_bullet2.gif')
}
li.rtnavbulletsSub2 {
	list-style-type: none;
	margin-left: -22px;
	font-size: 80%;
	line-height: 16px;
}

li.rtnavbulletsSub3	{
	list-style-image: url('/information/projects/jfk_mem_hwy_improvement/images/inner_bullet.gif');
	margin-left: -25px;
	font-size: 90%;
	line-height: 16px;
}
 
.listicon {
	display: inline;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
 
.subhead {
	color: #003399;
	background: #ffffff;
	font-family: Trebuchet MS,Arial,sans-serif;
}

.subcontent {
	color: #000;
	background: #d2e2eb;
	padding: 5px;
	border-top: 1px solid #99c1d8;
	border-bottom: 1px solid #99c1d8;
	
}

.subcontent a, .subcontent a:link, .subcontent a:visited {
	color: #039;
	text-decoration: none;
}

.subcontent a:hover, .subcontent a:active {
	color: #ff0000;
	text-decoration: underline;
}

/*Common Codes available for use throughout the site*/

.bold {
  font-weight:bold;
}


.footnote {  
   color: #000000;
   font-size: xx-small; 
}

.error { font-family: verdana, "Lucida Grande", arial; font-weight: bold; font-size:10pt; color: #FF0000; }

/* Used on RTTA and STR pages for positioning the RSS and EMAIL icons*/
#rss_email {
    position: relative; float: right; height: 0px;
}

/* For images aligned left with text around it */
.imgleft {
float: left;
padding: 0px 7px 5px 0px;

}

.imgright {
float: right;
padding: 0px 0px 5px 7px;

}

	.mediaRollone a	{
		display: block;
		width: 50px;
		height: 75px;
		line-height: 50px;
		background: #f0ecd8 url('/images/homepage/icons/video2.gif') no-repeat left top;
		text-decoration: none
	}
	.mediaRollone a:hover	{
		background: #f0ecd8 url('/images/homepage/icons/video2.gif') no-repeat right top;	
		text-decoration: none		
	}
	.mediaRolltwo a	{
		display: block;
		width: 50px;
		height: 75px;
		line-height: 50px;
		background: #f0ecd8 url('/images/homepage/icons/photos2.gif') no-repeat left top;
		text-decoration: none
	}
	.mediaRolltwo a:hover	{
		background: #f0ecd8 url('/images/homepage/icons/photos2.gif') no-repeat right top;	
		text-decoration: none		
	}
	.mediaRollthree a	{
		display: block;
		width: 50px;
		height: 75px;
		line-height: 50px;
		background: #f0ecd8 url('/images/homepage/icons/audio2.gif') no-repeat left top;
		text-decoration: none
	}
	.mediaRollthree a:hover	{
		background: #f0ecd8 url('/images/homepage/icons/audio2.gif') no-repeat right top;	
		text-decoration: none		
	}		
	.otherMediaCurrent	{
		font: bold 1em/1.2em verdana, arial, sans-serif;
		color: #999;
		border-bottom: 1px solid #999;
	}	
	.mediaGalleryHeader	{
		margin-left: 10px;
		font: bold 9pt/12pt verdana, sans-serif;
		color: #87876d;
	}
	.mediaGalleryLinks	{
		margin-left: 150px;
		margin-top: 10px;
		font: normal 8pt/14pt verdana, sans-serif;
		color: #554725;
	}
	.mediaGalleryLinks a	{
		font: normal 8pt/14pt verdana, sans-serif;
		color: #554725;
		text-decoration: none;
	}
	.mediaGalleryLinks a:hover	{
		font: normal 8pt/14pt verdana, sans-serif;
		color: #554725;
		text-decoration: none;
		border-bottom: 1px dashed #554725;
		background: #edede4;
	}
	.otherMedia	{
		font: normal .8em/1.2em verdana, arial, sans-serif;
		color: #999;
	}
	.otherMedia a	{
		color: #999;
		text-decoration: none;
		border-bottom: 1px dashed #999;
	}
	.otherMedia a:hover	{
		color: #039;
		text-decoration: none;
		border-bottom: 1px solid #009;		
	}
	.emailAfriendText	{
		font: 8pt/10pt verdana, sans-serif;
		color: #666;
	}
	.emailAfriendText a	{
		font: 8pt/10pt verdana, sans-serif;
		color: #666;
		text-decoration: none;
	}	
	.emailAfriendText a:hover	{
		font: 8pt/10pt verdana, sans-serif;
		color: #039;
		text-decoration: underline;
	}	 	
	
	/* Homepage Carousel */
	
	.carouselcontent	{
		display: none;
		overflow: hidden;
	}
	#carousel-tab-container	{
		width: 100%;
		border-collapse: collapse;
		padding: 0;
		line-height: normal;
		display: inline;
	}
	#carousel-tab-container a	{
		display:inline;
	}
	#carousel-tab-header ul, #carousel-tab ul	{
		margin: 0;
		padding: 0 10px 0 0px;
		list-style: none;
	}
	#carousel-tab-header li.carouseltab	{
		float: left;
		width: 33%;
		padding: 0px;
		margin-left: 1px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		background: url('/images/tab_left_off.gif') no-repeat left top;
	}
	#carousel-tab-header #carousel-current	{
		background: url('/images/tab_left_on.gif') no-repeat left top;
	}
	#carousel-tab-header #carousel-current a	{
		color: #000;
		background: url('/images/tab_right_on.gif') no-repeat right top;
	}
	#carousel-tab-header li#carousel-current span	{
		background: url('/images/tab_arrow.gif') no-repeat center top;
	}
	#carousel-tab-header li.carouselarrow	{
		float: left;
		margin-left: 0px;
		padding: 0;
		text-align: center;
	}
	#carousel-tab-header a	{
		color: #000;
		background: url('/images/tab_right_off.gif') no-repeat right top;
	}
	#carousel-tab-header a	{
		padding: 3px 14px 3px 7px;
		display: block;
		text-decoration: none;
	}
	#carousel-tab-header #carousel-current a	{
		text-align: center;
	}
	#carousel-tab-header a	{
		padding: 3px 14px 3px 14px;
		display: block;
		text-decoration: none;
	}
	#carousel-tab-header li span	{
		display: none;
		visibility: hidden;
	}
    #carousel-tab-header li#carousel-current span	{
		margin: 0;
		padding: 0;
		display: block;
		margin: auto;
		visibility: visible;
	}
	#carousel-content	{
		width:100%;
		clear: both;
		margin: 0;
		padding: 0;
	}
	.tabs	{
		width: 102%;
		height:30px;
	}
	
	input.formStyle	{
		height: 16px;
		border: 1px solid #1c5180;
		font: normal 7pt/7pt verdana, arial, sans-serif;
		color: #333;
	}
	table.standardTable	{
		border: solid 1px #039;
		margin-top: 10px;
		margin-bottom: 30px;
		background: #FFF;
	}
	tr.standardTableHeader	{
		background: #039;
		color: #FFF;
		font-weight: bold;
	}
	tr.standardTableSubHeader {
		background: #ccc;
		color: #000;
		font-weight: bold;
	} 
	td.tableSubHeaderText09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: center;
	}
	td.tableSubHeaderTextLeft09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: center;
	}	 
	td.tableSubHeaderTextRight09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: right;
	}	 
	.standardTableOffset	{
		background: #f4f5f6;
	}	
	.tableText09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #000;
		text-align: center;
	}  	
	.tableText09 a {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: center;
		text-decoration: none
	}
	.tableText09 a:hover {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #F00;
		text-align: center;
		text-decoration: none;
	}	
	.tableTextLeft09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #000;
		text-align: left;
		vertical-align: top; 
	}
	.tableTextLeft09 a:link {
		color: #039;
		text-align: left;
		vertical-align: top;
		text-decoration: none;
		border-bottom: 1px dashed #9daccb;
	}	
	.tableTextLeft09 a:hover {
		color: #F00;
		text-align: left;
		vertical-align: top;
		text-decoration: none;
		border-bottom: 1px solid #F00;
	}	

	.tableTextLeft09Shaded {
		font: normal 8pt/12pt verdana, arial, sans-serif;
		color: #000;
		text-align: left;
		background: #f4f5f6;
		vertical-align: top;
	}
	.tableTextLeft09Shaded a:link {
		font: normal 8pt/12pt verdana, arial, sans-serif;
		color: #039;
		text-align: left;
		vertical-align: top;
		background: #f4f5f6;
	}	
	.tableTextLeft09Shaded a:hover {
		font: normal 8pt/12pt verdana, arial, sans-serif;
		color: #F00;
		text-align: left;
		vertical-align: top;
		background: #f4f5f6;
	}	










		
	.tableTextRight09 {
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #000;
		text-align: right;
	}
	.tableSubHeaderText09 {
  		font: bold .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: center;
	} 
	.tableHeaderText09 {
		font: bold .9em/1.2em verdana, arial, sans-serif;
		color: #FFF;
		text-align: center;
	}
	.formText	{
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #000;
		text-align: center;
	}	
	.tableText	{
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #000;
		text-align: center;
	}
	.tableText a	{
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #039;
		text-align: center;
	}
	.tableText a:hover	{
		font: normal .85em/1.2em verdana, arial, sans-serif;
		color: #F00;
		text-align: center;
	}		
		
	ul.linkList	{
		line-height: 25px;
	}	
	ul.linkList1	{
		line-height: 25px;
		margin-left: -18px;
	}	
	.formIconPDF	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconPAGE	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconXLS	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconMAIL	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconIMAGE	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconDOC	{
		margin-top: 2px;
		width: 14px;
		height: 16px;
	}
	.formIconRSS	{
		margin-top: 2px;
		width: 18px;
		height: 16px;
	}
	.formIconPPT	{
		margin-top: 2px;
		width: 18px;
		height: 16px;
	}
	.formIconMOBILE	{
		margin-top: 1px;
		width: 18px;
		height: 18px;
		border: 0px;
	}		

	
	li.linkListPdf	{
		list-style-image: url('/images/openpdf2.gif');
	}
	li.linkListCAD	{
		list-style-image: url('/images/opencad2.gif');
	}	
	li.linkListPage	{
		list-style-image: url('/images/opensitepage.gif');	
	}
	li.linkListFlash	{
		list-style-image: url('/images/openFlash.gif');
	}
	li.linkListExcel	{
		list-style-image: url('/images/openxls2.gif');
	}			
	li.linkListPpt	{
		list-style-image: url('/images/openppt2.gif');	
	}
	li.linkListDoc	{
		list-style-image: url('/images/opendoc2.gif');	
	}
	li.linkListImage	{
		list-style-image: url('/images/openimage.gif');	
	}
	li.linkListRSS	{
		list-style-image: url('/images/openrss.png');
	}
	li.linkListZip	{
		list-style-image: url('/images/dloadzip.png');
	}
	.formLabelText	{
		float: left;
		font: bold 10.5pt/16.5pt verdana, arial, sans-serif;
		color: #000;
	}
	.formHelpText a	{
		float: right;
		font: bold 8pt/10pt verdana, arial, sans-serif;
		color: #039;
		text-decoration: none;
		border-bottom: 1px dashed #039;
	}	
	.formHelpText a:hover	{
		float: right;
		font: bold 8.5pt/10.5pt verdana, arial, sans-serif;
		color: #F00;
		text-decoration: none;
		border-bottom: 1px solid #F00;
	}	
	div#tipDiv {
		padding:4px;
    	color:#000;
		font: normal 9pt/15pt verdana, sans-serif;
    	background-color:#fff;
		border: 3px double #003399; 

	     
	}
	.tipLink 	{
		font: 8.5pt/12.5pt verdana, arial, sans-serif;
		color: #003399;
		margin: 4px;
	}
	.tipLink a	{
		text-decoration: none;	
		border-bottom: 1px dashed #0369fc;
		color: #0369fc; 
	}
	.tipLink a:hover	{
		text-decoration: none;	
		border-bottom: 1px solid #ff1a1a;
		color: #ff1a1a;
	}
	
    /* Gives the error message area a common look across browsers.  The default style for list
       margins differs between Firefox and IE. */
    #errors ul {
      margin:0 0 0 20px;
      padding:5px;
    }
	.newsyLinksWhite	{
		font: normal 9pt/14pt verdana, sans-serif;
		color: #fff;
		text-align: center;
	}
	.newsyLinksWhite a	{
		font: normal 9pt/14pt verdana, sans-serif;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #fff;
		text-align: center;
	}
	.newsyLinksWhite a:hover	{
		font: normal 9pt/14pt verdana, sans-serif;
		color: #F00;
		text-decoration: none;
		border-bottom: 1px solid #F00;
		text-align: center;
	}
	.newsyLinksWhite a:active	{
		font: normal 9pt/14pt verdana, sans-serif;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #fff;
		text-align: center;
	}
	.newsyLinksWhite a:visited	{
		font: normal 9pt/14pt verdana, sans-serif;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #fff;
		text-align: center;
	}
	.newYellowBox	{
		background: #ff0;
		font-size: 6.5pt;
		color: #000;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		padding: 0px 2px 0px 4px;
		border-right: 1px solid #cc0;
		border-bottom: 1px solid #cc0;
	}
	
/* Right Nav Box Styles */

	.blueBoxtop		{
		background: url('/images/2010/navbox1.png') no-repeat top left;
		width: 193px;
		height: 24px
	}
	
	.blueBoxback	{
		background: url('/images/2010/navbox2.png') repeat-y top left;
		width: 193px;
		padding-top: 5px
	}
	
	.blueBoxbottom	{
		background: url('/images/2010/navbox3.png') no-repeat top left;
		width: 193px;
		height: 16px
	}

	.blueBoxtopText	{
		position: relative;
		left: 13px;
		top: 8px;
		font: bold 8.5pt/9.5pt tahoma, verdana, sans-serif;
		color: #fff
	}
	
	ul.blueBoxlist {
		margin: 0px 0px 0px 0px;
		padding: 0px 4px 0px 28px;
		vertical-align: top;
	}
	ul.blueBoxlist1 {
		margin: 0px 0px 0px 9px;
		padding: 0px 0px 0px 8px;
	}
	ul.blueBoxlist2 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 18px;
	}
	ul.blueBoxlist3 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 47px;
	}			
	.blueBoxlistArrow	{
		list-style-image: url('/images/2010/listarrow.png');
		color: #3e3e3e;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 12pt;
		font-size: 7pt;
		font-family: verdana, sans-serif;
	}
	.blueBoxlistArrow a	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	.blueBoxlistArrow a:hover	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: 1px dashed #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	
	.blueBoxlistArrow a:active	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: 1px solid #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}	
	
	.blueBoxlistArrowNav	{
		list-style-image: url('/images/2010/listarrow.png');
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	.blueBoxlistArrowNav a	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	.blueBoxlistArrowNav a:hover	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: 1px dashed #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	
	.blueBoxlistArrowNav a:active	{
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: 1px solid #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	
	.blueBoxlistSubArrow	{
		list-style-image: url('/images/2010/listarrowsub.png');
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
	}
	.blueBoxlistSubArrow a	{
		list-style-image: url('/images/2010/listarrowsub.png');
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
		text-decoration: none;
	}				
	.blueBoxlistSubArrow a:hover	{
		list-style-image: url('/images/2010/listarrowsub.png');
		color: #3e3e3e;
		font: normal 7pt/12pt verdana, sans-serif;
		border-bottom: 1px dashed #3e3e3e;
	}		
	
	.blueBoxText	{		
		font: normal 7pt/12pt verdana, sans-serif;
		color: #3e3e3e;
		width: 170px;
		}
	.blueBoxText a	{		
		font: normal 7pt/12pt verdana, sans-serif;
		color: #3e3e3e;
		width: 170px;
		text-decoration: none;
		}
	.blueBoxText a:hover	{		
		font: normal 7pt/12pt verdana, sans-serif;
		color: #3e3e3e;
		width: 170px;
		text-decoration: none;
		border-bottom: #3e3e3e 1px solid;
		}		

	
	.blueBoxlistArrowWorkshops	{
		list-style-image: url('/images/2010/listarrow.png');
		color: #3e3e3e; font-style:normal; font-variant:normal; font-weight:normal; line-height:12pt; font-size:7pt; font-family:verdana, sans-serif
	}
	.blueBoxlistArrowWorkshops a	{
		width: 248px;
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e; font-style:normal; font-variant:normal; font-weight:normal; line-height:12pt; font-size:7pt; font-family:verdana, sans-serif
	}
	.blueBoxlistArrowWorkshops a:hover	{
		width: 248px;
		list-style-image: url('/images/2010/listarrow.png');
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: 1px dashed #3e3e3e; font-style:normal; font-variant:normal; font-weight:normal; line-height:12pt; font-size:7pt; font-family:verdana, sans-serif
	}	
	
		
	.blueBoxlistHeader	{
		font: bold 7pt/11pt verdana, sans-serif;
		margin-left: 14px;
		color: #3c3c3c;
	}
	.blueBoxText	{
		margin-left: 12px;
		font: normal 7pt/11pt verdana, sans-serif;
		color: #3e3e3e;
	}
	.blueBoxText a	{
		font: bold 7pt/11pt verdana, sans-serif;
		color: #003399;
		text-decoration: none;
	}
	.blueBoxText a:hover	{
		font: bold 7pt/11pt verdana, sans-serif;
		color: #003399;
		text-decoration: none;
		border-bottom: #003399 1px dashed;
	}	
	.grayNewsboxContent	{
		font: normal 8pt/12pt verdana, sans-serif;
		color: #3e3e3e;
		vertical-align: top;
	}
	
	.grayNewsboxContent a	{
		font: normal 8pt/12pt verdana, sans-serif;
		text-decoration: none;
		color: #3e3e3e;
		vertical-align: top;
	}
	
	.grayNewsboxContent a:hover	{
		font: normal 8pt/12pt verdana, sans-serif;
		text-decoration: none;
		color: #3e3e3e;
		border-bottom: #3e3e3e 1px dashed;
		vertical-align: top;
	}	
	
	.recent_news1	{
		font: normal 8pt/12pt verdana, sans-serif;
		color: #3e3e3e;
		font-weight: bolder;
		width: 90px;
	}
	
	#surveyButton10		{
		border: 1px solid #f00;
	}
	#surveyButton10 a		{
		border: 1px solid #f00;
	}
	#surveyButton10	a:hover	{
		border: 1px solid #1cdc20;
	}
	.imageDescriptionText	{
		font: normal 7.5pt/11.5pt verdana, helvetica, sans-serif;
	}
	
	.recoveryLink	{
		font: normal 7.5pt/9.5pt verdana, sans-serif;
		text-align: left;
		color: #fff;
	}

	.recoveryLink a	{
		font: normal 7.5pt/9.5pt verdana, sans-serif;
		text-align: left;
		color: #fff;
		text-decoration: none;
	}
	
	.recoveryLink a:hover	{
		font: normal 7.5pt/9.5pt verdana, sans-serif;
		text-align: left;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px #fff dashed;
	}
	.underline	{
		text-decoration: underline;
	}	
	
	dl.deldotProjects	{
		margin: 0px;
		padding: 0px;
	}
	
	dl.deldotProjects lh	{
		font: bold 10.5pt/14pt arial, verdana, sans-serif;
		color: #000;

	}
	dl.deldotProjects dd 	{
		font: normal 10pt/18pt arial, verdana, sans-serif;
		color: #333;
	}	

	dl.deldotProjects dd a	{
		font: normal 10pt/18pt arial, verdana, sans-serif;
		color: #333;
		text-decoration: none;
		border-bottom: 1px dashed #ccc;
		
	}
	dl.deldotProjects dd a:hover	{
		font: normal 10pt/18pt arial, verdana, sans-serif;
		color: #039;
		text-decoration: none;
		border-bottom: 1px solid #039;
	}		
	.us301Links a	{
		text-decoration: none;
		color: #333;
		border-bottom: 1px dashed #999;

	}
	.us301Links a:hover	{
		text-decoration: none;
		color: #333;
		border-bottom: 1px solid #333;		
	}
 
    /* Force a container to enclose floated content using this class name. */
    .clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
    }
	
	/* Required by IE. */
	.clearfix {
	  min-height: 0;
	}
	
	.fieldInputFocus {
	  background-color: #f0f8ff;
	}	
	
	.m3diag4llery	{
		height: 71px;
		padding: 3px 0px 0px 9px;
		text-align: left;
		font: 7pt/12pt verdana;
		color: #3e3e3e;
	}
	
	.m3diag4llery a	{
		height: 71px;
		text-align: left;
		font: 7pt/12pt verdana;
		color: #3e3e3e;
		text-decoration: none;
	}	

	.m3diag4llery a:hover	{
		height: 71px;
		text-align: left;
		font: 7pt/12pt verdana;
		color: #3e3e3e;
		text-decoration: none;
		border-bottom: 1px dashed #3e3e3e;
	}	
	
	.irp_ucr_subspace	{
		font-size: 85%;
		line-height: 12pt;
		margin-bottom: 10px;
	}