/* generated by csscreator.com */ 
html, body
{ 
	margin:10px; 
	padding:0; 
	font-size: .9em;
	font-family: Tahoma;
	background-color:#FFFFFF;
} 

h1 
{
	font-size: 2em;
}

img 
{
	text-align: center;
	border:0px;
	
}

a:link 
{
	color: green;
}

a:visited 
{
	color: purple;
}
  
.printelligence
{
	font-family:"Lucida Console", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
  
.printelligenceHeader
{
	font-family:"Lucida Console";
	font-weight:bold;
	font-size:28px;
}

div#splash_header 
{
	background-color: #FFF;
	width: 780px;
	height: 100px;
	text-align:center;  
	margin-left:auto; 
	margin-right:auto;
}

div#splash_header img 
{
	padding-top: 30px;
}

div#splash_body 
{  
	margin-left:auto; 
	margin-right:auto;
	width: 780px;
	height: 520px;
	background-color: gray;
	text-align: right;
}

#splash_body #menu_container 
{
	padding: 50px;
}

.bg_1 
{
	background-image: url('../images/bg_1.jpg');
}
.bg_2 
{
	background-image: url('../images/bg_2.jpg');
}
.bg_3 
{
	background-image: url('../images/bg_3.jpg');
}
.bg_4 
{
	background-image: url('../images/bg_4.jpg');
}

#splash_body #menu_container ul 
{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0em;
}

#splash_body #menu_container li 
{
	line-height: 200%;
}


#splash_body #menu_container li a 
{
	text-decoration: none;
	color: white;
}


div.ad 
{
	height: 50px;
	width: 100px;
	border-bottom: 3px solid #EAEAEA;
	float: right;
	color: #5F5F5F;
}

.adTop
{
	height: 59px;
	width: 100px;
	border-top: 3px solid #EAEAEA;
	float: right;
	background-color: #EAEAEA;
	
}

#pagewidth
{ 
	width:739px; 
	text-align:left;  
	margin-right:auto; 
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-y;
} 
 
#header
{
	position:relative; 
	height:119px; 
	/*  background-color:#00FF00; */
	background-image: url('../images/masthead.jpg');
	width:100%;
} 

.footer
{
	color:#A7A7A7;
	margin-right:auto;	
	width:60%;
}
 
#leftcol
{
	width:106px;
	float:left; 
	position:relative; 
	background-image: url('../images/mainbg.jpg');
	background-position: left;
	background-repeat: repeat-y;
	color:#5F5F5F;
}
 
#twocols
{
	width:610px; 
	float:right; 
	position:relative; 
  }
 
#rightcol
{
	width:106px;
	float:right; 
	position:relative; 
	background-image: url('../images/mainbg.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

pre.pre_content 
{
	width: 100%;
} 

#leftcol ul, #rightcol ul 
{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0em;
} 

#rightcol ul 
{
	padding-left: .5em;
}

#leftcol ul 
{
	padding-left: .25em;
	width: 98px;
}

#leftcol ul li 
{
	margin-bottom: .2em;
	padding: 0.25em;
	background-color: #EAEAEA;
	text-align: left;
	cursor: pointer;
	/*border: 1px solid black;*/
}


#leftcol ul li:hover 
{
		margin-bottom: .2em;
		padding: 0.25em;
		background-color:#5F5F5F;
		text-align: left;
}

#leftcol a 
{
	display: block;
	width: 100%;
	text-decoration: none;
	color:#5F5F5F;
}

#leftcol a:hover 
{
	color: white ;
}

#maincol
{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:480px; 
}
 
 #maincol ul li
{
	list-style-image:url(../images/bullet.jpg);
	padding-left:2em;
 }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
