/* Copyright 2010 Center for Jobs and Immigration website
   all rights reserved */
   
HTML { margin: 0; padding: 0; }

body {
	min-width: 860px;
	margin:  18px 0 0 0; 
	padding: 0; 
	font-family:   "Times New Roman",  Geneva, Times, serif;
	color: #090909;
	font-size: 17px;
	background-color: #dfdfe2;
	background-image: url(../images/cfji_background.gif);
	background-repeat: repeat;
	
}


p, address, blockquote, body, div, dl, ol, pre, span, ul, li {
	font-family:   "Times New Roman",  Geneva, Times, serif;
	font-size: 17px;
	color: #090909;
}

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



h1, h2, h3, h4, h5, h6 {
	color: #0F0026;  
}
h1  {	font-size: 1.25em;  font-weight: 700; margin: 4px 0px 32px 0px;  } 
h2  { font-size: 1.2em;  font-weight: 700; margin: 40px 0px 20px 0px; }
h3  { font-size: 1.15em;  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#navBox {
	width: 120px;
	margin:  90px 50px 20px 30px;
	padding: 15px 20px 15px 20px;
	border: 1px solid #8c1b1b;
	float: right;
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", Geneva,  sans-serif;	
	font-size: 13px;
	letter-spacing: 1.6px;
	line-height: 20px;
	font-weight: 700;
}
div#navBox a:link    { color: #a10101; text-decoration: none; }
div#navBox a:visited { color: #a10101; text-decoration: none; }
div#navBox a:hover   { color: #e44717; text-decoration: underline; }
div#navBox a:active  { color: #a10101; text-decoration: none; }


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



ol li {  
	margin: 18px 40px 8px 20px;
	padding: 0 0 12px 0;
	list-style-position: outside;
	list-style-type: decimal;
}
ul li {  
	margin: 18px 40px 8px 20px;
	padding: 0 0 12px 0;
	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;  }

.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/background_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: 40px 0 4px 0;
	font-size: 15px;
}
td#bottomNavigation a {
	color:   #d8d395; 
	text-decoration: none;
}
td#bottomNavigation a:hover {
	color:   #fdefde;
	text-decoration: underline;
}
div#bottomCopyright {
	margin: 2px 24px 30px 0;
	padding: 0;
	font-size: 10px;
	color: #a48300;
	text-align: right;
}

