/* Copyright 2010 Immigration and Welfare Cost - all rights reserved */
   
HTML { margin: 0; padding: 0; }

body {
	min-width: 920px;
	margin:  19px 0 0 0; 
	padding: 0; 
	font-family: "Times New Roman", Times, serif;
	color: #301e01;
	background-color: #223039;
	background-image: url(../images/iwc_bg2.gif);
	background-repeat: repeat;
}


p, address, blockquote, body, div, dl, ol, pre, span, ul, li {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #301e01;
}

a:link    { color: #893630; }
a:visited { color: #6F2652; }
a:hover   { color: #D91900; } 
a:active  { color: #893630; }



h1, h2, h3, h4, h5, h6 {
	color: #9c0235;
}
h1  {	font-size: 1.54em; font-weight: 700; margin: 4px 0px 20px 0px;  } 
h2  { font-size: 1.4em;  font-weight: 700; margin: 40px 0px 20px 0px; }
h3  { font-size: 1.3em;  font-weight: 600; margin: 40px 0px 20px 0px; }
h4  { font-size: 1.15em; font-weight: 600; margin: 30px 0px 15px 0px; }
h5  { font-size: 1.15em; font-weight: 600; font-style: italic; }
h6  { font-size: 1.15em; font-weight: 600; font-style: italic; }



div#navContainer {
	border: 3px solid #90a7b3;
	margin:  30px 0px 0px 0px;
	padding: 20px 10px 20px 34px;
	background-color:  #ffffff;
}
span.navItem {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", Geneva,  sans-serif;	
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 3px;
	display: block;
}
span.navSubItem {
	margin: 0 0 0 14px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", Geneva,  sans-serif;	
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 3px;
	display: block;
}

.navItem  a:link, .navSubItem a:link   { color: #1e351e; text-decoration: none; }
.navItem  a:visited, .navSubItem a:visited { color: #1e351e; text-decoration: none; }
.navItem  a:hover, .navSubItem a:hover   { color: #cc0345; text-decoration: underline; font-weight: 700;}
.navItem  a:active, .navSubItem a:active  { color: #1e351e; text-decoration: none; }



td#mainContentContainer {
}

div#mainContent {
	margin:  30px 0px 8px 0px;
	padding: 20px 60px  20px 60px; 
	font-size: 13px;
	background-color:  #ffffff;
	border: 3px solid #90a7b3;
}


ol li {  
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul li {  
	margin: 8px 40px 24px 20px;
	font-size: 13px;
	list-style-position: outside;
}


div.quote {
	margin: 10px 20px 20px 20px;
	padding: 10px 14px 10px 14px;
	border: 1px dotted #e6e6e6;
	background: #faf6f6;
}


.large    { font-size: 14px; }
.larger   { font-size: 16px; }
.largest  { font-size: 18px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px;  }
.smallest { font-size: 8px;  }

div.excerpt {
	margin: 8px 20px 40px 30px;
	padding: 10px 16px 10px 16px;
	border: 1px solid #eeeeee;
	background-color: #f7f7e3;
}
.highlight {
	background-color: #FEFFF0;
	padding: 5px;
	font-weight: 700;
}

.indent { 
	margin-left: 40px;
}
.ul, .underline { text-decoration: underline; }	



div#bottomNavBlock {
	margin: 4px 0 4px 185px;
	font-size: 14px;
}
div#bottomNavBlock a {
	color:   #ffffff;
	text-decoration: none;
}
div#bottomNavBlock a:hover {
	color:   #f7f54e;
	text-decoration: underline;
}
div#bottomCopyright {
	margin: 20px 0 30px 185px;
	font-size: 10px;
	color: #685a4c;
}


