/* 
	Copyright 2010 Center for Immigration Studies
   all rights reserved 
*/
   

HTML { 
	margin: 0; 
	padding: 0; 
}

body {
	min-width: 900px;
	margin: 40px 0 30px 0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: #000000;
	font-size: 13px;
	background-color: #3b617f;
	background-image: url(../images/cis_background.jpg);
	background-repeat: repeat-x;	
}


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

a:link    { color: #2A465B; text-decoration: underline; }
a:visited { color: #2A465B; text-decoration: underline; }
a:hover   { color: #3087C9; text-decoration: underline; } 
a:active  { color: #2A465B; text-decoration: underline; }



h1, h2, h3, h4, h5, h6 {
	color: #3B617F;  
}
h1  {	font-size: 1.9em;  font-weight: 700; margin: 4px 0px 32px 0px;  } 
h2  { font-size: 1.15em; font-weight: 700; margin: 30px 0px 20px 0px; }
h3  { font-size: 1.15em; font-weight: 600; margin: 30px 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#banner {
	background-color: #2D7331;
	height: 110px;
}
td#banner img {
	margin: 20px 0 0 20px;
	border: 0;
}
td#topNavigation {
	height: 30px;
	margin: 0;
	padding: 6px 40px 0px 20px;
	background-color: #aaaaaa;
	background-image: url(../images/nav_background.jpg);
	font-size: 13px;
}
td#topNavigation .link {
	margin: 0;
	padding: 0 20px 0 0;
}

td#topNavigation a:link    { color: #000000; text-decoration: none; }
td#topNavigation a:visited { color: #000000; text-decoration: none; }
td#topNavigation a:hover   { color: #236394; text-decoration: underline; }
td#topNavigation a:active  { color: #000000; text-decoration: none; }


td#mainContentWrapper{
	background-color: #ffffff;
}
div#mainContentArea {
	margin:  16px   0px 80px 0px;
	padding:  4px 200px  0px 20px; 
}

td#leftPanel {
	border-right: 1px solid #cccccc;
	background-color: #F4FFF4;
	margin:  0;
	padding: 0;
}
div#leftPanelArea {
	margin: 20px 0 30px;
	padding: 0 8px 0 20px;
	color: #3B617F;
}
div#leftPanelArea .link {
	font-size: .9em;
	line-height: 1.5em;
}
div#leftPanelArea  a:link    { color: #000000; text-decoration: none; }
div#leftPanelArea  a:visited { color: #000000; text-decoration: none; }
div#leftPanelArea  a:hover   { color: #236394; text-decoration: underline; }
div#leftPanelArea  a:active  { color: #000000; text-decoration: none; }


td#leftPanel h2 {
	color: #3B617F;
	font-size: 1.25em;
}


.indent {
	margin: 14px 20px 20px 40px;
}
div#bottomNavigation {
	clear: both;
	margin:  40px 0 8px 0;
	padding: 0;  
	font-size: 12px;
	text-align: center;
}
div#bottomCopyright {
	margin: 12px 0px 30px 0px;
	padding:  0;
	font-size: 10px;
	color: #A8A8A8;
	text-align: center;
}

