<style type="text/css"><!--

body  {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 100%; font change */
	background-color: #FFFFFF;
	}
	
td  {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 90%; font change */
	}		

hr {
	color: #999999;
	}	
	
A:link {
	color: #0000FF;
	}
	
A:hover {
	color: #FF0000;
	}	
	
A:visited {
	color: #6F6F8F;
	}
	
th.rheader {
	padding:10px; 
	font-size: 16px; 
	font-weight:bold; 
	background: #F2FAFF;
	border-left: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
}

th.rtitle { 
	padding:5px; 
	font-size: 14px; 
	font-weight:bold; 
	border-top: 1px solid #104A7B;
	border-bottom: 1px solid #104A7B;
	}
	
	
	
.left 	{border-left: 1px solid #104A7B;}

.right	{border-right: 1px solid #104A7B;}

.top	{border-top: 1px solid #104A7B;}

.form_check { display: none; }

td.rfield { padding:5 5 5 20px; font-size: 11px; border-top: 1px solid #104A7B;}
td.rfield1 { padding:5 5 5 20px; font-size: 11px; }

	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003366;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003366;
	}	
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003366;
	}		

/*Form {
	margin-top:0px;
	margin-bottom:0px;
	}		
		
Input {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 10px;	
	}

Select {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 10px;	
	}
	
Textarea {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 10px;	
	}*/	
	
/* Style for top table in template */	
.ilwTopTable {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#336699;
	background-image:url(/images/home-flag-bkgnd.gif);
	width: 670px;
	margin-top: 2px;
	margin-left: 2px;
	}

.ilwTopTableCdArchives {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#336699;
	background-image:url(/images/cdarchives/home-flag-bkgnd.gif);
	width: 670px;
	margin-top: 2px;
	margin-left: 2px;
	}
	
/* Start styles for cells in top table */
.ilwLogoCell {
	width: 106px;
	text-align:center;
	vertical-align: top;
	height: 68px;
	}	
	
.ilwTitleCell {
	padding-left:14px;
	vertical-align: bottom;
	}

.ilwTopRtCell {
	text-align:right;
	vertical-align:bottom;
	/* padding-bottom:12px; */
	}	

/* End styles for cells in top table */	
		
/* Style for main table in template */
.ilwMainTable {
	width: 670px;
	margin-top:2px;
	margin-left: 2px;
	}	
	
/* Style for menu strip table cell */	
.ilwMenuStrip {
	background-color: #336699;
	padding: 4px;
	width: 106px;
	vertical-align: top;
	}

/* Style for main content cell */	
.ilwContentCell  {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; /* font change */
	padding-left:14px;
	padding-top:2px;
	padding-right:4px;
	text-align: justify;
	vertical-align: top;
	width: 564px;
	}		


	
/* Start Grid styles - the following 3 styles when used together define the typical GRID with a 1 px border and a colored header row */
.ilwGridTable {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	}
	

.ilwGridHeader {
	background-color: #336699;
	color: white;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	vertical-align: top;
	text-align: center;
	}

.ilwGridHeader2 {
	background-color: #FFCC99;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	vertical-align: top;
	text-align: center;
	}
	
.ilwGridSubHeader {
	background-color: #CCFFFF;
	color: black;
	padding: 3px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	vertical-align: top;
	text-align: center;
	}	
		
.ilwGridCell {
	color: black;
	font-weight: normal;
	padding: 3px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	vertical-align: top;
	text-align: left;
	}	
/* End Grid styles */
	
/* Start box styles - the following styles when used together define typical BOX with a 1 px border and a colored header row */	
.ilwBoxTable {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	}	
	
.ilwBoxHeader {
	background-color: #336699;
	color: white;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	}
/* End Box styles */		
	
/* Style for a secondary header cell, currently lt blue (such as on advertise on ilw page) */	
.ilwSubHeader {
	background-color: #CCFFFF;
	}

/* Start Form styles */ 
.ilwForm {
	margin-top:0px;
	margin-bottom:0px;
	}		
		
.ilwFormText {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 10px; /* font change */	
	}

.ilwFormText2 {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 

	}

.ilwFormButton {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 10px;
	font-weight: bold;	
	}	
/* End Form styles */
	
/* Start Menu styles */	
.ilwMenuHead {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
.ilwMenu {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
A.ilwMenu:link {
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
A.ilwMenu:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
A.ilwMenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.ilwMenuForm {
	margin-top:0px;
	margin-bottom:0px;
	}		
		
.ilwMenuFormText {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 9px;	
	}

.ilwMenuFormButton {
	font-family: verdana, "Lucida Sans Typewriter", helvetica; 
	font-size: 9px;
	font-weight: bold;	
	}			
/* End Menu styles */	

/* Start Print and Share links, which should always be bright blue - no visited link color*/
.ilwPrint {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #0000ff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}

A.ilwPrint:link {
	color: #0000ff;
	text-decoration: underline;
	}	
	
A.ilwPrint:visited {
	color: #0000ff;
	text-decoration: underline;
	}	
	
A.ilwPrint:hover {
	color: #ff0000;
	text-decoration: underline;
	}				
/* End Print and Share link styles */
	
/* Start Misc small print styles */	
.ilwListserv {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: black;
	text-align: left;
	padding: 4px 2px;
	}	

.ilwCrosslinks {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
.ilwSmall {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: black;
	}		
	
.ilwFinePrint {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%; /* font change */
	color: black;
	}				

.ilwFinePrintMenu {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: white;
	text-align: left;
	}	
		
	
	/* Small Print for the back links at top of ImmigDaily sub-pages*/	
.ilwTiny {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: black;
	}	
/* End Misc small print styles */

/* Style for line in Daily */	
.ilwDailyLine {
	color: #CCCCCC;
	}

/* Style for cell in Daily with light (grey) background */	
.ilwDailySubHeader {
	background-color: #DDDDDD;
	}

/* Start Weekly styles - the following styles when used together define the Weekly look */	
.ilwWeeklyTable {
	border-top: 1px solid #CC6633;
	border-left: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	}	
	
.ilwWeeklyHeader {
	background-color: #FFCC99;
	color: #003366;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 24px;
	padding: 3px;
	vertical-align: middle;
	}
	
.ilwWeeklyHeaderb {
	background-color: #FFCC99;
	color: black;
	padding: 3px;
	vertical-align: middle;
	text-align: right;
	}
	
.ilwWeeklySubHeader {
	background-color: #FFFFEA;
	color: black;
	padding: 3px;
	vertical-align: middle;
	}
	
.ilwWeeklyLine {
	color: #FFCC99;
	height: 1px;
	align: center;
	}	
	
.ilwWeeklyChatTable {
	border-top: 1px solid #FFCC99;
	border-left: 1px solid #FFCC99;
	}	
	
.ilwWeeklyChatHeader {
	background-color: #FFFFEA;
	color: 003366;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	vertical-align: top;
	text-align: center;
	}	
	
.ilwWeeklyChatCell {
	color: black;
	font-weight: normal;
	padding: 3px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	vertical-align: top;
	text-align: left;
	}				
/* End Weekly styles */	

/* Start Canada styles - the following styles when used together define the Canada look */
.ilwCanadaTable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}	
	
.ilwCanadaHeader {
	background-color: #CCCCCC;
	color: #003366;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 24px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	}
	
.ilwCanadaSubHeader {
	background-color: #FFFFEA;
	color: black;
	padding: 3px;
	vertical-align: middle;
	}
	
.ilwCanadaLine {
	color: #FFCC99;
	height: 1px;
	align: center;
	}	
	
.ilwCanadaChatTable {
	border-top: 1px solid #FFCC99;
	border-left: 1px solid #FFCC99;
	}	
	
.ilwCanadaChatHeader {
	background-color: #FFFFEA;
	color: 003366;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	vertical-align: top;
	text-align: center;
	}	
	
.ilwCanadaChatCell {
	color: black;
	font-weight: normal;
	padding: 3px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	vertical-align: top;
	text-align: left;
	}				
/* End Canada styles */


/* Removed from index.asp and pasted here */

.ilwHmSecHdng {
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 11px; /* font change */
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

.ilwHmSecHdng A:link {
	color: #000000;
	text-decoration: underline;
	}

.ilwHmSecHdng A:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.ilwHmSecHdng A:visited {
	color: #000000;
	text-decoration: underline;
	}

.ilwHmHeadlines {
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 60%; /* font change */
	color: black;
	text-decoration: none;
	}

.ilwHmHeadlines A:link {
	color: #0000FF;
	}

.ilwHmHeadlines A:hover {
	color: #FF0000;
	}

.ilwHmHeadlines A:visited {
	color: #6F6F8F;
	}

#left_column .ilwHmText, #search .ilwHmText, .lawyer_ilwHmtext, .smaller_font {
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 70%; /* font change */
	color: #000000;
	}

.ilwHmFormText {
	font-family: verdana, "Lucida Sans Typewriter", helvetica;
	font-size: 10px; /* font change */
	}

	
/* End - Removed from index.asp and pasted here */

.social_networking .ilwmenu {margin-top:8px; margin-bottom:8px;}

.social_networking_footer {}
.social_networking_footer div {float:left; margin-right:15px; margin-left:15px; text-align:center; margin-top:5px;}

--></style>

