/* Print Style Sheet */


/*---{ disabled elements )--------------------------------------------------------------*/


#globalNav, #utilNav, #sidecol, .hide, #footerNav, #divide, #languageNav, #certified, #printBtn{
	display: none;
}

/*---{  print URLs after link text )---------------------------------------------------*/

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}

a#divide:link:after,  a#divide:visited:after {
   content: " (" attr(href) ") ";
}
*/

	
/*---{ common elements )----------------------------------------------------------------*/


body{
	margin: .6in;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height:1.8em;
}

a, a:hover, a:link, a:visited {
	text-decoration:underline;
}	

/* headers */

h1,h2,h3, .KOP1, .KOP2, KOP3{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration:none;
	text-transform: none;
	padding:0px;
	margin: 20px 0 20px 0;
}

#h1, .KOP1{
	font-size: 150%;	
}

#h2, .KOP2{
	font-size: 120%;	
}

#h3, .KOP3{
	font-size: 100%;
}

a{
	color:#666;
	text-decoration:underline;
}

img{
	border:1px solid #ccc;
	padding:4px;
}

table{
	margin-bottom:20px;
	border-collapse:collapse;
}

td, th{
	text-align:left;
	vertical-align:top;
	padding:10px;
	margin:0px;
}

th{
	font-weight:bold;
}


#departSchema table{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#departSchema td, #departSchema th{
	border-bottom:1px solid #ccc;
	font-size:85%;
}


dl{
	margin-bottom:20px;
	padding:0px;
}

dt,dd{
	margin:0px;
	padding:0px;
}

dt{
	font-weight: bold;
	color:#666666;
	margin-bottom:5px;
}

dd{
	margin-bottom:5px;
}



/*---{ site specific )----------------------------------------------------------------*/

/* logo */

address{
	font-style:normal;
	font-size:100%;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:1px solid #ccc;
	color:#ccc;
}

#logo{
	color:#ccc;

}

#logo a{
	text-decoration:none;
}

#footer{
	color: #ccc;
	margin:20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

#footer p{
	margin: 0 0 5px 0;
}
