
/* hide from printer
-----------------------------------------------------------------------------*/
#header,
#topmargin,
#leftcol,
#rightarea,
.goback,
#searchfield,
#mainnav_area,
#headerfront,
.readmore,
#tabcontentarea .rightcol,
#tabpane,
.headerflash,
.service,
.eulogo,
#docboxarea,
#eulogofoot,
#footer,
#topimage,
.noprint {
		visibility: hidden;
		position:absolute;
		left:-9000px;
	}

.projectcoordinator{
	display: block;
	margin-top: 16px;
}

#projectinfo{
	margin-bottom: 24px;
}

	/* printformat
	-----------------------------------------------------------------------------*/
	
		/*Typography*/

h1, #middlecol .title{
	font-size:18px;
	font-weight:bold;
	text-transform : uppercase;
	line-height: 23px;
	margin-bottom: 12px;
}

h2,h3,h4,h5,h6{
	font-size:11px;
	font-weight:bold;
	text-transform : uppercase;
	line-height: 16px;
	margin-bottom: 6px;
}


p{
	margin-bottom: 12px;
}

/*Links*/

a img{
	border:none;
}

a{
	color:#000000;text-decoration:underline;
}

/*Structure*/

	* {
		margin:0;
		padding:0;
	}
	
	body{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing : 0.1px;
	line-height: 16px;
	text-align:center;
	}
	
	#wrap {
		width:100%;
		margin:0;
		padding:0;
		text-align:left;
	}
	
	#printheader{
		visibility: visible;
		background: #fff;
		height: 103px;
		float: left;
		width: 100%; 
		margin-bottom:40px;
		padding: 0px;
	}
	
	#middlecol{
		visibility: visible;
		background: #fff;
		float: left;
		width: 410px; 
		padding: 0px;
	}
	
	#middlecol .textareapadding {
		float:left;
		padding:0;
		margin:0;
		margin-right:10px;
	}
	
	#middlecol .textarea{
		width: 100%;
	}
	
	#rightcol {
		float:left;
		margin:0;
		margin-top:10px;
		width:237px;
	}
	
	.box, .newsbox {
		width: 227px;
		float: right;
		margin-bottom: 0px;
	}


	.box .shadow, .newsbox .shadow {
		background-image: url(../images/shadow_right.gif);
		background-repeat: repeat-y;
		width: 100%;
		float: left;
	}
	.box .bottom, .newsbox  .bottom {
		background-image: url(../images/shadow_down.gif);
		width: 227px;
		height: 10px;
		background-repeat: no-repeat;
		float: left;
	}
	.box  .title {
		float: left;
		font-weight: bold;
		/*padding-left: 12px;
		padding-right: 12px;*/
		text-transform: uppercase;
		margin-bottom: 6px;
		margin-top: 2px;
		width:162px;
	}

	.newsbox  .title {
		font-weight: bold;
		padding-left: 12px;
		padding-right: 12px;
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	.box  .text{
		width: 100%;
		float: left;
	}

	.box  .textpadding {
		padding-left: 33px;
		padding-right: 12px;
	}
	.box .textarea, .newsbox .textarea{
		padding-bottom: 10px;
	}


	.greybox  .top {
		background-image: url(../images/fb_grey_top.gif);
		width: 227px;
		height: 10px;
	}
	.greybox  .textarea {
		background-repeat: no-repeat;
		width: 220px;
		background-color: #bebebe;
		background-image: url(../images/fb_grey_bg.gif);
	}

	.greybox a:hover {
		color: #FFFFFF;
	}

	#newsbox .top {
		background-image: url(../images/newsbox_top.gif);
		width: 227px;
		height: 10px;
	}
	#newsbox .textarea {
		background-repeat: no-repeat;
		width: 220px;
		background-color: #f3f3f3;
	}
	#newsbox .arrow {
		display: inline;
	}

	#newsboxcontent li {
		display: block;
		list-style-type: none;
		margin-left: 6px;
		margin-right: 6px;
	}

	#newsboxcontent ul {
		display: block;
		margin: 0px;
	}

	#newsboxcontent ul ul {
		display: block;
		border-bottom: 1px solid #bebebe;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#newsboxcontent li li {
		display: block;
		list-style-type: none;
		margin-left: 6px;
		margin-right: 6px;
		margin-bottom: 6px;
		border: 0;
		padding: 0;
	}

	.newsbox_date    {
		font-size: 9px;
		margin-bottom: 6px;
		margin-top: 6px;
	}
	.newsbox_href    {
		text-align: right;
	}
	.newsbox_title       {
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
	}


	.redbox  .textarea {
		background-image: url(../images/fb_red_bg.gif);
		width: 220px;
		background-repeat: no-repeat;
		background-color: #ed1c24;
		color: #FFFFFF;
	}

	.redbox a, .redbox a:hover {
		color: #FFFFFF;
	}

	.redbox  .top {
		background-image: url(../images/factbox_red_top_06.gif);
		width: 227px;
		height: 10px;
	}
	.bluebox  .textarea {
		background-image: url(../images/fb_blue_bg.gif);
		width: 220px;
		background-repeat: no-repeat;
		background-color: #91cef1;
		color: #FFFFFF;
	}

	.bluebox a, .bluebox a:hover {
		color: #FFFFFF;
	}

	.bluebox  .top {
		background-image: url(../images/fb_blue_top.gif);
		width: 227px;
		height: 10px;
	}
	.whitebox .top {
		background-image: url(../images/fb_white_top.gif);
		width: 227px;
		height: 10px;
	}
	.whitebox .textarea {
		background-repeat: no-repeat;
		width: 220px;
		background-color: #FFFFFF;
	}

	#printheader .logo {
		float:left;
		margin: 0px;
		margin-left: 0px;
		width:348px;
		height:86px;
	}
	#tabcontentarea ul {
		list-style-type: none;
	}

	#tabcontentarea li {
		float: left; 
		width: 100%;
		border-bottom: 1px solid #bebebe;
		padding-bottom: 11px;
		padding-top: 11px;
	}

	/*clearfloats*/

	.clear:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	/* Fix for WinIE, hides from IE-Mac \*/
	* html .clear {
		height:1%;
	}

	.clear {
		display:block;
	}

