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

body {
	min-width: 860px;
	margin:  19px 0 0 0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #301e01;
	background-color: #364436;
}


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: #375937;
}
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; }


td#navbarTop {
	background: url(../images/eai_bg_top_navbar.jpg) no-repeat; 
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", Geneva,  sans-serif;	
	font-size: 15px;
	height: 32px;
}
div#navbarTopContainer {
	margin:  0;
	padding: 8px 0px 0px 0px;
	font-size: 13px;
	font-weight: 700;
}
div#navbarTopContainer a:link    { color: #1e351e; text-decoration: none; }
div#navbarTopContainer a:visited { color: #1e351e; text-decoration: none; }
div#navbarTopContainer a:hover   { color: #027202; text-decoration: underline; }
div#navbarTopContainer a:active  { color: #1e351e; text-decoration: none; }
span.navbarTopItem {
	margin:  0;
	padding: 5px 30px 4px 30px;
}
span.navbarTopItemLast {
	border-right: none;
	margin:  0;
	padding: 5px 30px 4px 30px;
}
.navbarTopItem a {
	color: #ffffff;
	text-decoration: none;
}
.navbarTopItem a:hover {
	color: #ffeb8a;
	text-decoration: underline;
}

td#mainContentContainer {
	background: url(../images/eai_bg_content.gif) repeat-y; 
}
div#mainContent {
	margin:  40px   0px 80px 0px;
	padding:  0px 240px  0px 100px; 
	font-size: 13px;
}



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





.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; }	



td#bottomNavigation {
	clear: both;
	background: url(../images/eai_bg_bottom.gif) no-repeat; 
	margin:  0;
	padding: 0;  
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", Geneva,  sans-serif;	
	font-size: 13px;
	font-weight: 700;
	color:   #ffffff;

}
div#bottomNavBlock {
	margin: 33px 0 4px 0;
	font-size: 10px;
}
td#bottomNavigation a {
	color:   #dddddd;
	text-decoration: none;
}
td#bottomNavigation a:hover {
	color:   #ffeb8a;
	text-decoration: underline;
}
div#bottomCopyright {
	margin: 2px 0 30px 0;
	font-size: 10px;
	color: #675a4c;
}

