/*Print Styles*/

@media print
{

#header, #sidebar, #topnav, .clear, #jumplinks{display:none;}
#main{width:100%;}

body {
	background: white;
	font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	float:left;
	width: 100%;
}

#main{border:none;}

#teaser{
	width:100%;
	height:auto;
	margin-right:0px;
	margin-bottom:20pt;
	text-align:justify;
}

.blue-box{
	display:block;
	width:100%;
	height:auto;
	padding:0px;
	margin-right:0px;
	background-image:none;
}

.white-box{
	width:100%;
	height:auto;
	padding: 0px;
	margin-top:20pt;
	background-image:none;
	float:left;
}

#content-start ul li, #topnavmenu ul li, #navigation ul li{list-style-type:none;}
#navigation ul, #topnavmenu ul, #jumplinks ul{margin-left:0px; padding-left:0px; margin-bottom:5px;}

.csc-textpic-caption{padding:0px; margin:0px; text-align:left;}


}


.bodytext img {border: none;}