/* Print Style Sheet */


/*---{ disabled elements )--------------------------------------------------------------*/


#utilNav, #globalNav, #sidecol, #sidebar, #breadcrumbs, #pageNav, #footerNav, #tabbedContent1, #footer span.hide,  #divide, #quickSearch, #loginBox, a.back, #gotoTop, #textSizeNav, #carouselPages, #homepage #tabbedContent1, #homepage #tabbedContent2 .nav, #animation, .highlight{
	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.6em;
}

a, a:hover, a:link, a:visited {
	text-decoration:underline;
}	

/* headers */

h1,h2,h3, .KOP1, .KOP2, KOP3, .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, .Kop1{
	font-size: 150%;	
}

#h2, .KOP2, .Kop2{
	font-size: 120%;	
}

#h3, .KOP3, .Kop3{
	font-size: 100%;
}

p{
	padding:0;
	margin:0 0 15px 0;
}

a{
	color:#666;
	text-decoration:underline;
}

img{
	border:1px solid #ccc;
	padding:4px;
}

/* logo */

#logo{
	
}

#logo a{
	text-decoration:none;
}

/* address */

#header address{
	font-style:normal;
	font-size:100%;
	margin:0 0 50px 0;
}

/* table */

table{
	margin-bottom:20px;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	width:85%;
}

td, th{
	text-align:left;
	vertical-align:top;
	padding:10px;
	margin:0px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

th{
	font-weight:bold;
}


/* frm */

#frm th, #frm td{
	padding: 0 10px 10px 0;
}


/* dl */

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;
}


#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;
}

/*---{ site specific )----------------------------------------------------------------*/


/* todo */

#latestNews ul, #latestNews li{
	padding:0;
	margin:0;
	list-style:none;
}

.item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

.item .thumb{
	float:left;
	margin:0 20px 20px 0;
}

.item p{
	margin-bottom:5px;

}


.item p.more{
	display:none;
}
